public interface LaFactory
extends org.eclipse.emf.ecore.EFactory
LaPackage| Modifier and Type | Field and Description |
|---|---|
static LaFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
CapabilityRealization |
createCapabilityRealization()
Returns a new object of class 'Capability Realization'.
|
CapabilityRealization |
createCapabilityRealization(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
CapabilityRealizationPkg |
createCapabilityRealizationPkg()
Returns a new object of class 'Capability Realization Pkg'.
|
CapabilityRealizationPkg |
createCapabilityRealizationPkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
ContextInterfaceRealization |
createContextInterfaceRealization()
Returns a new object of class 'Context Interface Realization'.
|
LogicalActor |
createLogicalActor()
Returns a new object of class 'Logical Actor'.
|
LogicalActor |
createLogicalActor(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
LogicalActorPkg |
createLogicalActorPkg()
Returns a new object of class 'Logical Actor Pkg'.
|
LogicalActorPkg |
createLogicalActorPkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
LogicalArchitecture |
createLogicalArchitecture()
Returns a new object of class 'Logical Architecture'.
|
LogicalArchitecture |
createLogicalArchitecture(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
LogicalArchitecturePkg |
createLogicalArchitecturePkg()
Returns a new object of class 'Logical Architecture Pkg'.
|
LogicalArchitecturePkg |
createLogicalArchitecturePkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
LogicalComponent |
createLogicalComponent()
Returns a new object of class 'Logical Component'.
|
LogicalComponent |
createLogicalComponent(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
LogicalComponentPkg |
createLogicalComponentPkg()
Returns a new object of class 'Logical Component Pkg'.
|
LogicalComponentPkg |
createLogicalComponentPkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
LogicalContext |
createLogicalContext()
Returns a new object of class 'Logical Context'.
|
LogicalContext |
createLogicalContext(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
LogicalFunction |
createLogicalFunction()
Returns a new object of class 'Logical Function'.
|
LogicalFunction |
createLogicalFunction(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
LogicalFunctionPkg |
createLogicalFunctionPkg()
Returns a new object of class 'Logical Function Pkg'.
|
LogicalFunctionPkg |
createLogicalFunctionPkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
SystemActorRealization |
createSystemActorRealization()
Returns a new object of class 'System Actor Realization'.
|
SystemAnalysisRealization |
createSystemAnalysisRealization()
Returns a new object of class 'System Analysis Realization'.
|
SystemRealization |
createSystemRealization()
Returns a new object of class 'System Realization'.
|
LaPackage |
getLaPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackagegetEAnnotation, getEAnnotationsstatic final LaFactory eINSTANCE
LogicalArchitecturePkg createLogicalArchitecturePkg()
LogicalArchitecture createLogicalArchitecture()
LogicalFunction createLogicalFunction()
LogicalFunctionPkg createLogicalFunctionPkg()
LogicalComponent createLogicalComponent()
LogicalComponentPkg createLogicalComponentPkg()
CapabilityRealization createCapabilityRealization()
CapabilityRealizationPkg createCapabilityRealizationPkg()
SystemAnalysisRealization createSystemAnalysisRealization()
SystemRealization createSystemRealization()
ContextInterfaceRealization createContextInterfaceRealization()
LogicalActorPkg createLogicalActorPkg()
LogicalActor createLogicalActor()
SystemActorRealization createSystemActorRealization()
LogicalContext createLogicalContext()
LaPackage getLaPackage()
LogicalArchitecturePkg createLogicalArchitecturePkg(java.lang.String name_p)
name_p - : default name of created elementLogicalArchitecture createLogicalArchitecture(java.lang.String name_p)
name_p - : default name of created elementLogicalFunction createLogicalFunction(java.lang.String name_p)
name_p - : default name of created elementLogicalFunctionPkg createLogicalFunctionPkg(java.lang.String name_p)
name_p - : default name of created elementLogicalComponent createLogicalComponent(java.lang.String name_p)
name_p - : default name of created elementLogicalComponentPkg createLogicalComponentPkg(java.lang.String name_p)
name_p - : default name of created elementCapabilityRealization createCapabilityRealization(java.lang.String name_p)
name_p - : default name of created elementCapabilityRealizationPkg createCapabilityRealizationPkg(java.lang.String name_p)
name_p - : default name of created elementLogicalActorPkg createLogicalActorPkg(java.lang.String name_p)
name_p - : default name of created elementLogicalActor createLogicalActor(java.lang.String name_p)
name_p - : default name of created elementLogicalContext createLogicalContext(java.lang.String name_p)
name_p - : default name of created element