Package | Description |
---|---|
org.processmining.logskeleton.configurations | |
org.processmining.logskeleton.models |
Modifier and Type | Method and Description |
---|---|
java.util.List<LogSkeletonRelation> |
BrowserConfiguration.getRelations() |
Modifier and Type | Method and Description |
---|---|
static LogSkeletonRelation |
LogSkeletonRelation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogSkeletonRelation[] |
LogSkeletonRelation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
org.processmining.plugins.graphviz.dot.Dot |
LogSkeleton.createGraph(LogSkeletonRelation relation)
Returns a dot visualization for all activities and the provided relation
only.
|
Modifier and Type | Method and Description |
---|---|
org.processmining.plugins.graphviz.dot.Dot |
LogSkeleton.createGraph(java.util.Set<LogSkeletonRelation> relations)
Returns a dot visualization for all activities and the provided relations
only.
|