Class UAF.ProblemDomainStereotype

    • Field Detail

      • PHYSICALLOCATION

        public static final java.lang.String PHYSICALLOCATION
        Relates a LocationHolder (i.e. OperationalPerformer, OperationalRole, ResourceRole etc.) to its ActualLocation.
        See Also:
        Constant Field Values
      • REQUIREDENVIRONMENT

        public static final java.lang.String REQUIREDENVIRONMENT
        Relates a LocationHolder (i.e. OperationalPerformer, OperationalRole, ResourceRole etc.) to the Environment in which it is required to perform/be used.
        See Also:
        Constant Field Values
      • URI

        public static final java.lang.String URI
        Captures Unique identifier for the element.
        See Also:
        Constant Field Values
      • CONFORMSTO

        public static final java.lang.String CONFORMSTO
        Relates a UAFElement to the Standard that the UAFElement is conforming to.
        See Also:
        Constant Field Values
      • ACTUALMEASUREMENTSET

        public static final java.lang.String ACTUALMEASUREMENTSET
        Relates the MeasurableElement to the ActualMeasurementSet that provides its ActualMeasurements.
        See Also:
        Constant Field Values
      • MEASUREMENTSET

        public static final java.lang.String MEASUREMENTSET
        Relates the MeasurableElement to the MeasurementSet that provides its Measurements by which it can be measured.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ProblemDomainStereotype

        protected ProblemDomainStereotype​(UAF profile)
    • Method Detail

      • getPhysicalLocationProperty

        @CheckForNull
        public Property getPhysicalLocationProperty()
      • getRequiredEnvironmentProperty

        @CheckForNull
        public Property getRequiredEnvironmentProperty()
      • getURIProperty

        @CheckForNull
        public Property getURIProperty()
      • getConformsToProperty

        @CheckForNull
        public Property getConformsToProperty()
      • getActualMeasurementSetProperty

        @CheckForNull
        public Property getActualMeasurementSetProperty()
      • getMeasurementSetProperty

        @CheckForNull
        public Property getMeasurementSetProperty()
      • setPhysicalLocation

        public void setPhysicalLocation​(Element element,
                                        @CheckForNull
                                        java.util.Collection<? extends Element> value)
      • clearPhysicalLocation

        public void clearPhysicalLocation​(Element element)
      • addPhysicalLocation

        public void addPhysicalLocation​(Element element,
                                        Element value)
      • removePhysicalLocation

        public void removePhysicalLocation​(Element element,
                                           Element value)
      • getPhysicalLocation

        public java.util.List<Element> getPhysicalLocation​(Element element)
      • setRequiredEnvironment

        public void setRequiredEnvironment​(Element element,
                                           @CheckForNull
                                           java.util.Collection<? extends Element> value)
      • clearRequiredEnvironment

        public void clearRequiredEnvironment​(Element element)
      • addRequiredEnvironment

        public void addRequiredEnvironment​(Element element,
                                           Element value)
      • removeRequiredEnvironment

        public void removeRequiredEnvironment​(Element element,
                                              Element value)
      • getRequiredEnvironment

        public java.util.List<Element> getRequiredEnvironment​(Element element)
      • setURI

        public void setURI​(Element element,
                           @CheckForNull
                           java.lang.String value)
      • clearURI

        public void clearURI​(Element element)
      • getURI

        @CheckForNull
        public java.lang.String getURI​(Element element)
      • setConformsTo

        public void setConformsTo​(Element element,
                                  @CheckForNull
                                  java.util.Collection<? extends Element> value)
      • clearConformsTo

        public void clearConformsTo​(Element element)
      • addConformsTo

        public void addConformsTo​(Element element,
                                  Element value)
      • removeConformsTo

        public void removeConformsTo​(Element element,
                                     Element value)
      • getConformsTo

        public java.util.List<Element> getConformsTo​(Element element)
      • setActualMeasurementSet

        public void setActualMeasurementSet​(Element element,
                                            @CheckForNull
                                            java.util.Collection<? extends Element> value)
      • clearActualMeasurementSet

        public void clearActualMeasurementSet​(Element element)
      • addActualMeasurementSet

        public void addActualMeasurementSet​(Element element,
                                            Element value)
      • removeActualMeasurementSet

        public void removeActualMeasurementSet​(Element element,
                                               Element value)
      • getActualMeasurementSet

        public java.util.List<Element> getActualMeasurementSet​(Element element)
      • setMeasurementSet

        public void setMeasurementSet​(Element element,
                                      @CheckForNull
                                      java.util.Collection<? extends Element> value)
      • clearMeasurementSet

        public void clearMeasurementSet​(Element element)
      • addMeasurementSet

        public void addMeasurementSet​(Element element,
                                      Element value)
      • removeMeasurementSet

        public void removeMeasurementSet​(Element element,
                                         Element value)
      • getMeasurementSet

        public java.util.List<Element> getMeasurementSet​(Element element)
      • is

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

        public static boolean isInstance​(@CheckForNull
                                         Element element)