g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.posix
Interface PosixFactory

All Known Implementing Classes:
PosixFactoryImpl

public interface PosixFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
PosixPackage

Field Summary
static PosixFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 ArgumentType createArgumentType()
          Returns a new object of class 'Argument Type'
 DirectoryNameType createDirectoryNameType()
          Returns a new object of class 'Directory Name Type'
 DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'
 EnvironmentType createEnvironmentType()
          Returns a new object of class 'Environment Type'
 FileNameType createFileNameType()
          Returns a new object of class 'File Name Type'
 GroupNameType createGroupNameType()
          Returns a new object of class 'Group Name Type'
 LimitsType createLimitsType()
          Returns a new object of class 'Limits Type'
 POSIXApplicationType createPOSIXApplicationType()
          Returns a new object of class 'POSIX Application Type'
 UserNameType createUserNameType()
          Returns a new object of class 'User Name Type'
 PosixPackage getPosixPackage()
          Returns the package supported by this factory
 

Field Detail

eINSTANCE

static final PosixFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createArgumentType

ArgumentType createArgumentType()
Returns a new object of class 'Argument Type'.

Returns:
a new object of class 'Argument Type'.

createDirectoryNameType

DirectoryNameType createDirectoryNameType()
Returns a new object of class 'Directory Name Type'.

Returns:
a new object of class 'Directory Name Type'.

createDocumentRoot

DocumentRoot createDocumentRoot()
Returns a new object of class 'Document Root'.

Returns:
a new object of class 'Document Root'.

createEnvironmentType

EnvironmentType createEnvironmentType()
Returns a new object of class 'Environment Type'.

Returns:
a new object of class 'Environment Type'.

createFileNameType

FileNameType createFileNameType()
Returns a new object of class 'File Name Type'.

Returns:
a new object of class 'File Name Type'.

createGroupNameType

GroupNameType createGroupNameType()
Returns a new object of class 'Group Name Type'.

Returns:
a new object of class 'Group Name Type'.

createLimitsType

LimitsType createLimitsType()
Returns a new object of class 'Limits Type'.

Returns:
a new object of class 'Limits Type'.

createPOSIXApplicationType

POSIXApplicationType createPOSIXApplicationType()
Returns a new object of class 'POSIX Application Type'.

Returns:
a new object of class 'POSIX Application Type'.

createUserNameType

UserNameType createUserNameType()
Returns a new object of class 'User Name Type'.

Returns:
a new object of class 'User Name Type'.

getPosixPackage

PosixPackage getPosixPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.

g-Eclipse
Release 1.0.0