g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.util
Class JsdlAdapterFactory

java.lang.Object
  extended by AdapterFactoryImpl
      extended by eu.geclipse.jsdl.model.util.JsdlAdapterFactory

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

public class JsdlAdapterFactory
extends AdapterFactoryImpl

The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.

See Also:
JsdlPackage

Constructor Summary
JsdlAdapterFactory()
          Deprecated. Creates an instance of the adapter factory
 
Method Summary
 Adapter createAdapter(Notifier target)
          Deprecated. Creates an adapter for the target
 Adapter createApplicationTypeAdapter()
          Deprecated. Creates a new adapter for an object of class 'Application Type'
 Adapter createBoundaryTypeAdapter()
          Deprecated. Creates a new adapter for an object of class 'Boundary Type'
 Adapter createCandidateHostsTypeAdapter()
          Deprecated. Creates a new adapter for an object of class 'Candidate Hosts Type'
 Adapter createCPUArchitectureTypeAdapter()
          Deprecated. Creates a new adapter for an object of class 'CPU Architecture Type'
 Adapter createDataStagingTypeAdapter()
          Deprecated. Creates a new adapter for an object of class 'Data Staging Type'
 Adapter createDocumentRootAdapter()
          Deprecated. Creates a new adapter for an object of class 'Document Root'
 Adapter createEObjectAdapter()
          Deprecated. Creates a new adapter for the default case
 Adapter createExactTypeAdapter()
          Deprecated. Creates a new adapter for an object of class 'Exact Type'
 Adapter createFileSystemTypeAdapter()
          Deprecated. Creates a new adapter for an object of class 'File System Type'
 Adapter createJobDefinitionTypeAdapter()
          Deprecated. Creates a new adapter for an object of class 'Job Definition Type'
 Adapter createJobDescriptionTypeAdapter()
          Deprecated. Creates a new adapter for an object of class 'Job Description Type'
 Adapter createJobIdentificationTypeAdapter()
          Deprecated. Creates a new adapter for an object of class 'Job Identification Type'
 Adapter createOperatingSystemTypeAdapter()
          Deprecated. Creates a new adapter for an object of class 'Operating System Type'
 Adapter createOperatingSystemTypeTypeAdapter()
          Deprecated. Creates a new adapter for an object of class 'Operating System Type Type'
 Adapter createRangeTypeAdapter()
          Deprecated. Creates a new adapter for an object of class 'Range Type'
 Adapter createRangeValueTypeAdapter()
          Deprecated. Creates a new adapter for an object of class 'Range Value Type'
 Adapter createResourcesTypeAdapter()
          Deprecated. Creates a new adapter for an object of class 'Resources Type'
 Adapter createSourceTargetTypeAdapter()
          Deprecated. Creates a new adapter for an object of class 'Source Target Type'
 boolean isFactoryForType(java.lang.Object object)
          Deprecated. Returns whether this factory is applicable for the type of the object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsdlAdapterFactory

public JsdlAdapterFactory()
Deprecated. 
Creates an instance of the adapter factory.

Method Detail

isFactoryForType

public boolean isFactoryForType(java.lang.Object object)
Deprecated. 
Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.

Returns:
whether this factory is applicable for the type of the object.

createAdapter

public Adapter createAdapter(Notifier target)
Deprecated. 
Creates an adapter for the target.

Parameters:
target - the object to adapt.
Returns:
the adapter for the target.

createApplicationTypeAdapter

public Adapter createApplicationTypeAdapter()
Deprecated. 
Creates a new adapter for an object of class 'Application Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ApplicationType

createBoundaryTypeAdapter

public Adapter createBoundaryTypeAdapter()
Deprecated. 
Creates a new adapter for an object of class 'Boundary Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
BoundaryType

createCandidateHostsTypeAdapter

public Adapter createCandidateHostsTypeAdapter()
Deprecated. 
Creates a new adapter for an object of class 'Candidate Hosts Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
CandidateHostsType

createCPUArchitectureTypeAdapter

public Adapter createCPUArchitectureTypeAdapter()
Deprecated. 
Creates a new adapter for an object of class 'CPU Architecture Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
CPUArchitectureType

createDataStagingTypeAdapter

public Adapter createDataStagingTypeAdapter()
Deprecated. 
Creates a new adapter for an object of class 'Data Staging Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
DataStagingType

createDocumentRootAdapter

public Adapter createDocumentRootAdapter()
Deprecated. 
Creates a new adapter for an object of class 'Document Root'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
DocumentRoot

createExactTypeAdapter

public Adapter createExactTypeAdapter()
Deprecated. 
Creates a new adapter for an object of class 'Exact Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ExactType

createFileSystemTypeAdapter

public Adapter createFileSystemTypeAdapter()
Deprecated. 
Creates a new adapter for an object of class 'File System Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
FileSystemType

createJobDefinitionTypeAdapter

public Adapter createJobDefinitionTypeAdapter()
Deprecated. 
Creates a new adapter for an object of class 'Job Definition Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
JobDefinitionType

createJobDescriptionTypeAdapter

public Adapter createJobDescriptionTypeAdapter()
Deprecated. 
Creates a new adapter for an object of class 'Job Description Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
JobDescriptionType

createJobIdentificationTypeAdapter

public Adapter createJobIdentificationTypeAdapter()
Deprecated. 
Creates a new adapter for an object of class 'Job Identification Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
JobIdentificationType

createOperatingSystemTypeAdapter

public Adapter createOperatingSystemTypeAdapter()
Deprecated. 
Creates a new adapter for an object of class 'Operating System Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
OperatingSystemType

createOperatingSystemTypeTypeAdapter

public Adapter createOperatingSystemTypeTypeAdapter()
Deprecated. 
Creates a new adapter for an object of class 'Operating System Type Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
OperatingSystemTypeType

createRangeTypeAdapter

public Adapter createRangeTypeAdapter()
Deprecated. 
Creates a new adapter for an object of class 'Range Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
RangeType

createRangeValueTypeAdapter

public Adapter createRangeValueTypeAdapter()
Deprecated. 
Creates a new adapter for an object of class 'Range Value Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
RangeValueType

createResourcesTypeAdapter

public Adapter createResourcesTypeAdapter()
Deprecated. 
Creates a new adapter for an object of class 'Resources Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ResourcesType

createSourceTargetTypeAdapter

public Adapter createSourceTargetTypeAdapter()
Deprecated. 
Creates a new adapter for an object of class 'Source Target Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
SourceTargetType

createEObjectAdapter

public Adapter createEObjectAdapter()
Deprecated. 
Creates a new adapter for the default case. This default implementation returns null.

Returns:
the new adapter.

g-Eclipse
Release 1.0.0