Class PnmlFeature

    • Field Detail

      • netElement

        protected java.lang.String netElement
      • type

        protected java.lang.String type
      • expression

        protected java.lang.String expression
      • parameters

        protected java.util.Collection<PnmlParameter> parameters
    • Constructor Detail

      • PnmlFeature

        protected PnmlFeature​(java.lang.String tag)
      • PnmlFeature

        protected PnmlFeature()
    • 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 PnmlParameter
      • 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 PnmlParameter
        Returns:
      • importElements

        protected boolean importElements​(org.xmlpull.v1.XmlPullParser xpp,
                                         Pnml pnml)
        Description copied from class: PnmlElement
        Imports all standard child elements: None. If some subclass has child elements, this method needs to be overruled by it.
        Overrides:
        importElements in class PnmlElement
        Returns:
      • exportElements

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

        public PnmlFeature convertFromNet​(ConfigurableFeature<?,​?> feature,
                                          java.util.Map<org.processmining.models.graphbased.AbstractGraphElement,​java.lang.String> map)