Package | Description |
---|---|
org.processmining.lip.model | |
org.processmining.lip.model.pattern |
Modifier and Type | Class and Description |
---|---|
class |
DAGraphImpl<T extends TNode> |
Modifier and Type | Method and Description |
---|---|
DAGraph<Tile> |
Tiles.getDAGraph() |
DAGraph<N> |
DAGraph.projectOn(java.util.List<N> nodes) |
DAGraph<T> |
DAGraphImpl.projectOn(java.util.List<T> nodes)
Creates a new DAGraph, projects this DAGraph on the set of nodes, and
copies directly-follows and eventually-follows relations of the nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
Tiles.setDAGraph(DAGraph<Tile> dfg) |
Modifier and Type | Method and Description |
---|---|
DAGraph<T> |
ContextPattern.getGraph() |
DAGraph<TNode> |
ContextPatternGraphImpl.getGraph() |
DAGraph<T> |
ContextPatternImpl.getGraph()
Deprecated.
|
Constructor and Description |
---|
ContextPatternGraphImpl(TNode center,
DAGraph<? extends TNode> projected) |