Modifier and Type | Method and Description |
---|---|
ConstraintType |
DeclarativeArc.getType() |
Modifier and Type | Method and Description |
---|---|
DeclarativeArc |
AbstractPetrinetWithAutomata.addConstraint(org.processmining.models.graphbased.directed.petrinet.elements.Transition from,
org.processmining.models.graphbased.directed.petrinet.elements.Transition to,
ConstraintType type) |
DeclarativeArc |
PetrinetWithAutomata.addConstraint(org.processmining.models.graphbased.directed.petrinet.elements.Transition from,
org.processmining.models.graphbased.directed.petrinet.elements.Transition to,
ConstraintType type) |
DeclarativeArc |
AbstractPetrinetWithAutomata.addConstraint(org.processmining.models.graphbased.directed.petrinet.elements.Transition from,
org.processmining.models.graphbased.directed.petrinet.elements.Transition to,
ConstraintType type,
org.processmining.models.graphbased.directed.petrinet.elements.ExpandableSubNet parent) |
DeclarativeArc |
PetrinetWithAutomata.addConstraint(org.processmining.models.graphbased.directed.petrinet.elements.Transition from,
org.processmining.models.graphbased.directed.petrinet.elements.Transition to,
ConstraintType type,
org.processmining.models.graphbased.directed.petrinet.elements.ExpandableSubNet parent) |
Constructor and Description |
---|
DeclarativeArc(org.processmining.models.graphbased.directed.petrinet.elements.Transition source,
org.processmining.models.graphbased.directed.petrinet.elements.Transition target,
ConstraintType type) |
DeclarativeArc(org.processmining.models.graphbased.directed.petrinet.elements.Transition source,
org.processmining.models.graphbased.directed.petrinet.elements.Transition target,
ConstraintType type,
org.processmining.models.graphbased.directed.petrinet.elements.ExpandableSubNet parent) |
Modifier and Type | Class and Description |
---|---|
static class |
ConstraintType.Binary |
static class |
ConstraintType.Branched |
static class |
ConstraintType.Unary |
Modifier and Type | Method and Description |
---|---|
static ConstraintType |
ConstraintType.Helper.fromName(java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
AlternatePrecedence |
class |
AlternateResponse |
class |
AlternateSuccession |
class |
ChainPrecedence |
class |
ChainResponse |
class |
ChainSuccession |
class |
CoExistence |
class |
NotChainSuccession |
class |
NotCoExistence |
class |
NotSuccession |
class |
Precedence |
class |
RespondedExistence |
class |
Response |
class |
Succession |
Modifier and Type | Class and Description |
---|---|
class |
BranchedAlternatePrecedence |
class |
BranchedPrecedence |
class |
BranchedRespondedExistence |
class |
BranchedResponse |
class |
Choice |
class |
ExclusiveChoice |
Modifier and Type | Class and Description |
---|---|
class |
AbsenceN |
class |
ExactlyN |
class |
ExistenceN |
class |
Init |