|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.exporting.petrinet.cpnexport.ManagerConfiguration
public class ManagerConfiguration
The Configuration Manager class has to keep track of which simulation information exactly has to be exported to the cpn file (data, resources, timing information, logging functions). Furthermore, it should ensure that there are conflicts with regard to the exported simulation model (e.g. that there resources included in the model and that at the same time waiting times are included in the model).
Constructor Summary | |
---|---|
ManagerConfiguration()
Private constructor to prevent the creation of more than one configuration manager object (Singleton pattern). |
Method Summary | |
---|---|
static ManagerConfiguration |
getInstance()
Retrieves the only instance of this configuration manager (Singleton pattern). |
javax.swing.JPanel |
getPanel()
Creates GUI panel containg the configuration options, ready to display in some settings dialog. |
int |
getWaitingRatio()
Retrives the value of waiting ratio |
boolean |
isDataPerspectiveEnabled()
Retrieves whether the data perspective is enabled or not |
boolean |
isLoggingEnabled()
Retrieves whether the logging is enabled or not |
boolean |
isOnlyExecutionTimeEnabled()
Retrieves whether only the execution time is enabled. |
boolean |
isOnlySojournTimeEnabled()
Retrieves whether only the sojourn time is enabled |
boolean |
isOnlyWaitingAndExecutionTimeEnabled()
Retrieves whether the only the waiting time and the execution time are enabled |
boolean |
isResourcePerspectiveEnabled()
Retrieves whether the resource perspective is enabled or not |
boolean |
isTimePerspectiveEnabled()
Retrieves whether the time perspective is enabled or not |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManagerConfiguration()
getInstance()
instead to retrieve the single object available.
Method Detail |
---|
public static ManagerConfiguration getInstance()
public boolean isDataPerspectiveEnabled()
true
when the data perspective is enabled and
false
when the data perspective is disabledpublic boolean isTimePerspectiveEnabled()
true
when the time perspective is enabled and
false
when the time perspective is disabledpublic boolean isOnlyExecutionTimeEnabled()
public boolean isOnlyWaitingAndExecutionTimeEnabled()
public boolean isOnlySojournTimeEnabled()
public boolean isResourcePerspectiveEnabled()
true
when the resource perspective is enabled and
false
when the resource perspective is disabledpublic int getWaitingRatio()
public boolean isLoggingEnabled()
true
when the logging is enabled and
false
when the logging is disabledpublic javax.swing.JPanel getPanel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |