Class PDC2016TestParameters
- java.lang.Object
-
- org.processmining.logskeleton.pdc2016.parameters.PDC2016TestParameters
-
public class PDC2016TestParameters extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PDC2016TestParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.Integer>getAllNrs()java.util.Set<org.processmining.pdc2016.algorithms.PDC2016Set>getAllSets()java.util.Set<java.lang.Integer>getNrs()java.util.Set<org.processmining.pdc2016.algorithms.PDC2016Set>getSets()voidsetAllNrs(java.util.Set<java.lang.Integer> allNrs)voidsetAllSets(java.util.Set<org.processmining.pdc2016.algorithms.PDC2016Set> allSets)voidsetNrs(java.util.Set<java.lang.Integer> nrs)voidsetSets(java.util.Set<org.processmining.pdc2016.algorithms.PDC2016Set> sets)
-
-
-
Method Detail
-
getSets
public java.util.Set<org.processmining.pdc2016.algorithms.PDC2016Set> getSets()
-
setSets
public void setSets(java.util.Set<org.processmining.pdc2016.algorithms.PDC2016Set> sets)
-
getAllSets
public java.util.Set<org.processmining.pdc2016.algorithms.PDC2016Set> getAllSets()
-
setAllSets
public void setAllSets(java.util.Set<org.processmining.pdc2016.algorithms.PDC2016Set> allSets)
-
getNrs
public java.util.Set<java.lang.Integer> getNrs()
-
setNrs
public void setNrs(java.util.Set<java.lang.Integer> nrs)
-
getAllNrs
public java.util.Set<java.lang.Integer> getAllNrs()
-
setAllNrs
public void setAllNrs(java.util.Set<java.lang.Integer> allNrs)
-
-