Class PNMLNet
- java.lang.Object
-
- org.processmining.plugins.pnml.simple.AbstractPNMLElement
-
- org.processmining.plugins.pnml.simple.PNMLPage
-
- org.processmining.plugins.pnml.simple.PNMLNet
-
public class PNMLNet extends PNMLPage
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPT_NET_CLASS-
Fields inherited from class org.processmining.plugins.pnml.simple.AbstractPNMLElement
graphics, name, toolspecific
-
-
Constructor Summary
Constructors Constructor Description PNMLNet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PNMLPage>getPage()java.lang.StringgetType()voidsetPage(java.util.List<PNMLPage> page)voidsetType(java.lang.String type)-
Methods inherited from class org.processmining.plugins.pnml.simple.PNMLPage
getId, getList, setId, setList
-
Methods inherited from class org.processmining.plugins.pnml.simple.AbstractPNMLElement
getGraphics, getName, getToolspecific, setGraphics, setName, setToolspecific
-
-
-
-
Field Detail
-
PT_NET_CLASS
public static final java.lang.String PT_NET_CLASS
- See Also:
- Constant Field Values
-
-