Class PNMLName
- java.lang.Object
-
- org.processmining.plugins.pnml.simple.PNMLName
-
public class PNMLName extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PNMLGraphicsgetGraphics()java.lang.StringgetValue()voidsetGraphics(PNMLGraphics graphics)voidsetValue(java.lang.String value)
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
-
setValue
public void setValue(java.lang.String value)
-
getGraphics
public PNMLGraphics getGraphics()
-
setGraphics
public void setGraphics(PNMLGraphics graphics)
-
-