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 |
ClassConstruction
Represents a ClassExpression.
|
class |
ClassDomainRestriction |
class |
ClassExpression
Represents a ClassExpression.
|
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.
|
class |
InstanceExpression
Represents a InstanceExpression.
|
class |
InstanceId
A simple Id to represent a Instance.
|
class |
PathExpression
Represents a RelationExpression or a PropertyExpression.
|
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 |
---|---|
private java.util.Set<Expression> |
Variable.occurences |
Modifier and Type | Method and Description |
---|---|
void |
Variable.addOccurence(Expression expr) |
Variable |
EDOALAlignment.recordVariable(java.lang.String name,
Expression expr) |
Constructor and Description |
---|
EDOALCell(java.lang.String id,
Expression ob1,
Expression ob2,
Relation rel,
double m)
Creation
|
Modifier and Type | Method and Description |
---|---|
protected void |
SPARQLConstructRendererVisitor.generateConstruct(Cell cell,
Expression expr1,
Expression expr2) |
protected void |
SPARQLSelectRendererVisitor.generateSelect(Expression expr) |
void |
RDFRendererVisitor.renderVariables(Expression expr) |
void |
JSONRendererVisitor.renderVariables(Expression expr) |
protected void |
GraphPatternRendererVisitor.resetVariables(Expression expr,
java.lang.String s,
java.lang.String o) |
Modifier and Type | Method and Description |
---|---|
protected Expression |
RDFParser.parseExpression(org.apache.jena.rdf.model.Resource node) |
Modifier and Type | Method and Description |
---|---|
Expression |
EDOALSQLCache.extractExpression(long intid) |
Modifier and Type | Method and Description |
---|---|
void |
EDOALSQLCache.renderVariables(Expression expr) |
long |
EDOALSQLCache.visit(Expression e) |
(C) INRIA & friends, 2003-2020