com.telelogic.rhapsody.core
Interface IRPUseCase

All Superinterfaces:
IRPClassifier, IRPModelElement, IRPUnit

public interface IRPUseCase
extends IRPClassifier


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement
IRPModelElement.OSLCLink
 
Method Summary
 void addDescribingDiagram(IRPDiagram diagram)
          method addDescribingDiagram
 void addExtensionPoint(java.lang.String entryPoint)
          method addExtensionPoint
 void deleteDescribingDiagram(IRPDiagram diagram)
          method deleteDescribingDiagram
 void deleteEntryPoint(java.lang.String entryPoint)
          method deleteEntryPoint
 void deleteExtensionPoint(java.lang.String entryPoint)
          method deleteExtensionPoint
 java.lang.String findEntryPoint(IRPGeneralization gen)
          method findEntryPoint
 java.lang.String findExtensionPoint(IRPGeneralization gen)
          method findExtensionPoint
 IRPDiagram getDescribingDiagram(java.lang.String name)
          method getDescribingDiagram
 IRPCollection getDescribingDiagrams()
          get property describingDiagrams
 IRPCollection getEntryPoints()
          get property entryPoints
 IRPCollection getExtensionPoints()
          get property extensionPoints
 int getIsBehaviorOverriden()
          get property isBehaviorOverriden
 void setIsBehaviorOverriden(int isBehaviorOverriden)
          set property isBehaviorOverriden
 
Methods inherited from interface com.telelogic.rhapsody.core.IRPClassifier
addActivityDiagram, addAttribute, addFlowItems, addFlows, addGeneralization, addOperation, addRelation, addRelationTo, addStatechart, addUnidirectionalRelation, addUnidirectionalRelationTo, deleteAttribute, deleteFlowItems, deleteFlows, deleteGeneralization, deleteOperation, deleteRelation, findAttribute, findBaseClassifier, findDerivedClassifier, findGeneralization, findInterfaceItem, findNestedClassifier, findNestedClassifierRecursive, findRelation, findTrigger, getActivityDiagram, getAttributes, getAttributesIncludingBases, getBaseClassifiers, getBehavioralDiagrams, getDerivedClassifiers, getFlowItems, getFlows, getGeneralizations, getInterfaceItems, getInterfaceItemsIncludingBases, getLinks, getNestedClassifiers, getOperations, getPorts, getRelations, getRelationsIncludingBases, getSequenceDiagrams, getSourceArtifacts, getStatechart
 
Methods inherited from interface com.telelogic.rhapsody.core.IRPUnit
copyToAnotherProject, getAddToModelMode, getCMHeader, getCMState, getCurrentDirectory, getFilename, getIncludeInNextLoad, getIsStub, getLanguage, getLastModifiedTime, getNestedSaveUnits, getNestedSaveUnitsCount, getStructureDiagrams, isReadOnly, isReferenceUnit, isSeparateSaveUnit, load, moveToAnotherProjectLeaveAReference, referenceToAnotherProject, save, setCMHeader, setFilename, setIncludeInNextLoad, setLanguage, setReadOnly, setSeparateSaveUnit, setUnitPath, unload
 
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

addDescribingDiagram

void addDescribingDiagram(IRPDiagram diagram)
method addDescribingDiagram

Throws:
RhapsodyRuntimeException

addExtensionPoint

void addExtensionPoint(java.lang.String entryPoint)
method addExtensionPoint

Throws:
RhapsodyRuntimeException

deleteDescribingDiagram

void deleteDescribingDiagram(IRPDiagram diagram)
method deleteDescribingDiagram

Throws:
RhapsodyRuntimeException

deleteEntryPoint

void deleteEntryPoint(java.lang.String entryPoint)
method deleteEntryPoint

Throws:
RhapsodyRuntimeException

deleteExtensionPoint

void deleteExtensionPoint(java.lang.String entryPoint)
method deleteExtensionPoint

Throws:
RhapsodyRuntimeException

findEntryPoint

java.lang.String findEntryPoint(IRPGeneralization gen)
method findEntryPoint

Throws:
RhapsodyRuntimeException

findExtensionPoint

java.lang.String findExtensionPoint(IRPGeneralization gen)
method findExtensionPoint

Throws:
RhapsodyRuntimeException

getDescribingDiagram

IRPDiagram getDescribingDiagram(java.lang.String name)
method getDescribingDiagram

Throws:
RhapsodyRuntimeException

getDescribingDiagrams

IRPCollection getDescribingDiagrams()
get property describingDiagrams

Throws:
RhapsodyRuntimeException

getEntryPoints

IRPCollection getEntryPoints()
get property entryPoints

Throws:
RhapsodyRuntimeException

getExtensionPoints

IRPCollection getExtensionPoints()
get property extensionPoints

Throws:
RhapsodyRuntimeException

getIsBehaviorOverriden

int getIsBehaviorOverriden()
get property isBehaviorOverriden

Throws:
RhapsodyRuntimeException

setIsBehaviorOverriden

void setIsBehaviorOverriden(int isBehaviorOverriden)
set property isBehaviorOverriden

Throws:
RhapsodyRuntimeException