Uses of Class
org.processmining.trafficlightcc.algorithms.TLConformanceType
-
Packages that use TLConformanceType Package Description org.processmining.trafficlightcc.algorithms -
-
Uses of TLConformanceType in org.processmining.trafficlightcc.algorithms
Methods in org.processmining.trafficlightcc.algorithms that return TLConformanceType Modifier and Type Method Description TLConformanceTypeTLConfDiag. type()static TLConformanceTypeTLConformanceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TLConformanceType[]TLConformanceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.processmining.trafficlightcc.algorithms with parameters of type TLConformanceType Constructor Description TLConfDiag(java.lang.String activity, TLConformanceType type)
-