Package jadex.gpmn.editor
Class GpmnEditor
- java.lang.Object
- 
- jadex.gpmn.editor.GpmnEditor
 
- 
 public class GpmnEditor extends java.lang.ObjectGPMN editor main class.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringAPP_NAMEThe name of the application.static intBUILDCurrent version.static java.util.logging.LoggerLOGGERMain Logger.static java.util.logging.LevelSTATUS_AREA_LOG_LEVELLog level for status area.
 - 
Constructor SummaryConstructors Constructor Description GpmnEditor()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Main method.
 
- 
- 
- 
Field Detail- 
BUILDpublic static final int BUILD Current version.- See Also:
- Constant Field Values
 
 - 
APP_NAMEpublic static final java.lang.String APP_NAME The name of the application.- See Also:
- Constant Field Values
 
 - 
STATUS_AREA_LOG_LEVELpublic static final java.util.logging.Level STATUS_AREA_LOG_LEVEL Log level for status area.
 - 
LOGGERpublic static final java.util.logging.Logger LOGGER Main Logger.
 
- 
 
-