Uses of Class
org.processmining.partialorder.ptrace.param.PTraceParameter.PTraceType
-
Packages that use PTraceParameter.PTraceType Package Description org.processmining.partialorder.ptrace.param -
-
Uses of PTraceParameter.PTraceType in org.processmining.partialorder.ptrace.param
Fields in org.processmining.partialorder.ptrace.param with type parameters of type PTraceParameter.PTraceType Modifier and Type Field Description protected javax.swing.JComboBox<PTraceParameter.PTraceType>PTraceParameterDialog. selectNameComboMethods in org.processmining.partialorder.ptrace.param that return PTraceParameter.PTraceType Modifier and Type Method Description PTraceParameter.PTraceTypePTraceParameterDialog. getSelectedPTraceType()PTraceParameter.PTraceTypePTraceParameter. getType()static PTraceParameter.PTraceTypePTraceParameter.PTraceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PTraceParameter.PTraceType[]PTraceParameter.PTraceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.partialorder.ptrace.param with parameters of type PTraceParameter.PTraceType Modifier and Type Method Description voidPTraceParameter. setType(PTraceParameter.PTraceType type)Constructors in org.processmining.partialorder.ptrace.param with parameters of type PTraceParameter.PTraceType Constructor Description PAlignmentParameter(PTraceParameter.PTraceType type)PTraceParameter(PTraceParameter.PTraceType type)
-