public interface CtxFactory
extends org.eclipse.emf.ecore.EFactory
CtxPackage| Modifier and Type | Field and Description |
|---|---|
static CtxFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
Actor |
createActor()
Returns a new object of class 'Actor'.
|
Actor |
createActor(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
ActorCapabilityInvolvement |
createActorCapabilityInvolvement()
Returns a new object of class 'Actor Capability Involvement'.
|
ActorMissionInvolvement |
createActorMissionInvolvement()
Returns a new object of class 'Actor Mission Involvement'.
|
ActorPkg |
createActorPkg()
Returns a new object of class 'Actor Pkg'.
|
ActorPkg |
createActorPkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
Capability |
createCapability()
Returns a new object of class 'Capability'.
|
Capability |
createCapability(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
CapabilityExploitation |
createCapabilityExploitation()
Returns a new object of class 'Capability Exploitation'.
|
CapabilityPkg |
createCapabilityPkg()
Returns a new object of class 'Capability Pkg'.
|
CapabilityPkg |
createCapabilityPkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
Mission |
createMission()
Returns a new object of class 'Mission'.
|
Mission |
createMission(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
MissionPkg |
createMissionPkg()
Returns a new object of class 'Mission Pkg'.
|
MissionPkg |
createMissionPkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
OperationalActorRealization |
createOperationalActorRealization()
Returns a new object of class 'Operational Actor Realization'.
|
OperationalAnalysisRealization |
createOperationalAnalysisRealization()
Returns a new object of class 'Operational Analysis Realization'.
|
OperationalEntityRealization |
createOperationalEntityRealization()
Returns a new object of class 'Operational Entity Realization'.
|
System |
createSystem()
Returns a new object of class 'System'.
|
System |
createSystem(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
SystemAnalysis |
createSystemAnalysis()
Returns a new object of class 'System Analysis'.
|
SystemAnalysis |
createSystemAnalysis(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
SystemCapabilityInvolvement |
createSystemCapabilityInvolvement()
Returns a new object of class 'System Capability Involvement'.
|
SystemCommunication |
createSystemCommunication()
Returns a new object of class 'System Communication'.
|
SystemCommunicationHook |
createSystemCommunicationHook()
Returns a new object of class 'System Communication Hook'.
|
SystemCommunicationHook |
createSystemCommunicationHook(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
SystemContext |
createSystemContext()
Returns a new object of class 'System Context'.
|
SystemContext |
createSystemContext(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
SystemFunction |
createSystemFunction()
Returns a new object of class 'System Function'.
|
SystemFunction |
createSystemFunction(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
SystemFunctionPkg |
createSystemFunctionPkg()
Returns a new object of class 'System Function Pkg'.
|
SystemFunctionPkg |
createSystemFunctionPkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
SystemMissionInvolvement |
createSystemMissionInvolvement()
Returns a new object of class 'System Mission Involvement'.
|
CtxPackage |
getCtxPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackagegetEAnnotation, getEAnnotationsstatic final CtxFactory eINSTANCE
SystemAnalysis createSystemAnalysis()
System createSystem()
SystemFunction createSystemFunction()
SystemFunctionPkg createSystemFunctionPkg()
SystemCommunicationHook createSystemCommunicationHook()
SystemCommunication createSystemCommunication()
Actor createActor()
ActorCapabilityInvolvement createActorCapabilityInvolvement()
ActorMissionInvolvement createActorMissionInvolvement()
ActorPkg createActorPkg()
Mission createMission()
MissionPkg createMissionPkg()
SystemMissionInvolvement createSystemMissionInvolvement()
Capability createCapability()
CapabilityExploitation createCapabilityExploitation()
CapabilityPkg createCapabilityPkg()
SystemCapabilityInvolvement createSystemCapabilityInvolvement()
OperationalActorRealization createOperationalActorRealization()
OperationalAnalysisRealization createOperationalAnalysisRealization()
OperationalEntityRealization createOperationalEntityRealization()
SystemContext createSystemContext()
CtxPackage getCtxPackage()
SystemAnalysis createSystemAnalysis(java.lang.String name_p)
name_p - : default name of created elementSystem createSystem(java.lang.String name_p)
name_p - : default name of created elementSystemFunction createSystemFunction(java.lang.String name_p)
name_p - : default name of created elementSystemFunctionPkg createSystemFunctionPkg(java.lang.String name_p)
name_p - : default name of created elementSystemCommunicationHook createSystemCommunicationHook(java.lang.String name_p)
name_p - : default name of created elementActor createActor(java.lang.String name_p)
name_p - : default name of created elementActorPkg createActorPkg(java.lang.String name_p)
name_p - : default name of created elementMission createMission(java.lang.String name_p)
name_p - : default name of created elementMissionPkg createMissionPkg(java.lang.String name_p)
name_p - : default name of created elementCapability createCapability(java.lang.String name_p)
name_p - : default name of created elementCapabilityPkg createCapabilityPkg(java.lang.String name_p)
name_p - : default name of created elementSystemContext createSystemContext(java.lang.String name_p)
name_p - : default name of created element