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

Uses of IRPStereotype in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPStereotype
 IRPStereotype IRPModelElement.addStereotype(java.lang.String name, java.lang.String metaType)
          Applies the specified stereotype to the model element if the project contains a stereotype with the name specified and applicable to the metaclass specified.
 IRPStereotype IRPModelElement.getNewTermStereotype()
          If a "new term" stereotype has been applied to the element, returns the stereotype.
 IRPStereotype IRPModelElement.getStereotype()
          Deprecated. Since Rhapsody now allows multiple stereotypes to be applied to a model element, the getStereotypes() method should be used instead.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPStereotype
 void IRPSearchQuery.addFilterStereotype(IRPStereotype stereotype)
          Specifies that the search should be limited to model elements with a specific stereotype applied to them.
 void IRPModelElement.addSpecificStereotype(IRPStereotype stereotype)
          Applies the specified stereotype to the model element.
 void IRPModelElement.removeStereotype(IRPStereotype stereotype)
          Removes the specified stereotype from the element.
 void IRPModelElement.setStereotype(IRPStereotype stereotype)
          Applies the specified stereotype to the element.