Class AnalysisPatternsProfile.DesignVariableStereotype

    • Method Detail

      • getBaselineProperty

        @CheckForNull
        public Property getBaselineProperty()
      • getMaxProperty

        @CheckForNull
        public Property getMaxProperty()
      • getMinProperty

        @CheckForNull
        public Property getMinProperty()
      • getNumberOfPointsProperty

        @CheckForNull
        public Property getNumberOfPointsProperty()
      • getRelationProperty

        @CheckForNull
        public Property getRelationProperty()
      • getStepProperty

        @CheckForNull
        public Property getStepProperty()
      • getValuesProperty

        @CheckForNull
        public Property getValuesProperty()
      • setBaseline

        public void setBaseline​(Element element,
                                @CheckForNull
                                java.lang.Double value)
      • clearBaseline

        public void clearBaseline​(Element element)
      • getBaseline

        @CheckForNull
        public java.lang.Double getBaseline​(Element element)
      • setMax

        public void setMax​(Element element,
                           @CheckForNull
                           java.lang.Double value)
      • clearMax

        public void clearMax​(Element element)
      • getMax

        @CheckForNull
        public java.lang.Double getMax​(Element element)
      • setMin

        public void setMin​(Element element,
                           @CheckForNull
                           java.lang.Double value)
      • clearMin

        public void clearMin​(Element element)
      • getMin

        @CheckForNull
        public java.lang.Double getMin​(Element element)
      • setNumberOfPoints

        public void setNumberOfPoints​(Element element,
                                      @CheckForNull
                                      java.lang.Integer value)
      • clearNumberOfPoints

        public void clearNumberOfPoints​(Element element)
      • getNumberOfPoints

        @CheckForNull
        public java.lang.Integer getNumberOfPoints​(Element element)
      • clearRelation

        public void clearRelation​(Element element)
      • setStep

        public void setStep​(Element element,
                            @CheckForNull
                            java.lang.Double value)
      • clearStep

        public void clearStep​(Element element)
      • getStep

        @CheckForNull
        public java.lang.Double getStep​(Element element)
      • setValues

        public void setValues​(Element element,
                              @CheckForNull
                              java.util.Collection<java.lang.Double> value)
      • clearValues

        public void clearValues​(Element element)
      • addValues

        public void addValues​(Element element,
                              java.lang.Double value)
      • removeValues

        public void removeValues​(Element element,
                                 java.lang.Double value)
      • getValues

        public java.util.List<java.lang.Double> getValues​(Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)