Class MDCustomizationForSysMLProfile.NestedPropertyPathStereotype

  • Enclosing class:
    MDCustomizationForSysMLProfile

    public static class MDCustomizationForSysMLProfile.NestedPropertyPathStereotype
    extends com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private MDCustomizationForSysMLProfile _p  
      private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property propertyPath  
      static java.lang.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.
      static java.lang.String STEREOTYPE_NAME  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addPropertyPath​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)  
      protected void clear()  
      void clearPropertyPath​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      java.util.List<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> getPropertyPath​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getPropertyPathProperty()  
      com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getStereotype()  
      boolean is​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      static boolean isInstance​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)  
      void removePropertyPath​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)  
      void setPropertyPath​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, java.util.Collection<? extends com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> value)  
      • Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper

        apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROPERTYPATH

        public static final java.lang.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:
        Constant Field Values
      • propertyPath

        @CheckForNull
        private com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property propertyPath
    • Method Detail

      • getStereotype

        public com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype getStereotype()
        Specified by:
        getStereotype in class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
      • getPropertyPathProperty

        @CheckForNull
        public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property getPropertyPathProperty()
      • setPropertyPath

        public void setPropertyPath​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                                    @CheckForNull
                                    java.util.Collection<? extends com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> value)
      • clearPropertyPath

        public void clearPropertyPath​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • addPropertyPath

        public void addPropertyPath​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                                    com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)
      • removePropertyPath

        public void removePropertyPath​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element,
                                       com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element value)
      • getPropertyPath

        public java.util.List<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> getPropertyPath​(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • clear

        protected void clear()
      • is

        public boolean is​(@CheckForNull
                          com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element)