com.telelogic.rhapsody.core
Interface IRPTimingDiagram

All Superinterfaces:
IRPDiagram, IRPModelElement, IRPSequenceDiagram, IRPUnit

public interface IRPTimingDiagram
extends IRPSequenceDiagram


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement
IRPModelElement.OSLCLink
 
Method Summary
 int getIsElaborated()
          Checks whether the the timing diagram is an elaborated timing diagram.
 void setIsElaborated(int isElaborated)
          Specifies whether the diagram should be an elaborated timing diagram or a compact timing diagram.
 
Methods inherited from interface com.telelogic.rhapsody.core.IRPSequenceDiagram
getLogicalCollaboration, getRelatedUseCases
 
Methods inherited from interface com.telelogic.rhapsody.core.IRPDiagram
addFreeShapeByType, addImage, addNewEdgeByType, addNewEdgeForElement, addNewNodeByType, addNewNodeForElement, addTextBox, closeDiagram, completeRelations, getCorrespondingGraphicElements, getElementsInDiagram, getGraphicalElements, getLastVisualizationModifiedTime, getPicture, getPictureAs, getPictureAsDividedMetafiles, getPictureEx, getPicturesWithImageMap, isOpen, isShowDiagramFrame, openDiagram, openDiagramView, populateDiagram, removeGraphElements, setShowDiagramFrame
 
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

getIsElaborated

int getIsElaborated()
Checks whether the the timing diagram is an elaborated timing diagram.

Returns:
indication of whether the diagram is an elaborated timing diagram. 1 means that the diagram is an elaborated timing diagram, 0 means that the diagram is a compact timing diagram.

setIsElaborated

void setIsElaborated(int isElaborated)
Specifies whether the diagram should be an elaborated timing diagram or a compact timing diagram.

Parameters:
isElaborated - Use 1 to indicate that the diagram should be an elaborated timing diagram, 0 to indicate that the diagram should be a compact timing diagram. Note that the type of the timing diagram should not be changed after you have already added elements to the diagram.