|
Alignment API and Server 4.2.${version.update} | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
boolean pred,
ClassExpression cl)
Constructs a typeCondition with the given restriction. |
|
ClassDomainRestriction(PathExpression p,
ClassExpression cl)
|
|
ClassOccurenceRestriction(PathExpression p,
Comparator c,
int n)
Constructs a ClassOccurenceRestriction with the given restriction. |
|
ClassRestriction(PathExpression att)
|
|
ClassTypeRestriction(PathExpression p,
boolean pred,
Datatype t)
Constructs a ClassTypeRestriction with the given restriction. |
|
ClassTypeRestriction(PathExpression p,
Datatype t)
|
|
ClassValueRestriction(PathExpression p,
Comparator comp,
ValueExpression v)
Constructs a ClassValueRestriction 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)
|
void |
OWLAxiomsRendererVisitor.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 | |
---|---|
TypeCheckingVisitor.TYPE |
TypeCheckingVisitor.visit(PathExpression p)
|
|
Alignment API and Server 4.2.${version.update} | |||||||||
PREV NEXT | FRAMES NO FRAMES |