|
||||||||||
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
Micro Interface Type
ModelPackage.getRepositoryData()
Method Summary | |
---|---|
Architecture |
createArchitecture(Architecture previous,
Frame _implements)
|
Architecture |
createArchitecture(java.lang.String name,
Frame _implements)
|
Aspect |
createAspect(Aspect previous)
|
Aspect |
createAspect(java.lang.String name)
|
AssemblyDescriptor |
createAssemblyDesc(AssemblyDescriptor previous,
Architecture topLevelArch)
|
AssemblyDescriptor |
createAssemblyDesc(java.lang.String name,
Architecture topLevelArch)
|
CodeBundle |
createCodeBundle(java.lang.String name,
VersionedEntity entity)
|
DeploymentPlan |
createDeploymentPlan(DeploymentPlan previous,
AssemblyDescriptor assembly)
|
DeploymentPlan |
createDeploymentPlan(java.lang.String name,
AssemblyDescriptor assembly)
|
Frame |
createFrame(Frame previous)
|
Frame |
createFrame(java.lang.String name)
|
InterfaceType |
createInterfaceType(InterfaceType previous,
java.lang.String signature)
|
InterfaceType |
createInterfaceType(java.lang.String name,
java.lang.String signature)
|
MicroComponent |
createMicroComponent(MicroComponent previous)
|
MicroComponent |
createMicroComponent(java.lang.String name)
|
MicroInterfaceType |
createMicroInterfaceType(MicroInterfaceType previous)
|
MicroInterfaceType |
createMicroInterfaceType(java.lang.String name)
|
CodeBundle |
createStandaloneCodeBundle(CodeBundle previous)
|
CodeBundle |
createStandaloneCodeBundle(java.lang.String name)
|
org.eclipse.emf.common.util.EList<Architecture> |
getArchitecture()
Returns the value of the 'Architecture' containment reference list. |
org.eclipse.emf.common.util.EList<Aspect> |
getAspect()
Returns the value of the 'Aspect' containment reference list. |
org.eclipse.emf.common.util.EList<AssemblyDescriptor> |
getAssemblyDescriptor()
Returns the value of the 'Assembly Descriptor' containment reference list. |
org.eclipse.emf.common.util.EList<CodeBundle> |
getCodeBundle()
Returns the value of the 'Code Bundle' containment reference list. |
org.eclipse.emf.common.util.EList<DeploymentPlan> |
getDeploymentPlan()
Returns the value of the 'Deployment Plan' containment reference list. |
org.eclipse.emf.common.util.EList<Frame> |
getFrame()
Returns the value of the 'Frame' containment reference list. |
org.eclipse.emf.common.util.EList<InterfaceType> |
getInterfaceType()
Returns the value of the 'Interface Type' containment reference list. |
org.eclipse.emf.common.util.EList<MicroComponent> |
getMicroComponent()
Returns the value of the 'Micro Component' containment reference list. |
org.eclipse.emf.common.util.EList<MicroInterfaceType> |
getMicroInterfaceType()
Returns the value of the 'Micro Interface Type' 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<Architecture> 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<Frame> 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<Aspect> 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<CodeBundle> 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<AssemblyDescriptor> 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<InterfaceType> 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<DeploymentPlan> 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<MicroComponent> 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()
org.eclipse.emf.common.util.EList<MicroInterfaceType> getMicroInterfaceType()
MicroInterfaceType
.
If the meaning of the 'Micro Interface Type' containment reference list isn't clear, there really should be more of a description here...
ModelPackage.getRepositoryData_MicroInterfaceType()
InterfaceType createInterfaceType(java.lang.String name, java.lang.String signature)
InterfaceType createInterfaceType(InterfaceType previous, java.lang.String signature)
Frame createFrame(java.lang.String name)
Frame createFrame(Frame previous)
Architecture createArchitecture(java.lang.String name, Frame _implements)
Architecture createArchitecture(Architecture previous, Frame _implements)
AssemblyDescriptor createAssemblyDesc(java.lang.String name, Architecture topLevelArch)
AssemblyDescriptor createAssemblyDesc(AssemblyDescriptor previous, Architecture topLevelArch)
CodeBundle createCodeBundle(java.lang.String name, VersionedEntity entity)
DeploymentPlan createDeploymentPlan(java.lang.String name, AssemblyDescriptor assembly)
DeploymentPlan createDeploymentPlan(DeploymentPlan previous, AssemblyDescriptor assembly)
CodeBundle createStandaloneCodeBundle(java.lang.String name)
CodeBundle createStandaloneCodeBundle(CodeBundle previous)
MicroComponent createMicroComponent(java.lang.String name)
MicroComponent createMicroComponent(MicroComponent previous)
Aspect createAspect(java.lang.String name)
Aspect createAspect(Aspect previous)
MicroInterfaceType createMicroInterfaceType(java.lang.String name)
MicroInterfaceType createMicroInterfaceType(MicroInterfaceType previous)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |