Class PnmlHybridPage


  • public class PnmlHybridPage
    extends org.processmining.plugins.pnml.elements.PnmlPage
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.processmining.plugins.pnml.elements.PnmlPage

        org.processmining.plugins.pnml.elements.PnmlPage.PageMap
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<PnmlHybridArc> arcList  
      • Fields inherited from class org.processmining.plugins.pnml.elements.PnmlPage

        nodeList, subNet, TAG
      • Fields inherited from class org.processmining.plugins.pnml.elements.PnmlNode

        graphics, id
      • Fields inherited from class org.processmining.plugins.pnml.elements.PnmlBasicObject

        name, toolSpecificList
      • Fields inherited from class org.processmining.plugins.pnml.base.PnmlElement

        factory, lineNumber, tag
    • Constructor Summary

      Constructors 
      Constructor Description
      PnmlHybridPage()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String exportElements​(org.processmining.plugins.pnml.base.Pnml pnml)
      Exports all child elements.
      void setLists​(java.util.ArrayList<org.processmining.plugins.pnml.elements.PnmlNode> nodes, java.util.ArrayList<PnmlHybridArc> arcList)  
      • Methods inherited from class org.processmining.plugins.pnml.elements.PnmlPage

        convertArcsFromNet, convertArcsToNet, convertFromNet, convertFromNet, convertFromNet, convertGroupsFromNet, convertGroupsToNet, convertNodesFromNet, convertNodesToNet, convertRefNodesToNet, convertToNet, createPageMap, exportElements, getDisplacement, getPageBoundingBox, importElements
      • Methods inherited from class org.processmining.plugins.pnml.elements.PnmlNode

        checkValidity, convertFromNet, convertToNet, exportAttributes, getBoundingBox, getGraphics, importAttributes
      • Methods inherited from class org.processmining.plugins.pnml.elements.PnmlBasicObject

        convertFromNet, convertToNet, convertToNet, getName
      • Methods inherited from class org.processmining.plugins.pnml.base.PnmlElement

        exportAttribute, exportElement, importElement, importText, setFactory
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PnmlHybridPage

        public PnmlHybridPage()
    • Method Detail

      • setLists

        public void setLists​(java.util.ArrayList<org.processmining.plugins.pnml.elements.PnmlNode> nodes,
                             java.util.ArrayList<PnmlHybridArc> arcList)
      • exportElements

        protected java.lang.String exportElements​(org.processmining.plugins.pnml.base.Pnml pnml)
        Description copied from class: org.processmining.plugins.pnml.elements.PnmlPage
        Exports all child elements.
        Overrides:
        exportElements in class org.processmining.plugins.pnml.elements.PnmlPage
        Returns: