Package | Description |
---|---|
fr.inrialpes.exmo.align.impl.edoal | |
fr.inrialpes.exmo.align.parser | |
fr.inrialpes.exmo.align.service |
Modifier and Type | Class and Description |
---|---|
class |
RelationCoDomainRestriction
Represents a coDomainRestriction tag for RelationExpressions.
|
class |
RelationConstruction
Represents a RelationExpression.
|
class |
RelationDomainRestriction
Represents a domainRestriction tag for RelationExpressions.
|
class |
RelationId
A simple Id to represent a Relation.
|
class |
RelationRestriction
Superclass for all RelationConditions.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<RelationExpression> |
RelationConstruction.components
Holds all expressions: ordered for composition
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RelationExpression> |
RelationConstruction.getComponents() |
Modifier and Type | Method and Description |
---|---|
void |
RelationConstruction.addComponent(RelationExpression exp) |
Constructor and Description |
---|
RelationConstruction(SyntaxElement.Constructor op,
java.util.List<RelationExpression> expressions) |
Modifier and Type | Method and Description |
---|---|
protected RelationExpression |
RDFParser.parseRelation(org.apache.jena.rdf.model.Resource node) |
Modifier and Type | Method and Description |
---|---|
RelationExpression |
EDOALSQLCache.extractRelationExpression(long intid) |
Modifier and Type | Method and Description |
---|---|
long |
EDOALSQLCache.visit(RelationExpression e) |
(C) INRIA & friends, 2003-2020