Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Capella/Tutorials/Extensibility/Metamodel"

(Created page with "=Capella Metamodel= Here is the list of all metamodel packages currently available in Capella, and related Java ePackages / eFactories generated by EMF. Each one matches a su...")
 
m (Replaced content with "This page has been moved to https://github.com/eclipse/capella/wiki/Tutorials")
 
Line 1: Line 1:
=Capella Metamodel=
+
This page has been moved to https://github.com/eclipse/capella/wiki/Tutorials
 
+
Here is the list of all metamodel packages currently available in Capella, and related Java ePackages / eFactories generated by EMF. Each one matches a subset of the Capella Metamodel.
+
 
+
{| class="wikitable"
+
!|Usage Name
+
!|ePackage Name
+
!|Java ePackage
+
!|Java eFactory
+
!|Bundle
+
|-
+
|Capella Modeller
+
|capellamodeller
+
|CapellamodellerPackage
+
|CapellamodellerFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|Capella Core
+
|capellacore
+
|CapellacorePackage
+
|CapellacoreFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|Capella Common
+
|capellacommon
+
|CapellacommonPackage
+
|CapellacommonFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|Composite Structure
+
|cs
+
|CsPackage
+
|CsFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|Operational Analysis
+
|oa
+
|OaPackage
+
|OaFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|System Analysis
+
|ctx
+
|CtxPackage
+
|CtxFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|Logical Architecture
+
|la
+
|LaPackage
+
|LaFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|Physical Architecture
+
|pa
+
|PaPackage
+
|PaFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|Deployment
+
|deployment
+
|DeploymentPackage
+
|DeploymentFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|EPBS
+
|epbs
+
|EpbsPackage
+
|EpbsFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|Functional Analysis
+
|fa
+
|FaPackage
+
|FaFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|Shared Model
+
|sharedmodel
+
|SharedmodelPackage
+
|SharedmodelFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|Requirement
+
|requirement
+
|RequirementPackage
+
|RequirementFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|Interaction
+
|interaction
+
|InteractionPackage
+
|InteractionFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|Information
+
|information
+
|InformationPackage
+
|InformationFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|Communication
+
|communication
+
|CommunicationPackage
+
|CommunicationFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|Data Type
+
|datatype
+
|DatatypePackage
+
|DatatypeFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|Data Value
+
|datavalue
+
|DatavaluePackage
+
|DatavalueFactory
+
|org.polarsys.capella.core.data.gen
+
|-
+
|Modelling Core
+
|modellingcore
+
|ModellingcorePackage
+
|ModellingcoreFactory
+
|org.polarsys.capella.common.data.core.gen
+
|-
+
|Behavior
+
|behavior
+
|BehaviorPackage
+
|BehaviorFactory
+
|org.polarsys.capella.common.data.behavior.gen
+
|-
+
|Activity
+
|activity
+
|ActivityPackage
+
|ActivityFactory
+
|org.polarsys.capella.common.data.activity.gen
+
|-
+
|Replicable Elements
+
|Re
+
|RePackage
+
|ReFactory
+
|org.polarsys.capella.common.re.gen
+
|-
+
|Libraries
+
|libraries
+
|LibrariesPackage
+
|LibrariesFactory
+
|org.polarsys.capella.common.libraries.gen
+
|}
+

Latest revision as of 05:09, 29 October 2021

This page has been moved to https://github.com/eclipse/capella/wiki/Tutorials

Back to the top