Uses of Class
org.processmining.framework.models.RegionList

Packages that use RegionList
org.processmining.framework.models Contains all models that can be used as an internal representation of a mining result. 
 

Uses of RegionList in org.processmining.framework.models
 

Methods in org.processmining.framework.models that return RegionList
 RegionList ModelGraph.calculateAllNonCompRegions(java.util.Collection objects)
          This method calculates all non-complementary regions of this graph.
 RegionList ModelGraph.calculateAllRegions(java.util.Collection objects)
          This method calculates all regions of this graph.
 RegionList ModelGraph.calculateMinimalRegions(java.util.Collection objects)
          This method calculates all minimal regions of this graph.
 RegionList ModelGraph.calculateRegionsMaxSize(java.util.Collection objects, int size)
          This method calculates all regions of this graph that contain at most size states.
 RegionList ModelGraph.getPostRegions(RegionList regions, java.lang.Object t)
          This method returns a subset of the given set of regions, which represents the PreRegions of the given object.
 RegionList ModelGraph.getPreRegions(RegionList regions, java.lang.Object t)
          This method returns a subset of the given set of regions, which represents the PreRegions of the given object.
 

Methods in org.processmining.framework.models with parameters of type RegionList
 RegionList ModelGraph.getPostRegions(RegionList regions, java.lang.Object t)
          This method returns a subset of the given set of regions, which represents the PreRegions of the given object.
 RegionList ModelGraph.getPreRegions(RegionList regions, java.lang.Object t)
          This method returns a subset of the given set of regions, which represents the PreRegions of the given object.