Interface Project
-
- All Superinterfaces:
java.lang.Comparable<java.lang.Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,ModelElement
,org.eclipse.emf.common.notify.Notifier
,Package
,Unit
public interface Project extends Package
A representation of the model object 'Project'.The following features are supported:
- See Also:
RhapsodyPackage.getProject()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
Methods inherited from interface com.sodius.mdw.metamodel.rhapsody.ModelElement
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
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com.sodius.mdw.metamodel.rhapsody.Package
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
-
Methods inherited from interface com.sodius.mdw.metamodel.rhapsody.Unit
getCMHeader, getCurrentDirectory, getFilename, getLanguage, getLastModifiedTime, getStructureDiagrams, isIncludeInNextLoad, isReadOnly, isReferenceUnit, isSeparateSaveUnit, isStub, setCMHeader, setCurrentDirectory, setFilename, setIncludeInNextLoad, setIsReadOnly, setIsReferenceUnit, setIsSeparateSaveUnit, setIsStub, setLanguage, setLastModifiedTime
-
-
-
-
Method Detail
-
getDefaultDirectoryScheme
java.lang.String getDefaultDirectoryScheme()
Returns the value of the 'Default Directory Scheme' attribute. The default value is""
.- Returns:
- the value of the 'Default Directory Scheme' attribute.
- See Also:
setDefaultDirectoryScheme(String)
,RhapsodyPackage.getProject_DefaultDirectoryScheme()
-
setDefaultDirectoryScheme
void setDefaultDirectoryScheme(java.lang.String value)
Sets the value of the 'Default Directory Scheme
' attribute.- Parameters:
value
- the new value of the 'Default Directory Scheme' attribute.- See Also:
getDefaultDirectoryScheme()
-
getAllStereotypes
MDWEList getAllStereotypes()
Returns the value of the 'All Stereotypes' reference list. The list contents are of typeStereotype
.- Returns:
- the value of the 'All Stereotypes' reference list.
- See Also:
RhapsodyPackage.getProject_AllStereotypes()
-
getComponents
MDWEList getComponents()
Returns the value of the 'Components' reference list. The list contents are of typeComponent
.- Returns:
- the value of the 'Components' reference list.
- See Also:
RhapsodyPackage.getProject_Components()
-
getActiveComponent
Component getActiveComponent()
Returns the value of the 'Active Component' reference.- Returns:
- the value of the 'Active Component' reference.
- See Also:
setActiveComponent(Component)
,RhapsodyPackage.getProject_ActiveComponent()
-
setActiveComponent
void setActiveComponent(Component value)
Sets the value of the 'Active Component
' reference.- Parameters:
value
- the new value of the 'Active Component' reference.- See Also:
getActiveComponent()
-
getActiveConfiguration
Configuration getActiveConfiguration()
Returns the value of the 'Active Configuration' reference.- Returns:
- the value of the 'Active Configuration' reference.
- See Also:
setActiveConfiguration(Configuration)
,RhapsodyPackage.getProject_ActiveConfiguration()
-
setActiveConfiguration
void setActiveConfiguration(Configuration value)
Sets the value of the 'Active Configuration
' reference.- Parameters:
value
- the new value of the 'Active Configuration' reference.- See Also:
getActiveConfiguration()
-
getProfiles
MDWEList getProfiles()
Returns the value of the 'Profiles' reference list. The list contents are of typeProfile
.- Returns:
- the value of the 'Profiles' reference list.
- See Also:
RhapsodyPackage.getProject_Profiles()
-
getCgSimplifiedModelPackage
Package getCgSimplifiedModelPackage()
Returns the value of the 'Cg Simplified Model Package' reference.- Returns:
- the value of the 'Cg Simplified Model Package' reference.
- See Also:
setCgSimplifiedModelPackage(com.sodius.mdw.metamodel.rhapsody.Package)
,RhapsodyPackage.getProject_CgSimplifiedModelPackage()
-
setCgSimplifiedModelPackage
void setCgSimplifiedModelPackage(Package value)
Sets the value of the 'Cg Simplified Model Package
' reference.- Parameters:
value
- the new value of the 'Cg Simplified Model Package' reference.- See Also:
getCgSimplifiedModelPackage()
-
-