Constructor and Description |
---|
PlaceReduction() |
Modifier and Type | Method and Description |
---|---|
void |
apply(ReductionWorkspace ws) |
org.processmining.models.graphbased.directed.petrinet.elements.Place |
getOtherPlace() |
org.processmining.models.graphbased.directed.petrinet.elements.Place |
getPlace() |
boolean |
hasOptimalScore(ReductionWorkspace ws) |
double |
score(ReductionWorkspace ws) |
void |
setOtherPlace(org.processmining.models.graphbased.directed.petrinet.elements.Place otherPlace) |
void |
setPlace(org.processmining.models.graphbased.directed.petrinet.elements.Place place) |
java.lang.String |
toString() |
public org.processmining.models.graphbased.directed.petrinet.elements.Place getPlace()
public void setPlace(org.processmining.models.graphbased.directed.petrinet.elements.Place place)
public org.processmining.models.graphbased.directed.petrinet.elements.Place getOtherPlace()
public void setOtherPlace(org.processmining.models.graphbased.directed.petrinet.elements.Place otherPlace)
public void apply(ReductionWorkspace ws)
public double score(ReductionWorkspace ws)
public boolean hasOptimalScore(ReductionWorkspace ws)
hasOptimalScore
in interface Reduction
public java.lang.String toString()
toString
in class java.lang.Object