Class Variability


  • public class Variability
    extends Object
    • Constructor Detail

      • Variability

        public Variability()
      • Variability

        public Variability​(Task task)
        initialize default values
    • Method Detail

      • beforeMarshal

        public void beforeMarshal​(javax.xml.bind.Marshaller marshaller)
        Convert the selected values to value (no specs). This is needed, when there are Vt values that might include (as a spec) references outside of the VtSpec itself.
      • afterUnmarshal

        public void afterUnmarshal​(javax.xml.bind.Unmarshaller unmarshaller,
                                   Object parent)
        Postprocessing sets task dependent data
      • getSelected

        public List<V> getSelected()
      • selectedProperty

        public javafx.beans.property.ListProperty<V> selectedProperty()
      • getVarSpec

        public VarSpec getVarSpec()
      • varSpecProperty

        public javafx.beans.property.ObjectProperty<VarSpec> varSpecProperty()
      • getSelectedAsCV

        public CV getSelectedAsCV()
      • isTemplate

        public boolean isTemplate()
      • templateProperty

        public javafx.beans.property.BooleanProperty templateProperty()