|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expression | |
---|---|
vanted.attribute.cpn.expression | |
vanted.petrinetelements |
Uses of Expression in vanted.attribute.cpn.expression |
---|
Methods in vanted.attribute.cpn.expression that return types with arguments of type Expression | |
---|---|
java.util.List<Expression> |
ExpressionAttribute.getExpressions()
Gets the expressions. |
Methods in vanted.attribute.cpn.expression with parameters of type Expression | |
---|---|
boolean |
ExpressionAttribute.addExpression(Expression expression)
Adds the expression. |
boolean |
ExpressionAttribute.changeExpressionValue(Expression expression,
java.lang.Object value)
Changes the expression value. |
boolean |
ExpressionAttribute.removeExpression(Expression expression)
Removes the expression. |
Uses of Expression in vanted.petrinetelements |
---|
Methods in vanted.petrinetelements that return types with arguments of type Expression | |
---|---|
java.util.List<Expression> |
AbstractArc.getExpressions()
Gets the expressions. |
Methods in vanted.petrinetelements with parameters of type Expression | |
---|---|
void |
AbstractArc.addExpression(Expression expression)
Adds the expression. |
void |
AbstractArc.removeExpression(Expression expression)
Removes the expression. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |