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 |
Aggregate
Aggregate is the aggregation of a set of values through a particular function.
|
class |
Apply
Apply is the application of a function to arguments.
|
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.
|
class |
Value
Id to represent a simple valuestring.
|
Modifier and Type | Field and Description |
---|---|
private ValueExpression |
Transformation.expr1 |
private ValueExpression |
Transformation.expr2 |
(package private) ValueExpression |
PropertyValueRestriction.value |
(package private) ValueExpression |
ClassValueRestriction.value |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ValueExpression> |
Apply.arguments |
private java.util.List<ValueExpression> |
Aggregate.arguments
In principle, this may be a single expression, but we can generalise
|
Modifier and Type | Method and Description |
---|---|
ValueExpression |
Transformation.getObject1() |
ValueExpression |
Transformation.getObject2() |
ValueExpression |
PropertyValueRestriction.getValue() |
ValueExpression |
ClassValueRestriction.getValue() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ValueExpression> |
Apply.getArguments() |
java.util.List<ValueExpression> |
Aggregate.getArguments() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyValueRestriction.setValue(ValueExpression v) |
void |
ClassValueRestriction.setValue(ValueExpression v) |
Constructor and Description |
---|
ClassValueRestriction(PathExpression p,
Comparator comp,
ValueExpression v)
Constructs a ClassValueRestriction with the given restriction.
|
PropertyValueRestriction(Comparator comp,
ValueExpression v)
Constructs a PropertyValueRestriction with the given restriction.
|
Transformation(java.lang.String type,
ValueExpression ob1,
ValueExpression ob2)
Creation
|
Constructor and Description |
---|
Aggregate(java.net.URI op,
java.util.List<ValueExpression> args)
Constructs an object with the given value.
|
Apply(java.net.URI op,
java.util.List<ValueExpression> args)
Constructs an object with the given value.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
GraphPatternRendererVisitor.valueToCompare(ValueExpression val,
java.lang.String var) |
Modifier and Type | Method and Description |
---|---|
protected ValueExpression |
RDFParser.parseValue(org.apache.jena.rdf.model.RDFNode node) |
Modifier and Type | Method and Description |
---|---|
TypeCheckingVisitor.TYPE |
TypeCheckingVisitor.visit(ValueExpression e) |
Modifier and Type | Method and Description |
---|---|
ValueExpression |
EDOALSQLCache.extractApply(long intid,
int type) |
ValueExpression |
EDOALSQLCache.extractValueExpression(long intid) |
Modifier and Type | Method and Description |
---|---|
long |
EDOALSQLCache.visit(ValueExpression e) |
(C) INRIA & friends, 2003-2020