Class SysMLProfile.ElementPropertyPathStereotype

java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.SysMLProfile.ElementPropertyPathStereotype
Enclosing class:
SysMLProfile

public static class SysMLProfile.ElementPropertyPathStereotype extends ProfileImplementation.StereotypeWrapper
  • Field Details

    • STEREOTYPE_NAME

      public static final String STEREOTYPE_NAME
      See Also:
    • PROPERTYPATH

      public static final String PROPERTYPATH
      The propertyPath list of the NestedConnectorEnd stereotype must identify a path of containing properties that identify the connected property in the context of the block that owns the connector. The ordering of properties is from a property of the block that owns the connector, through a property of each intermediate block that types the preceding property, until a property is reached that contains a connector end property within its type. The connector end property is not included in the propertyPath list, but instead is held by the role property of the UML ConnectorEnd metaclass.
      See Also:
  • Constructor Details

    • ElementPropertyPathStereotype

      protected ElementPropertyPathStereotype(SysMLProfile profile)
  • Method Details