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

Uses of IRPAttribute in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPAttribute
 IRPAttribute IRPClassifier.addAttribute(java.lang.String name)
          Adds a new attribute to the classifier.
 IRPAttribute IRPPackage.addGlobalVariable(java.lang.String name)
          Adds a global variable to the package.
 IRPAttribute IRPClassifier.findAttribute(java.lang.String newVal)
          Returns the attribute with the name specified.
 IRPAttribute IRPPackage.findGlobalVariable(java.lang.String name)
          Returns the global variable with the specified name.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPAttribute
 void IRPClassifier.deleteAttribute(IRPAttribute attribute)
          Deletes the specified attribute.
 void IRPPackage.deleteGlobalVariable(IRPAttribute attribute)
          Deletes the specified global variable.