Interface Package
-
- 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
,Unit
public interface Package extends Unit
A representation of the model object 'Package'.The following features are supported:
Events Base Id
Saved In Seperate Directory
Nested Classifiers
Object Model Diagrams
Sequence Diagrams
Use Case Diagrams
Packages
Classes
Actors
Use Cases
Types
Events
Global Variables
Global Functions
Global Objects
Collaboration Diagrams
Component Diagrams
Nodes
Deployment Diagrams
Links
Modules
Nested Components
Flows
Flow Items
User Defined Stereotypes
Behavioral Diagrams
Instance Specifications
- See Also:
RhapsodyPackage.getPackage()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MDWEList
getActors()
Returns the value of the 'Actors' reference list.MDWEList
getBehavioralDiagrams()
Returns the value of the 'Behavioral Diagrams' reference list.MDWEList
getClasses()
Returns the value of the 'Classes' reference list.MDWEList
getCollaborationDiagrams()
Returns the value of the 'Collaboration Diagrams' reference list.MDWEList
getComponentDiagrams()
Returns the value of the 'Component Diagrams' reference list.MDWEList
getDeploymentDiagrams()
Returns the value of the 'Deployment Diagrams' reference list.MDWEList
getEvents()
Returns the value of the 'Events' reference list.int
getEventsBaseId()
Returns the value of the 'Events Base Id' attribute.MDWEList
getFlowItems()
Returns the value of the 'Flow Items' reference list.MDWEList
getFlows()
Returns the value of the 'Flows' reference list.MDWEList
getGlobalFunctions()
Returns the value of the 'Global Functions' reference list.MDWEList
getGlobalObjects()
Returns the value of the 'Global Objects' reference list.MDWEList
getGlobalVariables()
Returns the value of the 'Global Variables' reference list.MDWEList
getInstanceSpecifications()
Returns the value of the 'Instance Specifications' containment reference list.MDWEList
getLinks()
Returns the value of the 'Links' reference list.MDWEList
getModules()
Returns the value of the 'Modules' reference list.MDWEList
getNestedClassifiers()
Returns the value of the 'Nested Classifiers' reference list.MDWEList
getNestedComponents()
Returns the value of the 'Nested Components' reference list.MDWEList
getNodes()
Returns the value of the 'Nodes' reference list.MDWEList
getObjectModelDiagrams()
Returns the value of the 'Object Model Diagrams' reference list.MDWEList
getPackages()
Returns the value of the 'Packages' reference list.MDWEList
getSequenceDiagrams()
Returns the value of the 'Sequence Diagrams' reference list.MDWEList
getTypes()
Returns the value of the 'Types' reference list.MDWEList
getUseCaseDiagrams()
Returns the value of the 'Use Case Diagrams' reference list.MDWEList
getUseCases()
Returns the value of the 'Use Cases' reference list.MDWEList
getUserDefinedStereotypes()
Returns the value of the 'User Defined Stereotypes' reference list.boolean
isSavedInSeperateDirectory()
Returns the value of the 'Saved In Seperate Directory' attribute.void
setEventsBaseId(int value)
Sets the value of the 'Events Base Id
' attribute.void
setSavedInSeperateDirectory(boolean value)
Sets the value of the 'Saved In Seperate Directory
' 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.Unit
getCMHeader, getCurrentDirectory, getFilename, getLanguage, getLastModifiedTime, getStructureDiagrams, isIncludeInNextLoad, isReadOnly, isReferenceUnit, isSeparateSaveUnit, isStub, setCMHeader, setCurrentDirectory, setFilename, setIncludeInNextLoad, setIsReadOnly, setIsReferenceUnit, setIsSeparateSaveUnit, setIsStub, setLanguage, setLastModifiedTime
-
-
-
-
Method Detail
-
getEventsBaseId
int getEventsBaseId()
Returns the value of the 'Events Base Id' attribute.- Returns:
- the value of the 'Events Base Id' attribute.
- See Also:
setEventsBaseId(int)
,RhapsodyPackage.getPackage_EventsBaseId()
-
setEventsBaseId
void setEventsBaseId(int value)
Sets the value of the 'Events Base Id
' attribute.- Parameters:
value
- the new value of the 'Events Base Id' attribute.- See Also:
getEventsBaseId()
-
isSavedInSeperateDirectory
boolean isSavedInSeperateDirectory()
Returns the value of the 'Saved In Seperate Directory' attribute.- Returns:
- the value of the 'Saved In Seperate Directory' attribute.
- See Also:
setSavedInSeperateDirectory(boolean)
,RhapsodyPackage.getPackage_SavedInSeperateDirectory()
-
setSavedInSeperateDirectory
void setSavedInSeperateDirectory(boolean value)
Sets the value of the 'Saved In Seperate Directory
' attribute.- Parameters:
value
- the new value of the 'Saved In Seperate Directory' attribute.- See Also:
isSavedInSeperateDirectory()
-
getNestedClassifiers
MDWEList getNestedClassifiers()
Returns the value of the 'Nested Classifiers' reference list. The list contents are of typeModelElement
.- Returns:
- the value of the 'Nested Classifiers' reference list.
- See Also:
RhapsodyPackage.getPackage_NestedClassifiers()
-
getObjectModelDiagrams
MDWEList getObjectModelDiagrams()
Returns the value of the 'Object Model Diagrams' reference list. The list contents are of typeObjectModelDiagram
.- Returns:
- the value of the 'Object Model Diagrams' reference list.
- See Also:
RhapsodyPackage.getPackage_ObjectModelDiagrams()
-
getSequenceDiagrams
MDWEList getSequenceDiagrams()
Returns the value of the 'Sequence Diagrams' reference list. The list contents are of typeSequenceDiagram
.- Returns:
- the value of the 'Sequence Diagrams' reference list.
- See Also:
RhapsodyPackage.getPackage_SequenceDiagrams()
-
getUseCaseDiagrams
MDWEList getUseCaseDiagrams()
Returns the value of the 'Use Case Diagrams' reference list. The list contents are of typeUseCaseDiagram
.- Returns:
- the value of the 'Use Case Diagrams' reference list.
- See Also:
RhapsodyPackage.getPackage_UseCaseDiagrams()
-
getPackages
MDWEList getPackages()
Returns the value of the 'Packages' reference list. The list contents are of typePackage
.- Returns:
- the value of the 'Packages' reference list.
- See Also:
RhapsodyPackage.getPackage_Packages()
-
getClasses
MDWEList getClasses()
Returns the value of the 'Classes' reference list. The list contents are of typeClass
.- Returns:
- the value of the 'Classes' reference list.
- See Also:
RhapsodyPackage.getPackage_Classes()
-
getActors
MDWEList getActors()
Returns the value of the 'Actors' reference list. The list contents are of typeActor
.- Returns:
- the value of the 'Actors' reference list.
- See Also:
RhapsodyPackage.getPackage_Actors()
-
getUseCases
MDWEList getUseCases()
Returns the value of the 'Use Cases' reference list. The list contents are of typeUseCase
.- Returns:
- the value of the 'Use Cases' reference list.
- See Also:
RhapsodyPackage.getPackage_UseCases()
-
getTypes
MDWEList getTypes()
Returns the value of the 'Types' reference list. The list contents are of typeType
.- Returns:
- the value of the 'Types' reference list.
- See Also:
RhapsodyPackage.getPackage_Types()
-
getEvents
MDWEList getEvents()
Returns the value of the 'Events' reference list. The list contents are of typeEvent
.- Returns:
- the value of the 'Events' reference list.
- See Also:
RhapsodyPackage.getPackage_Events()
-
getGlobalVariables
MDWEList getGlobalVariables()
Returns the value of the 'Global Variables' reference list. The list contents are of typeAttribute
.- Returns:
- the value of the 'Global Variables' reference list.
- See Also:
RhapsodyPackage.getPackage_GlobalVariables()
-
getGlobalFunctions
MDWEList getGlobalFunctions()
Returns the value of the 'Global Functions' reference list. The list contents are of typeInterfaceItem
.- Returns:
- the value of the 'Global Functions' reference list.
- See Also:
RhapsodyPackage.getPackage_GlobalFunctions()
-
getGlobalObjects
MDWEList getGlobalObjects()
Returns the value of the 'Global Objects' reference list. The list contents are of typeRelation
.- Returns:
- the value of the 'Global Objects' reference list.
- See Also:
RhapsodyPackage.getPackage_GlobalObjects()
-
getCollaborationDiagrams
MDWEList getCollaborationDiagrams()
Returns the value of the 'Collaboration Diagrams' reference list. The list contents are of typeCollaborationDiagram
.- Returns:
- the value of the 'Collaboration Diagrams' reference list.
- See Also:
RhapsodyPackage.getPackage_CollaborationDiagrams()
-
getComponentDiagrams
MDWEList getComponentDiagrams()
Returns the value of the 'Component Diagrams' reference list. The list contents are of typeComponentDiagram
.- Returns:
- the value of the 'Component Diagrams' reference list.
- See Also:
RhapsodyPackage.getPackage_ComponentDiagrams()
-
getNodes
MDWEList getNodes()
Returns the value of the 'Nodes' reference list. The list contents are of typeNode
.- Returns:
- the value of the 'Nodes' reference list.
- See Also:
RhapsodyPackage.getPackage_Nodes()
-
getDeploymentDiagrams
MDWEList getDeploymentDiagrams()
Returns the value of the 'Deployment Diagrams' reference list. The list contents are of typeDeploymentDiagram
.- Returns:
- the value of the 'Deployment Diagrams' reference list.
- See Also:
RhapsodyPackage.getPackage_DeploymentDiagrams()
-
getLinks
MDWEList getLinks()
Returns the value of the 'Links' reference list. The list contents are of typeLink
.- Returns:
- the value of the 'Links' reference list.
- See Also:
RhapsodyPackage.getPackage_Links()
-
getModules
MDWEList getModules()
Returns the value of the 'Modules' reference list. The list contents are of typeModule
.- Returns:
- the value of the 'Modules' reference list.
- See Also:
RhapsodyPackage.getPackage_Modules()
-
getNestedComponents
MDWEList getNestedComponents()
Returns the value of the 'Nested Components' reference list. The list contents are of typeComponent
.- Returns:
- the value of the 'Nested Components' reference list.
- See Also:
RhapsodyPackage.getPackage_NestedComponents()
-
getFlows
MDWEList getFlows()
Returns the value of the 'Flows' reference list. The list contents are of typeFlow
.- Returns:
- the value of the 'Flows' reference list.
- See Also:
RhapsodyPackage.getPackage_Flows()
-
getFlowItems
MDWEList getFlowItems()
Returns the value of the 'Flow Items' reference list. The list contents are of typeFlowItem
.- Returns:
- the value of the 'Flow Items' reference list.
- See Also:
RhapsodyPackage.getPackage_FlowItems()
-
getUserDefinedStereotypes
MDWEList getUserDefinedStereotypes()
Returns the value of the 'User Defined Stereotypes' reference list. The list contents are of typeStereotype
.- Returns:
- the value of the 'User Defined Stereotypes' reference list.
- See Also:
RhapsodyPackage.getPackage_UserDefinedStereotypes()
-
getBehavioralDiagrams
MDWEList getBehavioralDiagrams()
Returns the value of the 'Behavioral Diagrams' reference list. The list contents are of typeStatechart
.- Returns:
- the value of the 'Behavioral Diagrams' reference list.
- See Also:
RhapsodyPackage.getPackage_BehavioralDiagrams()
-
getInstanceSpecifications
MDWEList getInstanceSpecifications()
Returns the value of the 'Instance Specifications' containment reference list. The list contents are of typeInstanceSpecification
.- Returns:
- the value of the 'Instance Specifications' containment reference list.
- See Also:
RhapsodyPackage.getPackage_InstanceSpecifications()
-
-