Class UAF.ResourceConnectorStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ResourceConnectorStereotype
Enclosing class:
UAF

public static class UAF.ResourceConnectorStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • BOUNDARYCONDITION

      public static final String BOUNDARYCONDITION
      Relates a ResourceConector to the extremes of the Environment in which it is required to be made available.
      See Also:
    • IMPLEMENTS

      public static final String IMPLEMENTS
      Relates the ResourceConnector and ResourcePort to the Protocols that they can implement.
      See Also:
    • URI

      public static final String URI
      Captures Unique identifier for the element.
      See Also:
    • CONFORMSTO

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

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

      public static final String MEASUREMENTSET
      Relates the MeasurableElement to the MeasurementSet that provides its Measurements by which it can be measured.
      See Also:
  • Constructor Details

    • ResourceConnectorStereotype

      protected ResourceConnectorStereotype(UAF profile)
  • Method Details

    • getStereotype

      public Stereotype getStereotype()
      Description copied from class: ProfileImplementation.StereotypeWrapper
      Returns stereotype for this wrapper.
      Specified by:
      getStereotype in class ProfileImplementation.StereotypeWrapper
      Returns:
      stereotype
    • getBoundaryConditionProperty

      @CheckForNull public Property getBoundaryConditionProperty()
    • getImplementsProperty

      @CheckForNull public Property getImplementsProperty()
    • getURIProperty

      @CheckForNull public Property getURIProperty()
    • getConformsToProperty

      @CheckForNull public Property getConformsToProperty()
    • getActualMeasurementSetProperty

      @CheckForNull public Property getActualMeasurementSetProperty()
    • getMeasurementSetProperty

      @CheckForNull public Property getMeasurementSetProperty()
    • setBoundaryCondition

      public void setBoundaryCondition(Element element, @CheckForNull Collection<? extends Element> value)
    • clearBoundaryCondition

      public void clearBoundaryCondition(Element element)
    • addBoundaryCondition

      public void addBoundaryCondition(Element element, Element value)
    • removeBoundaryCondition

      public void removeBoundaryCondition(Element element, Element value)
    • getBoundaryCondition

      public List<Element> getBoundaryCondition(Element element)
    • setImplements

      public void setImplements(Element element, @CheckForNull Collection<? extends Element> value)
    • clearImplements

      public void clearImplements(Element element)
    • addImplements

      public void addImplements(Element element, Element value)
    • removeImplements

      public void removeImplements(Element element, Element value)
    • getImplements

      public List<Element> getImplements(Element element)
    • setURI

      public void setURI(Element element, @CheckForNull String value)
    • clearURI

      public void clearURI(Element element)
    • getURI

      @CheckForNull public String getURI(Element element)
    • setConformsTo

      public void setConformsTo(Element element, @CheckForNull 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 List<Element> getConformsTo(Element element)
    • setActualMeasurementSet

      public void setActualMeasurementSet(Element element, @CheckForNull 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 List<Element> getActualMeasurementSet(Element element)
    • setMeasurementSet

      public void setMeasurementSet(Element element, @CheckForNull 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 List<Element> getMeasurementSet(Element element)
    • clear

      protected void clear()
    • is

      public boolean is(@CheckForNull Element element)
    • isInstance

      public static boolean isInstance(@CheckForNull Element element)