Constructor and Description |
---|
RepEGraphs() |
RepEGraphs(org.deckfour.xes.model.XLog log,
org.processmining.partialorder.ptrace.model.PLog pLog,
org.deckfour.xes.classification.XEventClasses classes) |
Modifier and Type | Method and Description |
---|---|
void |
add(RepEGraph fusedREG) |
java.util.List<RepEGraph> |
getAllGraphs()
Return all graphs.
|
org.deckfour.xes.classification.XEventClasses |
getClasses() |
java.util.List<RepEGraph> |
getGraphs()
Get Direct Children of Root.
|
Tree<RepEGraph> |
getHierarchy() |
java.util.Set<java.lang.Integer> |
getInstanceGraphIds() |
org.deckfour.xes.model.XLog |
getLog() |
MatchMappings |
getMappings() |
org.processmining.partialorder.ptrace.model.PLog |
getpLog() |
RepEGraph |
getRepEGraph(int graphId) |
REGraphType |
getType()
Get the type of graph which has influence on how the graphs are
visualized
|
java.util.Iterator<RepEGraph> |
iterator() |
void |
setClasses(org.deckfour.xes.classification.XEventClasses classes) |
void |
setHierarchy(Tree<RepEGraph> root) |
void |
setLog(org.deckfour.xes.model.XLog log) |
void |
setMappings(MatchMappings mappings) |
void |
setpLog(org.processmining.partialorder.ptrace.model.PLog pLog) |
void |
setType(REGraphType type) |
public RepEGraphs(org.deckfour.xes.model.XLog log, org.processmining.partialorder.ptrace.model.PLog pLog, org.deckfour.xes.classification.XEventClasses classes)
public RepEGraphs()
public java.util.Set<java.lang.Integer> getInstanceGraphIds()
public org.deckfour.xes.model.XLog getLog()
public void setLog(org.deckfour.xes.model.XLog log)
public org.processmining.partialorder.ptrace.model.PLog getpLog()
public void setpLog(org.processmining.partialorder.ptrace.model.PLog pLog)
public org.deckfour.xes.classification.XEventClasses getClasses()
public void setClasses(org.deckfour.xes.classification.XEventClasses classes)
public java.util.Iterator<RepEGraph> iterator()
iterator
in interface java.lang.Iterable<RepEGraph>
public java.util.List<RepEGraph> getGraphs()
public java.util.List<RepEGraph> getAllGraphs()
public void add(RepEGraph fusedREG)
public RepEGraph getRepEGraph(int graphId)
public void setMappings(MatchMappings mappings)
public MatchMappings getMappings()
public REGraphType getType()
public void setType(REGraphType type)