com.telelogic.rhapsody.core
Interface IRPClassifierRole

All Superinterfaces:
IRPModelElement

public interface IRPClassifierRole
extends IRPModelElement


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement
IRPModelElement.OSLCLink
 
Method Summary
 IRPClassifier getFormalClassifier()
          get property formalClassifier
 IRPInstance getFormalInstance()
          get property formalInstance
 IRPSequenceDiagram getReferencedSequenceDiagram()
          get property referencedSequenceDiagram
 IRPCollection getReferencingClassifierRolesRecursively()
          method getReferencingClassifierRolesRecursively
 java.lang.String getRoleType()
          get property roleType
 void setFormalClassifier(IRPClassifier formalClassifier)
          set property formalClassifier
 void setFormalInstance(IRPInstance formalInstance)
          set property formalInstance
 void setReferencedSequenceDiagram(IRPSequenceDiagram referencedSequenceDiagram)
          set property referencedSequenceDiagram
 
Methods inherited from interface com.telelogic.rhapsody.core.IRPModelElement
addAssociation, addDependency, addDependencyBetween, addDependencyTo, addLinkToElement, addNewAggr, addProperty, addRedefines, addRemoteDependencyTo, addSpecificStereotype, addStereotype, becomeTemplateInstantiationOf, changeTo, clone, createOSLCLink, deleteDependency, deleteFromProject, deleteOSLCLink, errorMessage, findElementsByFullName, findNestedElement, findNestedElementRecursive, getAllTags, getAnnotations, getAssociationClasses, getBinaryID, getConstraints, getConstraintsByHim, getControlledFiles, getDecorationStyle, getDependencies, getDescription, getDescriptionHTML, getDescriptionPlainText, getDescriptionRTF, getDisplayName, getDisplayNameRTF, getErrorMessage, getFullPathName, getFullPathNameIn, getGUID, getHyperLinks, getIconFileName, getInterfaceName, getIsExternal, getIsOfMetaClass, getIsShowDisplayName, getIsUnresolved, getLocalTags, getMainDiagram, getMetaClass, getName, getNestedElements, getNestedElementsByMetaClass, getNestedElementsRecursive, getNewTermStereotype, getOfTemplate, getOSLCLinks, getOverlayIconFileName, getOverriddenProperties, getOverriddenPropertiesByPattern, getOwnedDependencies, getOwner, getProject, getPropertyValue, getPropertyValueConditional, getPropertyValueConditionalExplicit, getPropertyValueExplicit, getRedefines, getReferences, getRemoteDependencies, getRemoteURI, getRequirementTraceabilityHandle, getSaveUnit, getStereotype, getStereotypes, getTag, getTemplateParameters, getTi, getToolTipHTML, getUserDefinedMetaClass, hasNestedElements, hasPanelWidget, highLightElement, isATemplate, isDescriptionRTF, isDisplayNameRTF, isModified, isRemote, locateInBrowser, lockOnDesignManager, openFeaturesDialog, removeProperty, removeRedefines, removeStereotype, setDecorationStyle, setDescription, setDescriptionAndHyperlinks, setDescriptionHTML, setDescriptionRTF, setDisplayName, setDisplayNameRTF, setGUID, setIsShowDisplayName, setMainDiagram, setName, setOfTemplate, setOwner, setPropertyValue, setRequirementTraceabilityHandle, setStereotype, setTagContextValue, setTagElementValue, setTagValue, setTi, synchronizeTemplateInstantiation, unlockOnDesignManager
 

Method Detail

getFormalClassifier

IRPClassifier getFormalClassifier()
get property formalClassifier

Throws:
RhapsodyRuntimeException

getFormalInstance

IRPInstance getFormalInstance()
get property formalInstance

Throws:
RhapsodyRuntimeException

getReferencedSequenceDiagram

IRPSequenceDiagram getReferencedSequenceDiagram()
get property referencedSequenceDiagram

Throws:
RhapsodyRuntimeException

getReferencingClassifierRolesRecursively

IRPCollection getReferencingClassifierRolesRecursively()
method getReferencingClassifierRolesRecursively

Throws:
RhapsodyRuntimeException

getRoleType

java.lang.String getRoleType()
get property roleType

Throws:
RhapsodyRuntimeException

setFormalClassifier

void setFormalClassifier(IRPClassifier formalClassifier)
set property formalClassifier

Throws:
RhapsodyRuntimeException

setFormalInstance

void setFormalInstance(IRPInstance formalInstance)
set property formalInstance

Throws:
RhapsodyRuntimeException

setReferencedSequenceDiagram

void setReferencedSequenceDiagram(IRPSequenceDiagram referencedSequenceDiagram)
set property referencedSequenceDiagram

Throws:
RhapsodyRuntimeException