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

Uses of IRPClassifier in com.telelogic.rhapsody.core
 

Subinterfaces of IRPClassifier in com.telelogic.rhapsody.core
 interface IRPActor
          The IRPActor interface represents actors in Rhapsody models.
 interface IRPAssociationClass
          The IRPAssociationClass interface represents association classes in Rational Rhapsody models.
 interface IRPClass
          The IRPClass interface represents classes in Rational Rhapsody models.
 interface IRPEvent
          The IRPEvent interface represents events in Rational Rhapsody models.
 interface IRPEventReception
           
 interface IRPFlowchart
          The IRPFlowchart interface represents activities in Rational Rhapsody models.
 interface IRPFlowItem
          The IRPFlowItem interface represents item flows in Rational Rhapsody models.
 interface IRPInterfaceItem
          The IRPInterfaceItem interface represents the features shared by operations, events, and event receptions in Rational Rhapsody models.
 interface IRPNode
           
 interface IRPOperation
          The IRPOperation interface represents operations of classes in Rational Rhapsody models.
 interface IRPStatechart
          The IRPStatechart interface represents the statechart elements underlying a statechart.
 interface IRPStereotype
          The IRPStereotype interface represents sterotypes in Rational Rhapsody models.
 interface IRPType
           
 interface IRPUseCase
           
 

Methods in com.telelogic.rhapsody.core that return IRPClassifier
 IRPClassifier IRPClassifier.findBaseClassifier(java.lang.String newVal)
          Returns the base classifier with the specified name.
 IRPClassifier IRPClassifier.findDerivedClassifier(java.lang.String newVal)
          Returns the derived classifier with the specified name.
 IRPClassifier IRPClassifier.findNestedClassifier(java.lang.String newVal)
          Searches for the nested classifier with the name specified.
 IRPClassifier IRPGeneralization.getBaseClass()
          get method baseClass
 IRPClassifier IRPInstanceSpecification.getClassifier()
          get property classifier
 IRPClassifier IRPGeneralization.getDerivedClass()
          get method derivedClass
 IRPClassifier IRPClassifierRole.getFormalClassifier()
          get property formalClassifier
 IRPClassifier IRPStatechart.getItsClass()
          Returns the class that the statechart is associated with.
 IRPClassifier IRPRelation.getOfClass()
          get property ofClass
 IRPClassifier IRPRelation.getOtherClass()
          Gets the class that this class is related to via this relation.
 IRPClassifier IRPPin.getPinType()
          Returns the type of the value held by the pin/parameter.
 IRPClassifier IRPRelation.getQualifierType()
          For associations that use qualifiers, returns the type of the qualifier.
 IRPClassifier IRPOperation.getReturns()
          Gets the return type of the operation.
 IRPClassifier IRPTemplateInstantiationParameter.getType()
          get property type
 IRPClassifier IRPVariable.getType()
          Returns the type of the variable.
 IRPClassifier IRPSysMLPort.getType()
          Returns the type that was specified for the flowport.
 IRPClassifier IRPType.getTypedefBaseType()
          get property typedefBaseType
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPClassifier
 IRPClassifierRole IRPCollaboration.addClassifierRole(java.lang.String newVal, IRPClassifier cls)
          Adds an instance line to a sequence diagram.
 void IRPFile.addElement(IRPClassifier element, java.lang.String fileFragmentType)
          method addElement Choose from = undefFragment, textFragment, implFragment, specFragment, moduleFragment
 void IRPClassifier.addGeneralization(IRPClassifier pVal)
          Adds a generalization relationship between the classifier and the classifier specified as a parameter.
 IRPRelation IRPClassifier.addRelationTo(IRPClassifier otherClassifier, java.lang.String roleName1, java.lang.String linkType1, java.lang.String multiplicity1, java.lang.String roleName2, java.lang.String linkType2, java.lang.String multiplicity2, java.lang.String linkName)
          Adds a new association to the classifier.
 void IRPConfiguration.addToInstrumentationScope(IRPClassifier pVal)
          method addToInstrumentationScope
 void IRPFile.addToScope(IRPClassifier element)
          method addToScope
 IRPRelation IRPClassifier.addUnidirectionalRelationTo(IRPClassifier otherClassifier, java.lang.String roleName, java.lang.String linkType, java.lang.String multiplicity, java.lang.String linkName)
          Adds a new directed association to the classifier.
 void IRPClassifier.deleteGeneralization(IRPClassifier superClass)
          Deletes the generalization relationship between the classifier and the classifier specified as a parameter.
 IRPFile IRPComponent.getFile(IRPClassifier c, int spec)
          method getFile
 java.lang.String IRPComponent.getFileName(IRPClassifier c, int spec, int withExt)
          method getFileName
 void IRPConfiguration.removeFromInstrumentationScope(IRPClassifier pVal)
          method removeFromInstrumentationScope
 void IRPGeneralization.setBaseClass(IRPClassifier baseClass)
          set method baseClass
 void IRPInstanceSpecification.setClassifier(IRPClassifier classifier)
          set property classifier
 void IRPGeneralization.setDerivedClass(IRPClassifier derivedClass)
          set method derivedClass
 void IRPClassifierRole.setFormalClassifier(IRPClassifier formalClassifier)
          set property formalClassifier
 void IRPRelation.setOfClass(IRPClassifier ofClass)
          set property ofClass
 void IRPRelation.setOtherClass(IRPClassifier otherClass)
          set property otherClass
 void IRPPin.setPinType(IRPClassifier pinType)
          Specifies the type to use for the value held by the pin/parameter.
 void IRPRelation.setQualifierType(IRPClassifier pVal)
          Sets the type to use for the qualifier for the association.
 void IRPOperation.setReturns(IRPClassifier returns)
          Specifies the return type of the operation.
 void IRPTemplateInstantiationParameter.setType(IRPClassifier type)
          set property type
 void IRPVariable.setType(IRPClassifier type)
          Sets the type of the variable.
 void IRPSysMLPort.setType(IRPClassifier type)
          Sets the type for the flowport.
 void IRPType.setTypedefBaseType(IRPClassifier typedefBaseType)
          set property typedefBaseType