Package | Description |
---|---|
org.processmining.performancespectrumintegration.visualization | |
org.processmining.performancespectrumintegration.visualization.controller |
Modifier and Type | Method and Description |
---|---|
PlaceSelectionState |
PlaceSelectionMap.addState(org.processmining.models.graphbased.directed.petrinet.elements.Place place) |
static PlaceSelectionState |
PlaceSelectionState.getDefault() |
PlaceSelectionState |
PlaceSelectionMap.getState(org.processmining.models.graphbased.directed.petrinet.elements.Place place) |
PlaceSelectionState |
PlaceSelectionState.next() |
PlaceSelectionState |
PlaceSelectionMap.toggleState(org.processmining.models.graphbased.directed.petrinet.elements.Place place) |
PlaceSelectionState |
PlaceSelectionMap.toggleState(org.processmining.models.graphbased.directed.petrinet.elements.Place place,
org.processmining.models.graphbased.ViewSpecificAttributeMap map) |
static PlaceSelectionState |
PlaceSelectionState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlaceSelectionState[] |
PlaceSelectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Tuple2<org.processmining.models.graphbased.directed.petrinet.elements.Place,PlaceSelectionState>> |
PlaceSelectionMap.measurementIterable() |
java.lang.Iterable<Tuple2<org.processmining.models.graphbased.directed.petrinet.elements.Place,PlaceSelectionState>> |
PlaceSelectionMap.originalIterable() |
Modifier and Type | Method and Description |
---|---|
void |
PlaceSelectionMap.setState(org.processmining.models.graphbased.directed.petrinet.elements.Place place,
PlaceSelectionState state) |
void |
PlaceSelectionMap.setState(org.processmining.models.graphbased.directed.petrinet.elements.Place place,
PlaceSelectionState state,
org.processmining.models.graphbased.ViewSpecificAttributeMap map) |
Modifier and Type | Method and Description |
---|---|
PlaceSelectionState |
PlaceSelectionController.getState(org.processmining.models.graphbased.directed.petrinet.elements.Place place) |
Modifier and Type | Method and Description |
---|---|
void |
PlaceSelectionController.setState(org.processmining.models.graphbased.directed.petrinet.elements.Place place,
PlaceSelectionState state) |