Alignment API and Server 4.2.${version.update}

Uses of Class
fr.inrialpes.exmo.align.impl.edoal.Datatype

Packages that use Datatype
fr.inrialpes.exmo.align.impl.edoal   
fr.inrialpes.exmo.align.impl.renderer   
fr.inrialpes.exmo.align.parser   
 

Uses of Datatype in fr.inrialpes.exmo.align.impl.edoal
 

Fields in fr.inrialpes.exmo.align.impl.edoal declared as Datatype
(package private)  Datatype PropertyTypeRestriction.type
           
(package private)  Datatype ClassTypeRestriction.type
           
 

Methods in fr.inrialpes.exmo.align.impl.edoal that return Datatype
 Datatype PropertyTypeRestriction.getType()
           
 Datatype ClassTypeRestriction.getType()
           
 

Methods in fr.inrialpes.exmo.align.impl.edoal with parameters of type Datatype
 void PropertyTypeRestriction.setType(Datatype t)
           
 void ClassTypeRestriction.setType(Datatype t)
           
 

Constructors in fr.inrialpes.exmo.align.impl.edoal with parameters of type Datatype
ClassTypeRestriction(PathExpression p, boolean pred, Datatype t)
          Constructs a ClassTypeRestriction with the given restriction.
ClassTypeRestriction(PathExpression p, Datatype t)
           
PropertyTypeRestriction(Datatype t)
          Constructs a PropertyTypeRestriction with the given restriction.
 

Uses of Datatype in fr.inrialpes.exmo.align.impl.renderer
 

Methods in fr.inrialpes.exmo.align.impl.renderer with parameters of type Datatype
 void RDFRendererVisitor.visit(Datatype e)
           
 void OWLAxiomsRendererVisitor.visit(Datatype e)
          Our Datatypes are only strings identifying datatypes.
 

Uses of Datatype in fr.inrialpes.exmo.align.parser
 

Methods in fr.inrialpes.exmo.align.parser with parameters of type Datatype
 TypeCheckingVisitor.TYPE TypeCheckingVisitor.visit(Datatype e)
           
 


Alignment API and Server 4.2.${version.update}

(C) INRIA & friends, 2003-${curryear}