g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.impl
Class ResourcesTypeImpl

java.lang.Object
  extended by EObjectImpl
      extended by eu.geclipse.jsdl.model.impl.ResourcesTypeImpl
All Implemented Interfaces:
ResourcesType

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

public class ResourcesTypeImpl
extends EObjectImpl
implements ResourcesType

An implementation of the model object 'Resources Type'.

The following features are implemented:


Method Summary
 NotificationChain basicSetCandidateHosts(CandidateHostsType newCandidateHosts, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetCPUArchitecture(CPUArchitectureType newCPUArchitecture, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetIndividualCPUCount(RangeValueType newIndividualCPUCount, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetIndividualCPUSpeed(RangeValueType newIndividualCPUSpeed, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetIndividualCPUTime(RangeValueType newIndividualCPUTime, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetIndividualDiskSpace(RangeValueType newIndividualDiskSpace, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetIndividualNetworkBandwidth(RangeValueType newIndividualNetworkBandwidth, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetIndividualPhysicalMemory(RangeValueType newIndividualPhysicalMemory, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetIndividualVirtualMemory(RangeValueType newIndividualVirtualMemory, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetOperatingSystem(OperatingSystemType newOperatingSystem, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetTotalCPUCount(RangeValueType newTotalCPUCount, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetTotalCPUTime(RangeValueType newTotalCPUTime, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetTotalDiskSpace(RangeValueType newTotalDiskSpace, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetTotalPhysicalMemory(RangeValueType newTotalPhysicalMemory, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetTotalResourceCount(RangeValueType newTotalResourceCount, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetTotalVirtualMemory(RangeValueType newTotalVirtualMemory, NotificationChain msgs)
          Deprecated.  
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
          Deprecated.  
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
          Deprecated.  
 boolean eIsSet(int featureID)
          Deprecated.  
 void eSet(int featureID, java.lang.Object newValue)
          Deprecated.  
 void eUnset(int featureID)
          Deprecated.  
 FeatureMap getAny()
          Deprecated.  
 FeatureMap getAnyAttribute()
          Deprecated.  
 CandidateHostsType getCandidateHosts()
          Deprecated.  
 CPUArchitectureType getCPUArchitecture()
          Deprecated.  
 EList getFileSystem()
          Deprecated.  
 RangeValueType getIndividualCPUCount()
          Deprecated.  
 RangeValueType getIndividualCPUSpeed()
          Deprecated.  
 RangeValueType getIndividualCPUTime()
          Deprecated.  
 RangeValueType getIndividualDiskSpace()
          Deprecated.  
 RangeValueType getIndividualNetworkBandwidth()
          Deprecated.  
 RangeValueType getIndividualPhysicalMemory()
          Deprecated.  
 RangeValueType getIndividualVirtualMemory()
          Deprecated.  
 OperatingSystemType getOperatingSystem()
          Deprecated.  
 RangeValueType getTotalCPUCount()
          Deprecated.  
 RangeValueType getTotalCPUTime()
          Deprecated.  
 RangeValueType getTotalDiskSpace()
          Deprecated.  
 RangeValueType getTotalPhysicalMemory()
          Deprecated.  
 RangeValueType getTotalResourceCount()
          Deprecated.  
 RangeValueType getTotalVirtualMemory()
          Deprecated.  
 boolean isExclusiveExecution()
          Deprecated.  
 boolean isSetExclusiveExecution()
          Deprecated.  
 void setCandidateHosts(CandidateHostsType newCandidateHosts)
          Deprecated.  
 void setCPUArchitecture(CPUArchitectureType newCPUArchitecture)
          Deprecated.  
 void setExclusiveExecution(boolean newExclusiveExecution)
          Deprecated.  
 void setIndividualCPUCount(RangeValueType newIndividualCPUCount)
          Deprecated.  
 void setIndividualCPUSpeed(RangeValueType newIndividualCPUSpeed)
          Deprecated.  
 void setIndividualCPUTime(RangeValueType newIndividualCPUTime)
          Deprecated.  
 void setIndividualDiskSpace(RangeValueType newIndividualDiskSpace)
          Deprecated.  
 void setIndividualNetworkBandwidth(RangeValueType newIndividualNetworkBandwidth)
          Deprecated.  
 void setIndividualPhysicalMemory(RangeValueType newIndividualPhysicalMemory)
          Deprecated.  
 void setIndividualVirtualMemory(RangeValueType newIndividualVirtualMemory)
          Deprecated.  
 void setOperatingSystem(OperatingSystemType newOperatingSystem)
          Deprecated.  
 void setTotalCPUCount(RangeValueType newTotalCPUCount)
          Deprecated.  
 void setTotalCPUTime(RangeValueType newTotalCPUTime)
          Deprecated.  
 void setTotalDiskSpace(RangeValueType newTotalDiskSpace)
          Deprecated.  
 void setTotalPhysicalMemory(RangeValueType newTotalPhysicalMemory)
          Deprecated.  
 void setTotalResourceCount(RangeValueType newTotalResourceCount)
          Deprecated.  
 void setTotalVirtualMemory(RangeValueType newTotalVirtualMemory)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 void unsetExclusiveExecution()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCandidateHosts

public CandidateHostsType getCandidateHosts()
Deprecated. 

Specified by:
getCandidateHosts in interface ResourcesType
Returns:
the value of the 'Candidate Hosts' containment reference.
See Also:
ResourcesType.setCandidateHosts(CandidateHostsType), JsdlPackage.getResourcesType_CandidateHosts()

basicSetCandidateHosts

public NotificationChain basicSetCandidateHosts(CandidateHostsType newCandidateHosts,
                                                NotificationChain msgs)
Deprecated. 


setCandidateHosts

public void setCandidateHosts(CandidateHostsType newCandidateHosts)
Deprecated. 

Specified by:
setCandidateHosts in interface ResourcesType
Parameters:
newCandidateHosts - the new value of the 'Candidate Hosts' containment reference.
See Also:
ResourcesType.getCandidateHosts()

getFileSystem

public EList getFileSystem()
Deprecated. 

Specified by:
getFileSystem in interface ResourcesType
Returns:
the value of the 'File System' containment reference list.
See Also:
JsdlPackage.getResourcesType_FileSystem()

isExclusiveExecution

public boolean isExclusiveExecution()
Deprecated. 

Specified by:
isExclusiveExecution in interface ResourcesType
Returns:
the value of the 'Exclusive Execution' attribute.
See Also:
ResourcesType.isSetExclusiveExecution(), ResourcesType.unsetExclusiveExecution(), ResourcesType.setExclusiveExecution(boolean), JsdlPackage.getResourcesType_ExclusiveExecution()

setExclusiveExecution

public void setExclusiveExecution(boolean newExclusiveExecution)
Deprecated. 

Specified by:
setExclusiveExecution in interface ResourcesType
Parameters:
newExclusiveExecution - the new value of the 'Exclusive Execution' attribute.
See Also:
ResourcesType.isSetExclusiveExecution(), ResourcesType.unsetExclusiveExecution(), ResourcesType.isExclusiveExecution()

unsetExclusiveExecution

public void unsetExclusiveExecution()
Deprecated. 

Specified by:
unsetExclusiveExecution in interface ResourcesType
See Also:
ResourcesType.isSetExclusiveExecution(), ResourcesType.isExclusiveExecution(), ResourcesType.setExclusiveExecution(boolean)

isSetExclusiveExecution

public boolean isSetExclusiveExecution()
Deprecated. 

Specified by:
isSetExclusiveExecution in interface ResourcesType
Returns:
whether the value of the 'Exclusive Execution' attribute is set.
See Also:
ResourcesType.unsetExclusiveExecution(), ResourcesType.isExclusiveExecution(), ResourcesType.setExclusiveExecution(boolean)

getOperatingSystem

public OperatingSystemType getOperatingSystem()
Deprecated. 

Specified by:
getOperatingSystem in interface ResourcesType
Returns:
the value of the 'Operating System' containment reference.
See Also:
ResourcesType.setOperatingSystem(OperatingSystemType), JsdlPackage.getResourcesType_OperatingSystem()

basicSetOperatingSystem

public NotificationChain basicSetOperatingSystem(OperatingSystemType newOperatingSystem,
                                                 NotificationChain msgs)
Deprecated. 


setOperatingSystem

public void setOperatingSystem(OperatingSystemType newOperatingSystem)
Deprecated. 

Specified by:
setOperatingSystem in interface ResourcesType
Parameters:
newOperatingSystem - the new value of the 'Operating System' containment reference.
See Also:
ResourcesType.getOperatingSystem()

getCPUArchitecture

public CPUArchitectureType getCPUArchitecture()
Deprecated. 

Specified by:
getCPUArchitecture in interface ResourcesType
Returns:
the value of the 'CPU Architecture' containment reference.
See Also:
ResourcesType.setCPUArchitecture(CPUArchitectureType), JsdlPackage.getResourcesType_CPUArchitecture()

basicSetCPUArchitecture

public NotificationChain basicSetCPUArchitecture(CPUArchitectureType newCPUArchitecture,
                                                 NotificationChain msgs)
Deprecated. 


setCPUArchitecture

public void setCPUArchitecture(CPUArchitectureType newCPUArchitecture)
Deprecated. 

Specified by:
setCPUArchitecture in interface ResourcesType
Parameters:
newCPUArchitecture - the new value of the 'CPU Architecture' containment reference.
See Also:
ResourcesType.getCPUArchitecture()

getIndividualCPUSpeed

public RangeValueType getIndividualCPUSpeed()
Deprecated. 

Specified by:
getIndividualCPUSpeed in interface ResourcesType
Returns:
the value of the 'Individual CPU Speed' containment reference.
See Also:
ResourcesType.setIndividualCPUSpeed(RangeValueType), JsdlPackage.getResourcesType_IndividualCPUSpeed()

basicSetIndividualCPUSpeed

public NotificationChain basicSetIndividualCPUSpeed(RangeValueType newIndividualCPUSpeed,
                                                    NotificationChain msgs)
Deprecated. 


setIndividualCPUSpeed

public void setIndividualCPUSpeed(RangeValueType newIndividualCPUSpeed)
Deprecated. 

Specified by:
setIndividualCPUSpeed in interface ResourcesType
Parameters:
newIndividualCPUSpeed - the new value of the 'Individual CPU Speed' containment reference.
See Also:
ResourcesType.getIndividualCPUSpeed()

getIndividualCPUTime

public RangeValueType getIndividualCPUTime()
Deprecated. 

Specified by:
getIndividualCPUTime in interface ResourcesType
Returns:
the value of the 'Individual CPU Time' containment reference.
See Also:
ResourcesType.setIndividualCPUTime(RangeValueType), JsdlPackage.getResourcesType_IndividualCPUTime()

basicSetIndividualCPUTime

public NotificationChain basicSetIndividualCPUTime(RangeValueType newIndividualCPUTime,
                                                   NotificationChain msgs)
Deprecated. 


setIndividualCPUTime

public void setIndividualCPUTime(RangeValueType newIndividualCPUTime)
Deprecated. 

Specified by:
setIndividualCPUTime in interface ResourcesType
Parameters:
newIndividualCPUTime - the new value of the 'Individual CPU Time' containment reference.
See Also:
ResourcesType.getIndividualCPUTime()

getIndividualCPUCount

public RangeValueType getIndividualCPUCount()
Deprecated. 

Specified by:
getIndividualCPUCount in interface ResourcesType
Returns:
the value of the 'Individual CPU Count' containment reference.
See Also:
ResourcesType.setIndividualCPUCount(RangeValueType), JsdlPackage.getResourcesType_IndividualCPUCount()

basicSetIndividualCPUCount

public NotificationChain basicSetIndividualCPUCount(RangeValueType newIndividualCPUCount,
                                                    NotificationChain msgs)
Deprecated. 


setIndividualCPUCount

public void setIndividualCPUCount(RangeValueType newIndividualCPUCount)
Deprecated. 

Specified by:
setIndividualCPUCount in interface ResourcesType
Parameters:
newIndividualCPUCount - the new value of the 'Individual CPU Count' containment reference.
See Also:
ResourcesType.getIndividualCPUCount()

getIndividualNetworkBandwidth

public RangeValueType getIndividualNetworkBandwidth()
Deprecated. 

Specified by:
getIndividualNetworkBandwidth in interface ResourcesType
Returns:
the value of the 'Individual Network Bandwidth' containment reference.
See Also:
ResourcesType.setIndividualNetworkBandwidth(RangeValueType), JsdlPackage.getResourcesType_IndividualNetworkBandwidth()

basicSetIndividualNetworkBandwidth

public NotificationChain basicSetIndividualNetworkBandwidth(RangeValueType newIndividualNetworkBandwidth,
                                                            NotificationChain msgs)
Deprecated. 


setIndividualNetworkBandwidth

public void setIndividualNetworkBandwidth(RangeValueType newIndividualNetworkBandwidth)
Deprecated. 

Specified by:
setIndividualNetworkBandwidth in interface ResourcesType
Parameters:
newIndividualNetworkBandwidth - the new value of the 'Individual Network Bandwidth' containment reference.
See Also:
ResourcesType.getIndividualNetworkBandwidth()

getIndividualPhysicalMemory

public RangeValueType getIndividualPhysicalMemory()
Deprecated. 

Specified by:
getIndividualPhysicalMemory in interface ResourcesType
Returns:
the value of the 'Individual Physical Memory' containment reference.
See Also:
ResourcesType.setIndividualPhysicalMemory(RangeValueType), JsdlPackage.getResourcesType_IndividualPhysicalMemory()

basicSetIndividualPhysicalMemory

public NotificationChain basicSetIndividualPhysicalMemory(RangeValueType newIndividualPhysicalMemory,
                                                          NotificationChain msgs)
Deprecated. 


setIndividualPhysicalMemory

public void setIndividualPhysicalMemory(RangeValueType newIndividualPhysicalMemory)
Deprecated. 

Specified by:
setIndividualPhysicalMemory in interface ResourcesType
Parameters:
newIndividualPhysicalMemory - the new value of the 'Individual Physical Memory' containment reference.
See Also:
ResourcesType.getIndividualPhysicalMemory()

getIndividualVirtualMemory

public RangeValueType getIndividualVirtualMemory()
Deprecated. 

Specified by:
getIndividualVirtualMemory in interface ResourcesType
Returns:
the value of the 'Individual Virtual Memory' containment reference.
See Also:
ResourcesType.setIndividualVirtualMemory(RangeValueType), JsdlPackage.getResourcesType_IndividualVirtualMemory()

basicSetIndividualVirtualMemory

public NotificationChain basicSetIndividualVirtualMemory(RangeValueType newIndividualVirtualMemory,
                                                         NotificationChain msgs)
Deprecated. 


setIndividualVirtualMemory

public void setIndividualVirtualMemory(RangeValueType newIndividualVirtualMemory)
Deprecated. 

Specified by:
setIndividualVirtualMemory in interface ResourcesType
Parameters:
newIndividualVirtualMemory - the new value of the 'Individual Virtual Memory' containment reference.
See Also:
ResourcesType.getIndividualVirtualMemory()

getIndividualDiskSpace

public RangeValueType getIndividualDiskSpace()
Deprecated. 

Specified by:
getIndividualDiskSpace in interface ResourcesType
Returns:
the value of the 'Individual Disk Space' containment reference.
See Also:
ResourcesType.setIndividualDiskSpace(RangeValueType), JsdlPackage.getResourcesType_IndividualDiskSpace()

basicSetIndividualDiskSpace

public NotificationChain basicSetIndividualDiskSpace(RangeValueType newIndividualDiskSpace,
                                                     NotificationChain msgs)
Deprecated. 


setIndividualDiskSpace

public void setIndividualDiskSpace(RangeValueType newIndividualDiskSpace)
Deprecated. 

Specified by:
setIndividualDiskSpace in interface ResourcesType
Parameters:
newIndividualDiskSpace - the new value of the 'Individual Disk Space' containment reference.
See Also:
ResourcesType.getIndividualDiskSpace()

getTotalCPUTime

public RangeValueType getTotalCPUTime()
Deprecated. 

Specified by:
getTotalCPUTime in interface ResourcesType
Returns:
the value of the 'Total CPU Time' containment reference.
See Also:
ResourcesType.setTotalCPUTime(RangeValueType), JsdlPackage.getResourcesType_TotalCPUTime()

basicSetTotalCPUTime

public NotificationChain basicSetTotalCPUTime(RangeValueType newTotalCPUTime,
                                              NotificationChain msgs)
Deprecated. 


setTotalCPUTime

public void setTotalCPUTime(RangeValueType newTotalCPUTime)
Deprecated. 

Specified by:
setTotalCPUTime in interface ResourcesType
Parameters:
newTotalCPUTime - the new value of the 'Total CPU Time' containment reference.
See Also:
ResourcesType.getTotalCPUTime()

getTotalCPUCount

public RangeValueType getTotalCPUCount()
Deprecated. 

Specified by:
getTotalCPUCount in interface ResourcesType
Returns:
the value of the 'Total CPU Count' containment reference.
See Also:
ResourcesType.setTotalCPUCount(RangeValueType), JsdlPackage.getResourcesType_TotalCPUCount()

basicSetTotalCPUCount

public NotificationChain basicSetTotalCPUCount(RangeValueType newTotalCPUCount,
                                               NotificationChain msgs)
Deprecated. 


setTotalCPUCount

public void setTotalCPUCount(RangeValueType newTotalCPUCount)
Deprecated. 

Specified by:
setTotalCPUCount in interface ResourcesType
Parameters:
newTotalCPUCount - the new value of the 'Total CPU Count' containment reference.
See Also:
ResourcesType.getTotalCPUCount()

getTotalPhysicalMemory

public RangeValueType getTotalPhysicalMemory()
Deprecated. 

Specified by:
getTotalPhysicalMemory in interface ResourcesType
Returns:
the value of the 'Total Physical Memory' containment reference.
See Also:
ResourcesType.setTotalPhysicalMemory(RangeValueType), JsdlPackage.getResourcesType_TotalPhysicalMemory()

basicSetTotalPhysicalMemory

public NotificationChain basicSetTotalPhysicalMemory(RangeValueType newTotalPhysicalMemory,
                                                     NotificationChain msgs)
Deprecated. 


setTotalPhysicalMemory

public void setTotalPhysicalMemory(RangeValueType newTotalPhysicalMemory)
Deprecated. 

Specified by:
setTotalPhysicalMemory in interface ResourcesType
Parameters:
newTotalPhysicalMemory - the new value of the 'Total Physical Memory' containment reference.
See Also:
ResourcesType.getTotalPhysicalMemory()

getTotalVirtualMemory

public RangeValueType getTotalVirtualMemory()
Deprecated. 

Specified by:
getTotalVirtualMemory in interface ResourcesType
Returns:
the value of the 'Total Virtual Memory' containment reference.
See Also:
ResourcesType.setTotalVirtualMemory(RangeValueType), JsdlPackage.getResourcesType_TotalVirtualMemory()

basicSetTotalVirtualMemory

public NotificationChain basicSetTotalVirtualMemory(RangeValueType newTotalVirtualMemory,
                                                    NotificationChain msgs)
Deprecated. 


setTotalVirtualMemory

public void setTotalVirtualMemory(RangeValueType newTotalVirtualMemory)
Deprecated. 

Specified by:
setTotalVirtualMemory in interface ResourcesType
Parameters:
newTotalVirtualMemory - the new value of the 'Total Virtual Memory' containment reference.
See Also:
ResourcesType.getTotalVirtualMemory()

getTotalDiskSpace

public RangeValueType getTotalDiskSpace()
Deprecated. 

Specified by:
getTotalDiskSpace in interface ResourcesType
Returns:
the value of the 'Total Disk Space' containment reference.
See Also:
ResourcesType.setTotalDiskSpace(RangeValueType), JsdlPackage.getResourcesType_TotalDiskSpace()

basicSetTotalDiskSpace

public NotificationChain basicSetTotalDiskSpace(RangeValueType newTotalDiskSpace,
                                                NotificationChain msgs)
Deprecated. 


setTotalDiskSpace

public void setTotalDiskSpace(RangeValueType newTotalDiskSpace)
Deprecated. 

Specified by:
setTotalDiskSpace in interface ResourcesType
Parameters:
newTotalDiskSpace - the new value of the 'Total Disk Space' containment reference.
See Also:
ResourcesType.getTotalDiskSpace()

getTotalResourceCount

public RangeValueType getTotalResourceCount()
Deprecated. 

Specified by:
getTotalResourceCount in interface ResourcesType
Returns:
the value of the 'Total Resource Count' containment reference.
See Also:
ResourcesType.setTotalResourceCount(RangeValueType), JsdlPackage.getResourcesType_TotalResourceCount()

basicSetTotalResourceCount

public NotificationChain basicSetTotalResourceCount(RangeValueType newTotalResourceCount,
                                                    NotificationChain msgs)
Deprecated. 


setTotalResourceCount

public void setTotalResourceCount(RangeValueType newTotalResourceCount)
Deprecated. 

Specified by:
setTotalResourceCount in interface ResourcesType
Parameters:
newTotalResourceCount - the new value of the 'Total Resource Count' containment reference.
See Also:
ResourcesType.getTotalResourceCount()

getAny

public FeatureMap getAny()
Deprecated. 

Specified by:
getAny in interface ResourcesType
Returns:
the value of the 'Any' attribute list.
See Also:
JsdlPackage.getResourcesType_Any()

getAnyAttribute

public FeatureMap getAnyAttribute()
Deprecated. 

Specified by:
getAnyAttribute in interface ResourcesType
Returns:
the value of the 'Any Attribute' attribute list.
See Also:
JsdlPackage.getResourcesType_AnyAttribute()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)
Deprecated. 


eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)
Deprecated. 


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)
Deprecated. 


eUnset

public void eUnset(int featureID)
Deprecated. 


eIsSet

public boolean eIsSet(int featureID)
Deprecated. 


toString

public java.lang.String toString()
Deprecated. 


g-Eclipse
Release 1.0.0