Uses of Interface
com.telelogic.rhapsody.core.IRPTag

Uses of IRPTag in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPTag
 IRPTag IRPTag.getBase()
          Returns the base tag on which the local copy of the tag is based.
 IRPTag IRPModelElement.getTag(java.lang.String name)
          Returns the tag specified.
 IRPTag IRPModelElement.setTagContextValue(IRPTag tag, IRPCollection elements, IRPCollection multiplicities)
          Applies the specified tag to the model element, and sets the value of the tag to a specific instance of another model element.
 IRPTag IRPModelElement.setTagElementValue(IRPTag tag, IRPModelElement val)
          Applies a tag whose type is a model element to the current element with the value specified.
 IRPTag IRPModelElement.setTagValue(IRPTag tag, java.lang.String val)
          Applies the specified tag to the model element with the value specified.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPTag
 IRPTag IRPModelElement.setTagContextValue(IRPTag tag, IRPCollection elements, IRPCollection multiplicities)
          Applies the specified tag to the model element, and sets the value of the tag to a specific instance of another model element.
 IRPTag IRPModelElement.setTagElementValue(IRPTag tag, IRPModelElement val)
          Applies a tag whose type is a model element to the current element with the value specified.
 IRPTag IRPModelElement.setTagValue(IRPTag tag, java.lang.String val)
          Applies the specified tag to the model element with the value specified.