public interface WorldFactory
extends org.eclipse.emf.ecore.EFactory
WorldPackage
Modifier and Type | Field and Description |
---|---|
static WorldFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
ApplicationNode |
createApplicationNode()
Returns a new object of class 'Application Node'.
|
Endpoint |
createEndpoint()
Returns a new object of class 'Endpoint'.
|
ExecDriver |
createExecDriver()
Returns a new object of class 'Exec Driver'.
|
ExternalNode |
createExternalNode()
Returns a new object of class 'External Node'.
|
HandlerPriorityRule |
createHandlerPriorityRule()
Returns a new object of class 'Handler Priority Rule'.
|
MasterHandlerPriorities |
createMasterHandlerPriorities()
Returns a new object of class 'Master Handler Priorities'.
|
Options |
createOptions()
Returns a new object of class 'Options'.
|
PasswordCredentials |
createPasswordCredentials()
Returns a new object of class 'Password Credentials'.
|
UsernamePasswordCredentials |
createUsernamePasswordCredentials()
Returns a new object of class 'Username Password Credentials'.
|
World |
createWorld()
Returns a new object of class 'World'.
|
WorldPackage |
getWorldPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
static final WorldFactory eINSTANCE
World createWorld()
ApplicationNode createApplicationNode()
Endpoint createEndpoint()
ExecDriver createExecDriver()
HandlerPriorityRule createHandlerPriorityRule()
MasterHandlerPriorities createMasterHandlerPriorities()
Options createOptions()
UsernamePasswordCredentials createUsernamePasswordCredentials()
PasswordCredentials createPasswordCredentials()
ExternalNode createExternalNode()
WorldPackage getWorldPackage()