|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SCAFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
This interface is not intended to be implemented by clients.
SCAPackage
Field Summary | |
---|---|
static java.lang.String |
copyright
|
static SCAFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
AbstractImplementation |
createAbstractImplementation()
Returns a new object of class 'Abstract Implementation'. |
Binding |
createBinding()
Returns a new object of class 'Binding'. |
Component |
createComponent()
Create an instance of ImplementationComponent |
ComponentType |
createComponentType()
Returns a new object of class 'Component Type'. |
Composite |
createComposite()
Returns a new object of class 'Composite'. |
EntryPoint |
createEntryPoint()
Returns a new object of class 'Entry Point'. |
ExternalService |
createExternalService()
Returns a new object of class 'External Service'. |
ImplementationComponent |
createImplementationComponent()
Returns a new object of class 'Implementation Component'. |
Interface |
createInterface()
Returns a new object of class 'Interface'. |
JavaImplementation |
createJavaImplementation()
Returns a new object of class 'Java Implementation'. |
JavaInterface |
createJavaInterface()
Returns a new object of class 'Java Interface'. |
Module |
createModule()
Returns a new object of class 'Module'. |
ModuleComponent |
createModuleComponent()
Returns a new object of class 'Module Component'. |
ModuleFragment |
createModuleFragment()
Returns a new object of class 'Module Fragment'. |
ModuleReference |
createModuleReference()
Returns a new object of class 'Module Reference'. |
ModuleService |
createModuleService()
Returns a new object of class 'Module Service'. |
ModuleWire |
createModuleWire()
Returns a new object of class 'Module Wire'. |
Property |
createProperty()
Returns a new object of class 'Property'. |
PropertyValue |
createPropertyValue()
Returns a new object of class 'Property Value'. |
PropertyValuesSet |
createPropertyValuesSet()
Returns a new object of class 'Property Values Set'. |
Reference |
createReference()
Returns a new object of class 'Reference'. |
ReferenceValue |
createReferenceValue()
Returns a new object of class 'Reference Value'. |
ReferenceValuesSet |
createReferenceValuesSet()
Returns a new object of class 'Reference Values Set'. |
SCABinding |
createSCABinding()
Returns a new object of class 'Binding'. |
SCACoreRoot |
createSCACoreRoot()
Returns a new object of class 'Core Root'. |
Service |
createService()
Returns a new object of class 'Service'. |
SLSBBinding |
createSLSBBinding()
Returns a new object of class 'SLSB Binding'. |
Subsystem |
createSubsystem()
Returns a new object of class 'Subsystem'. |
SystemWire |
createSystemWire()
Returns a new object of class 'System Wire'. |
UnknownImplementation |
createUnknownImplementation()
Returns a new object of class 'Unknown Implementation'. |
WebServiceBinding |
createWebServiceBinding()
Returns a new object of class 'Web Service Binding'. |
WSDLPortType |
createWSDLPortType()
Returns a new object of class 'WSDL Port Type'. |
SCAPackage |
getSCAPackage()
Returns the package supported by this factory. |
Field Detail |
---|
static final java.lang.String copyright
static final SCAFactory eINSTANCE
Method Detail |
---|
AbstractImplementation createAbstractImplementation()
Binding createBinding()
ComponentType createComponentType()
Composite createComposite()
EntryPoint createEntryPoint()
ExternalService createExternalService()
ImplementationComponent createImplementationComponent()
Interface createInterface()
JavaImplementation createJavaImplementation()
JavaInterface createJavaInterface()
Module createModule()
ModuleComponent createModuleComponent()
ModuleFragment createModuleFragment()
ModuleReference createModuleReference()
ModuleService createModuleService()
ModuleWire createModuleWire()
Property createProperty()
PropertyValue createPropertyValue()
PropertyValuesSet createPropertyValuesSet()
Reference createReference()
ReferenceValue createReferenceValue()
ReferenceValuesSet createReferenceValuesSet()
SCABinding createSCABinding()
SCACoreRoot createSCACoreRoot()
Service createService()
SLSBBinding createSLSBBinding()
Subsystem createSubsystem()
SystemWire createSystemWire()
UnknownImplementation createUnknownImplementation()
WebServiceBinding createWebServiceBinding()
WSDLPortType createWSDLPortType()
SCAPackage getSCAPackage()
Component createComponent()
ImplementationComponent
ImplementationComponent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |