Package | Description |
---|---|
org.processmining.models.FunctionEstimator | |
org.processmining.models.graphbased.directed.petrinetwithdata.newImpl | |
org.processmining.models.guards |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Object,org.processmining.framework.util.Pair<Expression,java.lang.Double>> |
FunctionEstimator.getEstimation(java.lang.Object[] option)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Expression |
PNWDTransition.getGuard()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PNWDTransition.setGuard(DataPetriNet petriNetWithData,
Expression expr)
Deprecated.
|
void |
PNWDTransition.setGuard(DataPetriNet petriNetWithData,
Expression guard2,
double quality)
Deprecated.
|
void |
PetriNetWithData.setGuard(org.processmining.models.graphbased.directed.petrinet.elements.Transition t,
Expression guard)
Deprecated.
|
void |
PetriNetWithData.setGuard(org.processmining.models.graphbased.directed.petrinet.elements.Transition t,
Expression guard,
double quality)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Expression |
Expression.negate()
Deprecated.
Performs fully recursive negation of a given Expression.
|
Expression |
Expression.negateOnce()
Deprecated.
Performs one negation step on a given Expression.
|
Expression |
Expression.splitOperand(java.lang.Object operand)
Deprecated.
Reads an operand object and returns an Expression representing that operand
|