g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model
Interface JsdlFactory

All Known Implementing Classes:
JsdlFactoryImpl

Deprecated. This interface is deprecated. Substitute with the respective class in package eu.geclipse.jsdl.model.base

public interface JsdlFactory

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

See Also:
JsdlPackage

Field Summary
static JsdlFactory eINSTANCE
          Deprecated. The singleton instance of the factory
 
Method Summary
 ApplicationType createApplicationType()
          Deprecated. Returns a new object of class 'Application Type'
 BoundaryType createBoundaryType()
          Deprecated. Returns a new object of class 'Boundary Type'
 CandidateHostsType createCandidateHostsType()
          Deprecated. Returns a new object of class 'Candidate Hosts Type'
 CPUArchitectureType createCPUArchitectureType()
          Deprecated. Returns a new object of class 'CPU Architecture Type'
 DataStagingType createDataStagingType()
          Deprecated. Returns a new object of class 'Data Staging Type'
 DocumentRoot createDocumentRoot()
          Deprecated. Returns a new object of class 'Document Root'
 ExactType createExactType()
          Deprecated. Returns a new object of class 'Exact Type'
 FileSystemType createFileSystemType()
          Deprecated. Returns a new object of class 'File System Type'
 JobDefinitionType createJobDefinitionType()
          Deprecated. Returns a new object of class 'Job Definition Type'
 JobDescriptionType createJobDescriptionType()
          Deprecated. Returns a new object of class 'Job Description Type'
 JobIdentificationType createJobIdentificationType()
          Deprecated. Returns a new object of class 'Job Identification Type'
 OperatingSystemType createOperatingSystemType()
          Deprecated. Returns a new object of class 'Operating System Type'
 OperatingSystemTypeType createOperatingSystemTypeType()
          Deprecated. Returns a new object of class 'Operating System Type Type'
 RangeType createRangeType()
          Deprecated. Returns a new object of class 'Range Type'
 RangeValueType createRangeValueType()
          Deprecated. Returns a new object of class 'Range Value Type'
 ResourcesType createResourcesType()
          Deprecated. Returns a new object of class 'Resources Type'
 SourceTargetType createSourceTargetType()
          Deprecated. Returns a new object of class 'Source Target Type'
 JsdlPackage getJsdlPackage()
          Deprecated. Returns the package supported by this factory
 

Field Detail

eINSTANCE

static final JsdlFactory eINSTANCE
Deprecated. 
The singleton instance of the factory.

Method Detail

createApplicationType

ApplicationType createApplicationType()
Deprecated. 
Returns a new object of class 'Application Type'.

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

createBoundaryType

BoundaryType createBoundaryType()
Deprecated. 
Returns a new object of class 'Boundary Type'.

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

createCandidateHostsType

CandidateHostsType createCandidateHostsType()
Deprecated. 
Returns a new object of class 'Candidate Hosts Type'.

Returns:
a new object of class 'Candidate Hosts Type'.

createCPUArchitectureType

CPUArchitectureType createCPUArchitectureType()
Deprecated. 
Returns a new object of class 'CPU Architecture Type'.

Returns:
a new object of class 'CPU Architecture Type'.

createDataStagingType

DataStagingType createDataStagingType()
Deprecated. 
Returns a new object of class 'Data Staging Type'.

Returns:
a new object of class 'Data Staging Type'.

createDocumentRoot

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

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

createExactType

ExactType createExactType()
Deprecated. 
Returns a new object of class 'Exact Type'.

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

createFileSystemType

FileSystemType createFileSystemType()
Deprecated. 
Returns a new object of class 'File System Type'.

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

createJobDefinitionType

JobDefinitionType createJobDefinitionType()
Deprecated. 
Returns a new object of class 'Job Definition Type'.

Returns:
a new object of class 'Job Definition Type'.

createJobDescriptionType

JobDescriptionType createJobDescriptionType()
Deprecated. 
Returns a new object of class 'Job Description Type'.

Returns:
a new object of class 'Job Description Type'.

createJobIdentificationType

JobIdentificationType createJobIdentificationType()
Deprecated. 
Returns a new object of class 'Job Identification Type'.

Returns:
a new object of class 'Job Identification Type'.

createOperatingSystemType

OperatingSystemType createOperatingSystemType()
Deprecated. 
Returns a new object of class 'Operating System Type'.

Returns:
a new object of class 'Operating System Type'.

createOperatingSystemTypeType

OperatingSystemTypeType createOperatingSystemTypeType()
Deprecated. 
Returns a new object of class 'Operating System Type Type'.

Returns:
a new object of class 'Operating System Type Type'.

createRangeType

RangeType createRangeType()
Deprecated. 
Returns a new object of class 'Range Type'.

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

createRangeValueType

RangeValueType createRangeValueType()
Deprecated. 
Returns a new object of class 'Range Value Type'.

Returns:
a new object of class 'Range Value Type'.

createResourcesType

ResourcesType createResourcesType()
Deprecated. 
Returns a new object of class 'Resources Type'.

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

createSourceTargetType

SourceTargetType createSourceTargetType()
Deprecated. 
Returns a new object of class 'Source Target Type'.

Returns:
a new object of class 'Source Target Type'.

getJsdlPackage

JsdlPackage getJsdlPackage()
Deprecated. 
Returns the package supported by this factory.

Returns:
the package supported by this factory.

g-Eclipse
Release 1.0.0