public class IvMModel
extends java.lang.Object
Constructor and Description |
---|
IvMModel(org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel dfg) |
IvMModel(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree tree) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getActivityName(int node) |
java.lang.Iterable<java.lang.Integer> |
getAllNodes() |
org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel |
getDfg() |
int |
getMaxNumberOfNodes() |
IvMEfficientTree |
getTree() |
int |
hashCode() |
boolean |
isActivity(int node) |
boolean |
isDfg() |
boolean |
isParentOf(int parent,
int child) |
boolean |
isTau(int node) |
boolean |
isTree() |
public IvMModel(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree tree)
public IvMModel(org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel dfg)
public boolean isTree()
public IvMEfficientTree getTree()
public boolean isDfg()
public org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel getDfg()
public java.lang.String getActivityName(int node)
public boolean isActivity(int node)
public java.lang.Iterable<java.lang.Integer> getAllNodes()
public boolean isTau(int node)
public boolean isParentOf(int parent, int child)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int getMaxNumberOfNodes()