Package | Description |
---|---|
org.processmining.datapetrinets.expression |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGuardExpression |
Modifier and Type | Method and Description |
---|---|
static GuardExpression |
GuardExpression.Operation.and(GuardExpression lhs,
GuardExpression rhs)
Combines both
GuardExpression s with logical AND |
static GuardExpression |
GuardExpression.Factory.falseInstance() |
static GuardExpression |
GuardExpression.Factory.newInstance(ExprRoot expression) |
static GuardExpression |
GuardExpression.Factory.newInstance(java.lang.String expression) |
static GuardExpression |
GuardExpression.Operation.or(GuardExpression lhs,
GuardExpression rhs)
Combines both
GuardExpression s with logical OR |
static GuardExpression |
GuardExpression.Factory.trueInstance() |
Modifier and Type | Method and Description |
---|---|
static GuardExpression |
GuardExpression.Operation.and(GuardExpression lhs,
GuardExpression rhs)
Combines both
GuardExpression s with logical AND |
static int |
AtomCollector.countComparisonAtoms(GuardExpression expression) |
static java.lang.Object |
Evaluator.evaluate(GuardExpression expression,
VariableProvider variableProvider,
FunctionProvider functionProvider) |
static GuardExpression |
GuardExpression.Operation.or(GuardExpression lhs,
GuardExpression rhs)
Combines both
GuardExpression s with logical OR |