Uses of Class
org.processmining.partialorder.dal.models.EnumDataAccessType
-
-
Uses of EnumDataAccessType in org.processmining.partialorder.dal.models
Methods in org.processmining.partialorder.dal.models that return EnumDataAccessType Modifier and Type Method Description static EnumDataAccessTypeEnumDataAccessType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EnumDataAccessType[]EnumDataAccessType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EnumDataAccessType in org.processmining.partialorder.dal.param
Methods in org.processmining.partialorder.dal.param that return types with arguments of type EnumDataAccessType Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Map<java.lang.String,EnumDataAccessType>>DALConversionParameters. getMapEvent2DataKey2IO()Method parameters in org.processmining.partialorder.dal.param with type arguments of type EnumDataAccessType Modifier and Type Method Description voidDALConversionParameters. setMapEvent2DataKey2IO(java.util.Map<java.lang.String,java.util.Map<java.lang.String,EnumDataAccessType>> mapEvent2DataKey2IO) -
Uses of EnumDataAccessType in org.processmining.partialorder.models.projection
Fields in org.processmining.partialorder.models.projection declared as EnumDataAccessType Modifier and Type Field Description protected EnumDataAccessTypeDataPattern. typeMethods in org.processmining.partialorder.models.projection that return EnumDataAccessType Modifier and Type Method Description EnumDataAccessTypeDataPattern. getType()Methods in org.processmining.partialorder.models.projection with parameters of type EnumDataAccessType Modifier and Type Method Description voidDataPattern. setType(EnumDataAccessType type)Constructors in org.processmining.partialorder.models.projection with parameters of type EnumDataAccessType Constructor Description DataPattern(java.lang.String key, org.processmining.models.graphbased.directed.petrinet.elements.Transition t, EnumDataAccessType i)Construct a data pattern that is associated with a transitionDataPattern(java.lang.String key, LogMovePattern lmp, EnumDataAccessType i)Construct a data pattern that is associated with a log move pattern -
Uses of EnumDataAccessType in org.processmining.partialorder.util
Methods in org.processmining.partialorder.util with parameters of type EnumDataAccessType Modifier and Type Method Description static java.lang.StringLabelUtil. createDataAccessTLabel(EnumDataAccessType type, java.lang.String data, java.lang.String role)static java.lang.StringLabelUtil. createShortDataAccessTLabel(EnumDataAccessType type, java.lang.String data, java.lang.String role)Method parameters in org.processmining.partialorder.util with type arguments of type EnumDataAccessType Modifier and Type Method Description static voidDebugUtil. printIOmap(java.util.Map<java.lang.String,java.util.Map<java.lang.String,EnumDataAccessType>> map) -
Uses of EnumDataAccessType in org.processmining.partialorder.zexperiment.dal
Methods in org.processmining.partialorder.zexperiment.dal that return types with arguments of type EnumDataAccessType Modifier and Type Method Description static java.util.Map<java.lang.String,java.util.Map<java.lang.String,EnumDataAccessType>>TestDataConvAlg. getTestDataMap()
-