Class PnmlParameter

    • Field Detail

      • name

        protected java.lang.String name
      • minVal

        protected java.lang.String minVal
      • maxVal

        protected java.lang.String maxVal
      • allowedVals

        protected java.lang.String allowedVals
      • defaultVal

        protected java.lang.String defaultVal
    • Constructor Detail

      • PnmlParameter

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

        protected PnmlParameter()
    • 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:
      • convertToNet

        public void convertToNet​(java.util.List<ConfigurableParameter<java.lang.Integer>> parameterList)