|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HighLevelProcess.TimeUnit | |
---|---|
org.processmining.exporting.petrinet.cpnexport | |
org.processmining.exporting.petrinet.cpnexport.HLImplementation | |
org.processmining.framework.models.hlprocess |
Uses of HighLevelProcess.TimeUnit in org.processmining.exporting.petrinet.cpnexport |
---|
Methods in org.processmining.exporting.petrinet.cpnexport with parameters of type HighLevelProcess.TimeUnit | |
---|---|
static void |
ManagerXml.writeLogDeclarations(java.io.BufferedWriter bw,
ManagerID idMan,
int offset,
HighLevelProcess.TimeUnit timeunit)
Writes the block for the log declarations in the cpn-file. |
Uses of HighLevelProcess.TimeUnit in org.processmining.exporting.petrinet.cpnexport.HLImplementation |
---|
Methods in org.processmining.exporting.petrinet.cpnexport.HLImplementation that return HighLevelProcess.TimeUnit | |
---|---|
HighLevelProcess.TimeUnit |
HLActivitySet.getTimeUnit()
|
HighLevelProcess.TimeUnit |
HLPetriNet.getTimeUnit()
|
Methods in org.processmining.exporting.petrinet.cpnexport.HLImplementation with parameters of type HighLevelProcess.TimeUnit | |
---|---|
void |
HLActivitySet.setTimeUnit(HighLevelProcess.TimeUnit unit)
|
void |
HLPetriNet.setTimeUnit(HighLevelProcess.TimeUnit unit)
Assigns a new Petri net model as the reference point for this High-level process. |
Uses of HighLevelProcess.TimeUnit in org.processmining.framework.models.hlprocess |
---|
Methods in org.processmining.framework.models.hlprocess that return HighLevelProcess.TimeUnit | |
---|---|
HighLevelProcess.TimeUnit |
HighLevelProcess.getTimeUnit()
Retrieves the unit in which all the provided information related to time can be interpreted. |
static HighLevelProcess.TimeUnit |
HighLevelProcess.TimeUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HighLevelProcess.TimeUnit[] |
HighLevelProcess.TimeUnit.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.processmining.framework.models.hlprocess that return types with arguments of type HighLevelProcess.TimeUnit | |
---|---|
java.util.ArrayList<HighLevelProcess.TimeUnit> |
HighLevelProcess.TimeUnit.getValues()
Returns a list with all possible timeunit values |
Methods in org.processmining.framework.models.hlprocess with parameters of type HighLevelProcess.TimeUnit | |
---|---|
void |
HighLevelProcess.setTimeUnit(HighLevelProcess.TimeUnit unit)
Specifies the unit in which all the provided information related to time can be interpreted. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |