Class PnmlLabelConnection

    • Field Detail

      • idRef

        protected java.lang.String idRef
    • Constructor Detail

      • PnmlLabelConnection

        protected PnmlLabelConnection​(java.lang.String tag)
    • Method Detail

      • importAttributes

        protected void importAttributes​(org.xmlpull.v1.XmlPullParser xpp,
                                        Pnml pnml)
        Description copied from class: PnmlElement
        Imports all standard attributes: None. If some subclass has attributes, this method needs to be overruled by it.
        Overrides:
        importAttributes in class PnmlElement
      • exportAttributes

        protected java.lang.String exportAttributes​(Pnml pnml)
        Description copied from class: PnmlElement
        Exports all standard attributes: None. If some subclass has attributes, this method needs to be overruled by it.
        Overrides:
        exportAttributes in class PnmlElement
        Returns:
      • convertToOpenNet

        public void convertToOpenNet​(OpenNet net,
                                     Transition transition)
      • convertFromOpenNet

        public PnmlLabelConnection convertFromOpenNet​(OpenNetLabel label,
                                                      java.util.Map<org.processmining.framework.util.Pair<org.processmining.models.graphbased.AbstractGraphElement,​ExpandableSubNet>,​java.lang.String> map)