Uses of Class
org.processmining.framework.models.heuristics.HNSet

Packages that use HNSet
org.processmining.framework.models.heuristics   
org.processmining.mining.geneticmining.util   
org.processmining.mining.heuristicsmining   
 

Uses of HNSet in org.processmining.framework.models.heuristics
 

Methods in org.processmining.framework.models.heuristics that return HNSet
 HNSet HNSet.deepCopy()
           
 HNSet HeuristicsNet.getInputSet(int index)
           
 HNSet[] HeuristicsNet.getInputSets()
           
 HNSet HeuristicsNet.getInputSetsWithElement(int index, int element)
          Retrieves subsets from an INPUT set of "index".
 HNSet HeuristicsNet.getOutputSet(int index)
           
 HNSet[] HeuristicsNet.getOutputSets()
           
 HNSet HeuristicsNet.getOutputSetsWithElement(int index, int element)
          Retrieves subsets from an OUTPUT set of "index".
static HNSet HNSet.removeElementFromSubsets(HNSet set, int element)
           
 

Methods in org.processmining.framework.models.heuristics with parameters of type HNSet
 void HNSet.addAll(HNSet setToInclude)
           
static int[] HeuristicsNet.getElements(HNSet set)
           
static HNSubSet HNSet.getUnionSet(HNSet set)
           
 void HNSet.removeAll(HNSet toRemove)
           
static HNSet HNSet.removeElementFromSubsets(HNSet set, int element)
           
 boolean HeuristicsNet.setInputSet(int index, HNSet sets)
           
 boolean HeuristicsNet.setOutputSet(int index, HNSet sets)
           
 

Uses of HNSet in org.processmining.mining.geneticmining.util
 

Methods in org.processmining.mining.geneticmining.util that return HNSet
static HNSet MethodsOverIndividuals.buildHNSet(double startOrEndEntry, cern.colt.matrix.DoubleMatrix1D inOrOutRowOrColumn, java.util.Random generator)
          Build a HNSet that will be the INPUT or OUTPUT set of an individual's workflow model element.
static HNSet MethodsOverIndividuals.buildSet(double startOrEndEntry, cern.colt.matrix.DoubleMatrix1D inOrOutRowOrColumn, java.util.Random generator)
          Build a HNSet that will be the INPUT or OUTPUT set of an individual's workflow model element.
 

Uses of HNSet in org.processmining.mining.heuristicsmining
 

Methods in org.processmining.mining.heuristicsmining that return HNSet
 HNSet HeuristicsMiner.buildOrInputSets(int ownerE, HNSubSet inputSet)
           
 HNSet HeuristicsMiner.buildOrOutputSets(int ownerE, HNSubSet outputSet)