public interface CsFactory
extends org.eclipse.emf.ecore.EFactory
CsPackage| Modifier and Type | Field and Description |
|---|---|
static CsFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
ActorCapabilityRealizationInvolvement |
createActorCapabilityRealizationInvolvement()
Returns a new object of class 'Actor Capability Realization Involvement'.
|
ExchangeItemAllocation |
createExchangeItemAllocation()
Returns a new object of class 'Exchange Item Allocation'.
|
ExchangeItemAllocation |
createExchangeItemAllocation(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
Interface |
createInterface()
Returns a new object of class 'Interface'.
|
Interface |
createInterface(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
InterfaceImplementation |
createInterfaceImplementation()
Returns a new object of class 'Interface Implementation'.
|
InterfacePkg |
createInterfacePkg()
Returns a new object of class 'Interface Pkg'.
|
InterfacePkg |
createInterfacePkg(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
InterfaceUse |
createInterfaceUse()
Returns a new object of class 'Interface Use'.
|
Part |
createPart()
Returns a new object of class 'Part'.
|
Part |
createPart(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PhysicalLink |
createPhysicalLink()
Returns a new object of class 'Physical Link'.
|
PhysicalLink |
createPhysicalLink(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PhysicalLinkCategory |
createPhysicalLinkCategory()
Returns a new object of class 'Physical Link Category'.
|
PhysicalLinkCategory |
createPhysicalLinkCategory(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PhysicalLinkEnd |
createPhysicalLinkEnd()
Returns a new object of class 'Physical Link End'.
|
PhysicalLinkRealization |
createPhysicalLinkRealization()
Returns a new object of class 'Physical Link Realization'.
|
PhysicalPath |
createPhysicalPath()
Returns a new object of class 'Physical Path'.
|
PhysicalPath |
createPhysicalPath(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PhysicalPathInvolvement |
createPhysicalPathInvolvement()
Returns a new object of class 'Physical Path Involvement'.
|
PhysicalPathRealization |
createPhysicalPathRealization()
Returns a new object of class 'Physical Path Realization'.
|
PhysicalPathReference |
createPhysicalPathReference()
Returns a new object of class 'Physical Path Reference'.
|
PhysicalPort |
createPhysicalPort()
Returns a new object of class 'Physical Port'.
|
PhysicalPort |
createPhysicalPort(java.lang.String name_p)
Creates class and sets its name
(This method comes from a customization of the standard EMF generator)
|
PhysicalPortRealization |
createPhysicalPortRealization()
Returns a new object of class 'Physical Port Realization'.
|
SystemComponentCapabilityRealizationInvolvement |
createSystemComponentCapabilityRealizationInvolvement()
Returns a new object of class 'System Component Capability Realization Involvement'.
|
CsPackage |
getCsPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackagegetEAnnotation, getEAnnotationsstatic final CsFactory eINSTANCE
Part createPart()
InterfacePkg createInterfacePkg()
Interface createInterface()
InterfaceImplementation createInterfaceImplementation()
InterfaceUse createInterfaceUse()
ActorCapabilityRealizationInvolvement createActorCapabilityRealizationInvolvement()
SystemComponentCapabilityRealizationInvolvement createSystemComponentCapabilityRealizationInvolvement()
ExchangeItemAllocation createExchangeItemAllocation()
PhysicalLink createPhysicalLink()
PhysicalLinkCategory createPhysicalLinkCategory()
PhysicalLinkEnd createPhysicalLinkEnd()
PhysicalLinkRealization createPhysicalLinkRealization()
PhysicalPath createPhysicalPath()
PhysicalPathInvolvement createPhysicalPathInvolvement()
PhysicalPathReference createPhysicalPathReference()
PhysicalPathRealization createPhysicalPathRealization()
PhysicalPort createPhysicalPort()
PhysicalPortRealization createPhysicalPortRealization()
CsPackage getCsPackage()
Part createPart(java.lang.String name_p)
name_p - : default name of created elementInterfacePkg createInterfacePkg(java.lang.String name_p)
name_p - : default name of created elementInterface createInterface(java.lang.String name_p)
name_p - : default name of created elementExchangeItemAllocation createExchangeItemAllocation(java.lang.String name_p)
name_p - : default name of created elementPhysicalLink createPhysicalLink(java.lang.String name_p)
name_p - : default name of created elementPhysicalLinkCategory createPhysicalLinkCategory(java.lang.String name_p)
name_p - : default name of created elementPhysicalPath createPhysicalPath(java.lang.String name_p)
name_p - : default name of created elementPhysicalPort createPhysicalPort(java.lang.String name_p)
name_p - : default name of created element