|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.connections.impl.AbstractConnection
org.processmining.plugins.petrinet.behavioralanalysis.woflan.WoflanConnection
public class WoflanConnection
WoflanConnection Connects a Petri net to its diagnostics and the assumptions made to obtain these diagnostics.
Field Summary | |
---|---|
static java.lang.String |
DIAGNOSIS
|
static java.lang.String |
NET
|
Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection |
---|
manager |
Constructor Summary | |
---|---|
WoflanConnection(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net,
WoflanDiagnosis diagnosis,
java.util.Collection<WoflanState> assumptions)
|
Method Summary | |
---|---|
java.util.Collection<WoflanState> |
getAssumptions()
Gets the assumptions made. |
Methods inherited from class org.processmining.framework.connections.impl.AbstractConnection |
---|
containsObjects, containsObjects, equals, get, getID, getLabel, getMapping, getObjects, getObjectWithRole, getRoles, hashCode, isRemoved, put, remove, remove, setLabel, setManager, toString, updated |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NET
public static final java.lang.String DIAGNOSIS
Constructor Detail |
---|
public WoflanConnection(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net, WoflanDiagnosis diagnosis, java.util.Collection<WoflanState> assumptions)
Method Detail |
---|
public java.util.Collection<WoflanState> getAssumptions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |