com.telelogic.rhapsody.core
Interface IRPGeneralization

All Superinterfaces:
IRPModelElement

public interface IRPGeneralization
extends IRPModelElement


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement
IRPModelElement.OSLCLink
 
Method Summary
 IRPClassifier getBaseClass()
          get method baseClass
 IRPClassifier getDerivedClass()
          get method derivedClass
 java.lang.String getExtensionPoint()
          get property extensionPoint
 int getIsVirtual()
          get property is virtual
 java.lang.String getVisibility()
          get property visibility
 void setBaseClass(IRPClassifier baseClass)
          set method baseClass
 void setDerivedClass(IRPClassifier derivedClass)
          set method derivedClass
 void setExtensionPoint(java.lang.String extensionPoint)
          set property extensionPoint
 void setIsVirtual(int isVirtual)
          set property is virtual
 void setVisibility(java.lang.String visibility)
          set property visibility
 
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

getBaseClass

IRPClassifier getBaseClass()
get method baseClass

Throws:
RhapsodyRuntimeException

getDerivedClass

IRPClassifier getDerivedClass()
get method derivedClass

Throws:
RhapsodyRuntimeException

getExtensionPoint

java.lang.String getExtensionPoint()
get property extensionPoint

Throws:
RhapsodyRuntimeException

getIsVirtual

int getIsVirtual()
get property is virtual

Throws:
RhapsodyRuntimeException

getVisibility

java.lang.String getVisibility()
get property visibility

Throws:
RhapsodyRuntimeException

setBaseClass

void setBaseClass(IRPClassifier baseClass)
set method baseClass

Throws:
RhapsodyRuntimeException

setDerivedClass

void setDerivedClass(IRPClassifier derivedClass)
set method derivedClass

Throws:
RhapsodyRuntimeException

setExtensionPoint

void setExtensionPoint(java.lang.String extensionPoint)
set property extensionPoint

Throws:
RhapsodyRuntimeException

setIsVirtual

void setIsVirtual(int isVirtual)
set property is virtual

Throws:
RhapsodyRuntimeException

setVisibility

void setVisibility(java.lang.String visibility)
set property visibility

Throws:
RhapsodyRuntimeException