|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RepositoryData
A representation of the model object 'Repository Data'.
The following features are supported:
Repository ID
Architecture
Frame
Aspect
Code Bundle
Assembly Descriptor
Interface Type
Deployment Plan
Micro Component
ModelPackage.getRepositoryData()
Method Summary | |
---|---|
Architecture |
createArchitecture(Architecture previous,
boolean branch,
Frame _implements)
|
Architecture |
createArchitecture(java.lang.String name,
Frame _implements)
|
AssemblyDescriptor |
createAssemblyDesc(AssemblyDescriptor previous,
boolean branch,
Architecture topLevelArch)
|
AssemblyDescriptor |
createAssemblyDesc(java.lang.String name,
Architecture topLevelArch)
|
CodeBundle |
createCodeBundle(java.lang.String name,
VersionedEntity entity)
|
DeploymentPlan |
createDeploymentPlan(DeploymentPlan previous,
boolean branch,
AssemblyDescriptor assembly)
|
DeploymentPlan |
createDeploymentPlan(java.lang.String name,
AssemblyDescriptor assembly)
|
Frame |
createFrame(Frame previous,
boolean branch)
|
Frame |
createFrame(java.lang.String name)
|
InterfaceType |
createInterfaceType(InterfaceType previous,
boolean branch,
java.lang.String signature)
|
InterfaceType |
createInterfaceType(java.lang.String name,
java.lang.String signature)
|
CodeBundle |
createStandaloneCodeBundle(CodeBundle previous,
boolean branch)
|
CodeBundle |
createStandaloneCodeBundle(java.lang.String name)
|
org.eclipse.emf.common.util.EList |
getArchitecture()
Returns the value of the 'Architecture' containment reference list. |
org.eclipse.emf.common.util.EList |
getAspect()
Returns the value of the 'Aspect' containment reference list. |
org.eclipse.emf.common.util.EList |
getAssemblyDescriptor()
Returns the value of the 'Assembly Descriptor' containment reference list. |
org.eclipse.emf.common.util.EList |
getCodeBundle()
Returns the value of the 'Code Bundle' containment reference list. |
org.eclipse.emf.common.util.EList |
getDeploymentPlan()
Returns the value of the 'Deployment Plan' containment reference list. |
org.eclipse.emf.common.util.EList |
getFrame()
Returns the value of the 'Frame' containment reference list. |
org.eclipse.emf.common.util.EList |
getInterfaceType()
Returns the value of the 'Interface Type' containment reference list. |
org.eclipse.emf.common.util.EList |
getMicroComponent()
Returns the value of the 'Micro Component' containment reference list. |
java.lang.String |
getRepositoryID()
Returns the value of the 'Repository ID' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getRepositoryID()
If the meaning of the 'Repository ID' attribute isn't clear, there really should be more of a description here...
ModelPackage.getRepositoryData_RepositoryID()
org.eclipse.emf.common.util.EList getArchitecture()
Architecture
.
If the meaning of the 'Architecture' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getRepositoryData_Architecture()
org.eclipse.emf.common.util.EList getFrame()
Frame
.
If the meaning of the 'Frame' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getRepositoryData_Frame()
org.eclipse.emf.common.util.EList getAspect()
Aspect
.
If the meaning of the 'Aspect' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getRepositoryData_Aspect()
org.eclipse.emf.common.util.EList getCodeBundle()
CodeBundle
.
If the meaning of the 'Code Bundle' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getRepositoryData_CodeBundle()
org.eclipse.emf.common.util.EList getAssemblyDescriptor()
AssemblyDescriptor
.
If the meaning of the 'Assembly Descriptor' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getRepositoryData_AssemblyDescriptor()
org.eclipse.emf.common.util.EList getInterfaceType()
InterfaceType
.
If the meaning of the 'Interface Type' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getRepositoryData_InterfaceType()
org.eclipse.emf.common.util.EList getDeploymentPlan()
DeploymentPlan
.
If the meaning of the 'Deployment Plan' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getRepositoryData_DeploymentPlan()
org.eclipse.emf.common.util.EList getMicroComponent()
MicroComponent
.
If the meaning of the 'Micro Component' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getRepositoryData_MicroComponent()
InterfaceType createInterfaceType(java.lang.String name, java.lang.String signature)
InterfaceType createInterfaceType(InterfaceType previous, boolean branch, java.lang.String signature)
Frame createFrame(java.lang.String name)
Frame createFrame(Frame previous, boolean branch)
Architecture createArchitecture(java.lang.String name, Frame _implements)
Architecture createArchitecture(Architecture previous, boolean branch, Frame _implements)
AssemblyDescriptor createAssemblyDesc(java.lang.String name, Architecture topLevelArch)
AssemblyDescriptor createAssemblyDesc(AssemblyDescriptor previous, boolean branch, Architecture topLevelArch)
CodeBundle createCodeBundle(java.lang.String name, VersionedEntity entity)
DeploymentPlan createDeploymentPlan(java.lang.String name, AssemblyDescriptor assembly)
DeploymentPlan createDeploymentPlan(DeploymentPlan previous, boolean branch, AssemblyDescriptor assembly)
CodeBundle createStandaloneCodeBundle(java.lang.String name)
CodeBundle createStandaloneCodeBundle(CodeBundle previous, boolean branch)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |