Uses of Class
org.utils.datastructures.ComparablePair
-
Packages that use ComparablePair Package Description org.processmining.models.graphbased.directed.petrinet.elements org.utils.datastructures -
-
Uses of ComparablePair in org.processmining.models.graphbased.directed.petrinet.elements
Fields in org.processmining.models.graphbased.directed.petrinet.elements with type parameters of type ComparablePair Modifier and Type Field Description protected com.google.common.collect.SortedMultiset<ComparablePair<java.lang.Long,java.util.List<java.lang.Object>>>TimedTransition. trainingDataCachea sorted view on all the training data that was used to train this transition.Methods in org.processmining.models.graphbased.directed.petrinet.elements that return types with arguments of type ComparablePair Modifier and Type Method Description com.google.common.collect.SortedMultiset<ComparablePair<java.lang.Long,java.util.List<java.lang.Object>>>TimedTransition. getTrainingDataUpTo(long currentTime) -
Uses of ComparablePair in org.utils.datastructures
Methods in org.utils.datastructures with parameters of type ComparablePair Modifier and Type Method Description intComparablePair. compareTo(ComparablePair<K,V> other)
-