Uses of Interface
org.processmining.lip.model.DAGraph
-
Packages that use DAGraph Package Description org.processmining.lip.model org.processmining.lip.model.pattern -
-
Uses of DAGraph in org.processmining.lip.model
Classes in org.processmining.lip.model that implement DAGraph Modifier and Type Class Description classDAGraphImpl<T extends TNode>Methods in org.processmining.lip.model that return DAGraph Modifier and Type Method 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.Methods in org.processmining.lip.model with parameters of type DAGraph Modifier and Type Method Description voidTiles. setDAGraph(DAGraph<Tile> dfg) -
Uses of DAGraph in org.processmining.lip.model.pattern
Methods in org.processmining.lip.model.pattern that return DAGraph Modifier and Type Method Description DAGraph<T>ContextPattern. getGraph()DAGraph<TNode>ContextPatternGraphImpl. getGraph()DAGraph<T>ContextPatternImpl. getGraph()Deprecated.Constructors in org.processmining.lip.model.pattern with parameters of type DAGraph Constructor Description ContextPatternGraphImpl(TNode center, DAGraph<? extends TNode> projected)
-