Class SysMLProfile.AllocatedStereotype

    • Field Detail

      • ALLOCATEDFROM

        public static final java.lang.String ALLOCATEDFROM
        Reverse of allocatedTo: the element types and names of the set of elements that are clients (from) of an allocate whose supplier is extended by this stereotype (instance). The same characteristics apply as to /allocatedTo. Each allocatedFrom property will be expressed as elementType ElementName.
        See Also:
        Constant Field Values
      • ALLOCATEDTO

        public static final java.lang.String ALLOCATEDTO
        The element types and names of the set of elements that are suppliers ( to end of the concrete syntax) of an allocate whose client is extended by this stereotype (instance). This property is the union of all suppliers to which this instance is the client, i.e., there may be more than one /allocatedTo property per allocated model element. Each allocatedTo property will be expressed as elementType ElementName.
        See Also:
        Constant Field Values
      • allocatedFrom

        @CheckForNull
        private Property allocatedFrom
      • allocatedTo

        @CheckForNull
        private Property allocatedTo
    • Constructor Detail

      • AllocatedStereotype

        protected AllocatedStereotype​(SysMLProfile profile)