Alignment API and Server 4.6 (1875M)

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)
           
 void EDOALVisitor.visit(Datatype o)
           
 

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.
 void JSONRendererVisitor.visit(Datatype e)
           
 void GraphPatternRendererVisitor.visit(Datatype e)
           
 

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

Methods in fr.inrialpes.exmo.align.parser that return Datatype
protected  Datatype RDFParser.parseDatatype(com.hp.hpl.jena.rdf.model.RDFNode nn)
           
 

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


Alignment API and Server 4.6 (1875M)

(C) INRIA & friends, 2003-2014