Alignment API and Server 4.0

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

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

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

Subclasses of PathExpression in fr.inrialpes.exmo.align.impl.edoal
 class PropertyConstruction
           Represents a PropertyConstruction.
 class PropertyDomainRestriction
           Represents a domainRestriction tag for PropertyExpressions.
 class PropertyExpression
           Represents a PropertyExpression.
 class PropertyId
           A simple Id to represent a Property.
 class PropertyRestriction
           Superclass for all AttributeConditions.
 class PropertyTypeRestriction
           Represents a attributeTypeRestriction tag for a ClassExpressions.
 class PropertyValueRestriction
           Represents a attributeValueRestriction tag for a ClassExpressions.
 class RelationCoDomainRestriction
           Represents a coDomainRestriction tag for RelationExpressions.
 class RelationConstruction
           Represents a RelationExpression.
 class RelationDomainRestriction
           Represents a domainRestriction tag for RelationExpressions.
 class RelationExpression
           Represents a RelationExpression.
 class RelationId
          A simple Id to represent a Relation.
 class RelationRestriction
           Superclass for all RelationConditions.
 

Fields in fr.inrialpes.exmo.align.impl.edoal declared as PathExpression
protected  PathExpression ClassRestriction.constrainedPath
          The attribute on which the restriction should be applied.
 

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

Methods in fr.inrialpes.exmo.align.impl.edoal that return PathExpression
 PathExpression ClassRestriction.getRestrictionPath()
           
 

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

Methods in fr.inrialpes.exmo.align.impl.edoal with parameters of type PathExpression
 void RelationConstruction.addComponents(PathExpression exp)
           
 void PropertyConstruction.addComponents(PathExpression exp)
           
 void ClassRestriction.setRestrictionPath(PathExpression att)
           
 

Constructors in fr.inrialpes.exmo.align.impl.edoal with parameters of type PathExpression
ClassDomainRestriction(PathExpression p, ClassExpression cl)
          Constructs a typeCondition with the given restriction.
ClassOccurenceRestriction(PathExpression p, Comparator c, int n)
          Constructs a attributeOccurenceRestriction with the given restriction.
ClassRestriction(PathExpression att)
           
ClassTypeRestriction(PathExpression p, Datatype t)
          Constructs a typeCondition with the given restriction.
ClassValueRestriction(PathExpression p, Comparator comp, ValueExpression v)
          Constructs a valueCondition with the given restriction.
 

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

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

Methods in fr.inrialpes.exmo.align.impl.renderer with parameters of type PathExpression
 void RDFRendererVisitor.visit(PathExpression p)
           
 

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

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

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


Alignment API and Server 4.0

(C) INRIA & friends, 2003-2010