Package | Description |
---|---|
fr.inrialpes.exmo.align.impl.edoal | |
fr.inrialpes.exmo.align.impl.renderer | |
fr.inrialpes.exmo.align.parser | |
fr.inrialpes.exmo.align.service |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected PathExpression |
ClassRestriction.constrainedPath
The attribute on which the restriction should be applied.
|
protected PathExpression |
LinkkeyBinding.expression1 |
protected PathExpression |
LinkkeyBinding.expression2 |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PathExpression> |
PropertyConstruction.components
Holds all expressions: ordered for comp
|
Modifier and Type | Method and Description |
---|---|
PathExpression |
LinkkeyBinding.getExpression1() |
PathExpression |
LinkkeyBinding.getExpression2() |
PathExpression |
ClassRestriction.getRestrictionPath() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PathExpression> |
PropertyConstruction.getComponents() |
Modifier and Type | Method and Description |
---|---|
void |
ClassRestriction.setRestrictionPath(PathExpression att) |
Constructor and Description |
---|
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.
|
LinkkeyBinding(PathExpression expr1,
PathExpression expr2) |
LinkkeyEquals(PathExpression expression1,
PathExpression expression2) |
LinkkeyIntersects(PathExpression expression1,
PathExpression expression2) |
Constructor and Description |
---|
PropertyConstruction(SyntaxElement.Constructor op,
java.util.List<PathExpression> expressions) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
SILKRendererVisitor.generateSILKPath(java.lang.String var,
PathExpression pex)
This is incomplete as SILK is able to deal with reverse (\) and constraints ([])
|
Modifier and Type | Method and Description |
---|---|
protected PathExpression |
RDFParser.parsePathExpression(org.apache.jena.rdf.model.Resource node) |
Modifier and Type | Method and Description |
---|---|
PathExpression |
EDOALSQLCache.extractPathExpression(long intid) |
Modifier and Type | Method and Description |
---|---|
ClassValueRestriction |
EDOALSQLCache.extractClassValueRestriction(PathExpression pe,
long intid) |
long |
EDOALSQLCache.visit(PathExpression e) |
(C) INRIA & friends, 2003-2020