Uses of Class
org.processmining.plugins.temporal.miner.TemporalRelation
-
Packages that use TemporalRelation Package Description org.processmining.plugins.temporal.miner -
-
Uses of TemporalRelation in org.processmining.plugins.temporal.miner
Methods in org.processmining.plugins.temporal.miner that return TemporalRelation Modifier and Type Method Description TemporalRelationTemporalRelations. get(int column, int row)protected TemporalRelationTemporalRelations. getRandomRelation()static TemporalRelationTemporalRelation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TemporalRelation[]TemporalRelation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.plugins.temporal.miner with parameters of type TemporalRelation Modifier and Type Method Description static java.util.BitSetTemporalProfile. getBitSet(java.util.List<TemporalRelation> relations, TemporalRelation ofInterest)Method parameters in org.processmining.plugins.temporal.miner with type arguments of type TemporalRelation Modifier and Type Method Description static java.util.BitSetTemporalProfile. getBitSet(java.util.List<TemporalRelation> relations, TemporalRelation ofInterest)Constructor parameters in org.processmining.plugins.temporal.miner with type arguments of type TemporalRelation Constructor Description TemporalRelations(int eventCount, com.google.common.collect.Table<java.lang.Integer,java.lang.Integer,TemporalRelation> relations2)
-