S
- the type of expression.Y
- the Axiom.EntitySet
.public static interface Axiom.ExpressionEntity<S,Y>
Axiom.EntitySet
associated to a given expression.Modifier and Type | Method and Description |
---|---|
S |
getExpression()
Gets the expression.
|
Axiom.ExpressionEntity<S,Y> |
getNewData(java.util.Set<Y> values)
Creates a new instance of
Axiom.ExpressionEntity that preserves
the expression but assigns new values to it. |
Axiom.EntitySet<Y> |
getValues()
Gets the values (i.e., elements) in the
Axiom.EntitySet . |
S getExpression()
Axiom.EntitySet
.Axiom.EntitySet<Y> getValues()
Axiom.EntitySet
.Axiom.EntitySet
.Axiom.ExpressionEntity<S,Y> getNewData(java.util.Set<Y> values)
Axiom.ExpressionEntity
that preserves
the expression but assigns new values to it.
It is used during synchronisation by Axiom.ExpressionEntitySet.SynchronisationMultiIntent
.
values
- the new values to be assigned to the expression.Axiom.ExpressionEntity
with the same expression but new values.