org.processmining.plugins.pnml.extensions.opennet
Class PnmlLabel.Input

java.lang.Object
  extended by org.processmining.plugins.pnml.PnmlElement
      extended by org.processmining.plugins.pnml.PnmlBasicObject
          extended by org.processmining.plugins.pnml.PnmlNode
              extended by org.processmining.plugins.pnml.extensions.opennet.PnmlLabel
                  extended by org.processmining.plugins.pnml.extensions.opennet.PnmlLabel.Input
Enclosing class:
PnmlLabel

public static final class PnmlLabel.Input
extends PnmlLabel


Nested Class Summary
 
Nested classes/interfaces inherited from class org.processmining.plugins.pnml.extensions.opennet.PnmlLabel
PnmlLabel.Input, PnmlLabel.Output, PnmlLabel.Sync
 
Field Summary
static java.lang.String TAG
           
 
Fields inherited from class org.processmining.plugins.pnml.PnmlNode
graphics, id
 
Fields inherited from class org.processmining.plugins.pnml.PnmlBasicObject
name, toolSpecificList
 
Fields inherited from class org.processmining.plugins.pnml.PnmlElement
lineNumber, tag
 
Constructor Summary
PnmlLabel.Input()
           
 
Method Summary
protected  OpenNetLabel.Type getType()
           
 
Methods inherited from class org.processmining.plugins.pnml.extensions.opennet.PnmlLabel
convertFromOpenNet, convertToOpenNet
 
Methods inherited from class org.processmining.plugins.pnml.PnmlNode
checkValidity, convertFromNet, convertToNet, exportAttributes, exportElements, getBoundingBox, getGraphics, importAttributes, importElements
 
Methods inherited from class org.processmining.plugins.pnml.PnmlBasicObject
convertFromNet, convertToNet, convertToNet, getName
 
Methods inherited from class org.processmining.plugins.pnml.PnmlElement
exportAttribute, exportElement, importElement, importText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG

public static final java.lang.String TAG
See Also:
Constant Field Values
Constructor Detail

PnmlLabel.Input

public PnmlLabel.Input()
Method Detail

getType

protected OpenNetLabel.Type getType()
Specified by:
getType in class PnmlLabel