Uses of Class
org.processmining.localityawareplacenetoracle.models.Pair
-
Packages that use Pair Package Description org.processmining.localityawareplacenetoracle.models -
-
Uses of Pair in org.processmining.localityawareplacenetoracle.models
Methods in org.processmining.localityawareplacenetoracle.models that return types with arguments of type Pair Modifier and Type Method Description java.util.HashMap<Pair,java.lang.Double>InterActivityRelationOutput. getDfMatrix()java.util.HashMap<Pair,java.lang.Double>InterActivityRelationOutput. getEfMatrix()java.util.HashMap<Pair,java.lang.Double>InterActivityRelationOutput. getEfWeightedMatrix()Method parameters in org.processmining.localityawareplacenetoracle.models with type arguments of type Pair Modifier and Type Method Description voidInterActivityRelationOutput. setDfMatrix(java.util.HashMap<Pair,java.lang.Double> dfMatrix)voidInterActivityRelationOutput. setEfMatrix(java.util.HashMap<Pair,java.lang.Double> efMatrix)voidInterActivityRelationOutput. setEfWeightedMatrix(java.util.HashMap<Pair,java.lang.Double> efWeightedMatrix)
-