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

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

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

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

Subclasses of ClassExpression in fr.inrialpes.exmo.align.impl.edoal
 class ClassConstruction
           Represents a ClassExpression.
 class ClassDomainRestriction
           
 class ClassId
          A simple Id to represent a Class.
 class ClassOccurenceRestriction
           Represents a attributeOccurenceRestriction tag for a ClassExpressions.
 class ClassRestriction
           Superclass for all ClassRestrictions.
 class ClassTypeRestriction
           Represents a type typeCondition tag for PropertyExpressions.
 class ClassValueRestriction
           Represents a type valueCondition tag for PropertyExpressions.
 

Fields in fr.inrialpes.exmo.align.impl.edoal declared as ClassExpression
protected  ClassExpression RelationCoDomainRestriction.codomain
           
private  ClassExpression RelationDomainRestriction.domain
           
protected  ClassExpression PropertyDomainRestriction.domain
           
(package private)  ClassExpression ClassDomainRestriction.domain
           
 

Fields in fr.inrialpes.exmo.align.impl.edoal with type parameters of type ClassExpression
private  Collection<ClassExpression> ClassConstruction.components
          Holds all expressions.
 

Methods in fr.inrialpes.exmo.align.impl.edoal that return ClassExpression
 ClassExpression RelationCoDomainRestriction.getCoDomain()
           
 ClassExpression RelationDomainRestriction.getDomain()
           
 ClassExpression PropertyDomainRestriction.getDomain()
           
 ClassExpression ClassDomainRestriction.getDomain()
           
 

Methods in fr.inrialpes.exmo.align.impl.edoal that return types with arguments of type ClassExpression
 Collection<ClassExpression> ClassConstruction.getComponents()
           
 

Methods in fr.inrialpes.exmo.align.impl.edoal with parameters of type ClassExpression
 void ClassConstruction.addComponents(ClassExpression exp)
           
 void RelationDomainRestriction.getDomain(ClassExpression dom)
           
 void PropertyDomainRestriction.setDomain(ClassExpression dom)
           
 void ClassDomainRestriction.setDomain(ClassExpression cl)
           
 

Constructors in fr.inrialpes.exmo.align.impl.edoal with parameters of type ClassExpression
ClassDomainRestriction(PathExpression p, boolean pred, ClassExpression cl)
          Constructs a typeCondition with the given restriction.
ClassDomainRestriction(PathExpression p, ClassExpression cl)
           
PropertyDomainRestriction(ClassExpression dom)
          Constructs a domainRestiction with the given restriction.
RelationCoDomainRestriction(ClassExpression cod)
          Constructs a RelationCoDomainRestriction with the given restriction.
RelationDomainRestriction(ClassExpression dom)
          Constructs a RelationDomainRestiction with the given restriction.
 

Constructor parameters in fr.inrialpes.exmo.align.impl.edoal with type arguments of type ClassExpression
ClassConstruction(SyntaxElement.Constructor op, Collection<ClassExpression> expressions)
           
 

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

Methods in fr.inrialpes.exmo.align.impl.renderer with parameters of type ClassExpression
 void RDFRendererVisitor.visit(ClassExpression e)
           
 void OWLAxiomsRendererVisitor.visit(ClassExpression e)
           
 

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

Methods in fr.inrialpes.exmo.align.parser that return ClassExpression
protected  ClassExpression RDFParser.parseClass(com.hp.hpl.jena.rdf.model.Resource node)
           
 

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


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

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