public interface Project extends Package
The following features are supported:
RhapsodyPackage.getProject()
Modifier and Type | Method and Description |
---|---|
Component |
getActiveComponent()
Returns the value of the 'Active Component' reference.
|
Configuration |
getActiveConfiguration()
Returns the value of the 'Active Configuration' reference.
|
MDWEList |
getAllStereotypes()
Returns the value of the 'All Stereotypes' reference list.
|
Package |
getCgSimplifiedModelPackage()
Returns the value of the 'Cg Simplified Model Package' reference.
|
MDWEList |
getComponents()
Returns the value of the 'Components' reference list.
|
java.lang.String |
getDefaultDirectoryScheme()
Returns the value of the 'Default Directory Scheme' attribute.
|
MDWEList |
getProfiles()
Returns the value of the 'Profiles' reference list.
|
void |
setActiveComponent(Component value)
Sets the value of the '
Active Component ' reference. |
void |
setActiveConfiguration(Configuration value)
Sets the value of the '
Active Configuration ' reference. |
void |
setCgSimplifiedModelPackage(Package value)
Sets the value of the '
Cg Simplified Model Package '
reference. |
void |
setDefaultDirectoryScheme(java.lang.String value)
Sets the value of the '
Default Directory Scheme '
attribute. |
getActors, getBehavioralDiagrams, getClasses, getCollaborationDiagrams, getComponentDiagrams, getDeploymentDiagrams, getEvents, getEventsBaseId, getFlowItems, getFlows, getGlobalFunctions, getGlobalObjects, getGlobalVariables, getInstanceSpecifications, getLinks, getModules, getNestedClassifiers, getNestedComponents, getNodes, getObjectModelDiagrams, getPackages, getSequenceDiagrams, getTypes, getUseCaseDiagrams, getUseCases, getUserDefinedStereotypes, isSavedInSeperateDirectory, setEventsBaseId, setSavedInSeperateDirectory
getCMHeader, getCurrentDirectory, getFilename, getLanguage, getLastModifiedTime, getStructureDiagrams, isIncludeInNextLoad, isReadOnly, isReferenceUnit, isSeparateSaveUnit, isStub, setCMHeader, setCurrentDirectory, setFilename, setIncludeInNextLoad, setIsReadOnly, setIsReferenceUnit, setIsSeparateSaveUnit, setIsStub, setLanguage, setLastModifiedTime
getAllTags, getAnnotations, getConstraints, getConstraintsByHim, getControlledFiles, getDependencies, getDescription, getDescriptionHTML, getDescriptionRTF, getDisplayName, getFullPathName, getGUID, getHyperLinks, getInterfaceName, getLocalTags, getMainDiagram, getMetaClass, getName, getOfTemplate, getOwnedDependencies, getOwner, getProject, getProperties, getProperty, getReferences, getStereotype, getStereotypes, getTemplateParameters, getTi, getUserDefinedMetaClass, isATemplate, isExternal, isRequirementTraceabilityHandle, isShowDisplayName, isUnresolved, setDescription, setDescriptionHTML, setDescriptionRTF, setDisplayName, setFullPathName, setGUID, setInterfaceName, setIsATemplate, setIsExternal, setIsShowDisplayName, setIsUnresolved, setMainDiagram, setMetaClass, setName, setOfTemplate, setOwner, setProject, setRequirementTraceabilityHandle, setStereotype, setTi, setUserDefinedMetaClass
java.lang.String getDefaultDirectoryScheme()
""
.
setDefaultDirectoryScheme(String)
,
RhapsodyPackage.getProject_DefaultDirectoryScheme()
void setDefaultDirectoryScheme(java.lang.String value)
Default Directory Scheme
'
attribute.
value
- the new value of the 'Default Directory Scheme' attribute.getDefaultDirectoryScheme()
MDWEList getAllStereotypes()
Stereotype
.
RhapsodyPackage.getProject_AllStereotypes()
MDWEList getComponents()
Component
.
RhapsodyPackage.getProject_Components()
Component getActiveComponent()
setActiveComponent(Component)
,
RhapsodyPackage.getProject_ActiveComponent()
void setActiveComponent(Component value)
Active Component
' reference.
value
- the new value of the 'Active Component' reference.getActiveComponent()
Configuration getActiveConfiguration()
setActiveConfiguration(Configuration)
,
RhapsodyPackage.getProject_ActiveConfiguration()
void setActiveConfiguration(Configuration value)
Active Configuration
' reference.
value
- the new value of the 'Active Configuration' reference.getActiveConfiguration()
MDWEList getProfiles()
Profile
.
RhapsodyPackage.getProject_Profiles()
Package getCgSimplifiedModelPackage()
setCgSimplifiedModelPackage(com.sodius.mdw.metamodel.rhapsody.Package)
,
RhapsodyPackage.getProject_CgSimplifiedModelPackage()
void setCgSimplifiedModelPackage(Package value)
Cg Simplified Model Package
'
reference.
value
- the new value of the 'Cg Simplified Model Package' reference.getCgSimplifiedModelPackage()