g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model
Interface ResourcesType

All Known Implementing Classes:
ResourcesTypeImpl

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

public interface ResourcesType

A representation of the model object 'Resources Type'.

The following features are supported:

See Also:
JsdlPackage.getResourcesType()

Method Summary
 FeatureMap getAny()
          Deprecated. Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Deprecated. Returns the value of the 'Any Attribute' attribute list.
 CandidateHostsType getCandidateHosts()
          Deprecated. Returns the value of the 'Candidate Hosts' containment reference
 CPUArchitectureType getCPUArchitecture()
          Deprecated. Returns the value of the 'CPU Architecture' containment reference
 EList getFileSystem()
          Deprecated. Returns the value of the 'File System' containment reference list.
 RangeValueType getIndividualCPUCount()
          Deprecated. Returns the value of the 'Individual CPU Count' containment reference
 RangeValueType getIndividualCPUSpeed()
          Deprecated. Returns the value of the 'Individual CPU Speed' containment reference
 RangeValueType getIndividualCPUTime()
          Deprecated. Returns the value of the 'Individual CPU Time' containment reference
 RangeValueType getIndividualDiskSpace()
          Deprecated. Returns the value of the 'Individual Disk Space' containment reference
 RangeValueType getIndividualNetworkBandwidth()
          Deprecated. Returns the value of the 'Individual Network Bandwidth' containment reference
 RangeValueType getIndividualPhysicalMemory()
          Deprecated. Returns the value of the 'Individual Physical Memory' containment reference
 RangeValueType getIndividualVirtualMemory()
          Deprecated. Returns the value of the 'Individual Virtual Memory' containment reference
 OperatingSystemType getOperatingSystem()
          Deprecated. Returns the value of the 'Operating System' containment reference
 RangeValueType getTotalCPUCount()
          Deprecated. Returns the value of the 'Total CPU Count' containment reference
 RangeValueType getTotalCPUTime()
          Deprecated. Returns the value of the 'Total CPU Time' containment reference
 RangeValueType getTotalDiskSpace()
          Deprecated. Returns the value of the 'Total Disk Space' containment reference
 RangeValueType getTotalPhysicalMemory()
          Deprecated. Returns the value of the 'Total Physical Memory' containment reference
 RangeValueType getTotalResourceCount()
          Deprecated. Returns the value of the 'Total Resource Count' containment reference
 RangeValueType getTotalVirtualMemory()
          Deprecated. Returns the value of the 'Total Virtual Memory' containment reference
 boolean isExclusiveExecution()
          Deprecated. Returns the value of the 'Exclusive Execution' attribute
 boolean isSetExclusiveExecution()
          Deprecated. Returns whether the value of the 'Exclusive Execution' attribute is set
 void setCandidateHosts(CandidateHostsType value)
          Deprecated. Sets the value of the 'Candidate Hosts' containment reference
 void setCPUArchitecture(CPUArchitectureType value)
          Deprecated. Sets the value of the 'CPU Architecture' containment reference
 void setExclusiveExecution(boolean value)
          Deprecated. Sets the value of the 'Exclusive Execution' attribute
 void setIndividualCPUCount(RangeValueType value)
          Deprecated. Sets the value of the 'Individual CPU Count' containment reference
 void setIndividualCPUSpeed(RangeValueType value)
          Deprecated. Sets the value of the 'Individual CPU Speed' containment reference
 void setIndividualCPUTime(RangeValueType value)
          Deprecated. Sets the value of the 'Individual CPU Time' containment reference
 void setIndividualDiskSpace(RangeValueType value)
          Deprecated. Sets the value of the 'Individual Disk Space' containment reference
 void setIndividualNetworkBandwidth(RangeValueType value)
          Deprecated. Sets the value of the 'Individual Network Bandwidth' containment reference
 void setIndividualPhysicalMemory(RangeValueType value)
          Deprecated. Sets the value of the 'Individual Physical Memory' containment reference
 void setIndividualVirtualMemory(RangeValueType value)
          Deprecated. Sets the value of the 'Individual Virtual Memory' containment reference
 void setOperatingSystem(OperatingSystemType value)
          Deprecated. Sets the value of the 'Operating System' containment reference
 void setTotalCPUCount(RangeValueType value)
          Deprecated. Sets the value of the 'Total CPU Count' containment reference
 void setTotalCPUTime(RangeValueType value)
          Deprecated. Sets the value of the 'Total CPU Time' containment reference
 void setTotalDiskSpace(RangeValueType value)
          Deprecated. Sets the value of the 'Total Disk Space' containment reference
 void setTotalPhysicalMemory(RangeValueType value)
          Deprecated. Sets the value of the 'Total Physical Memory' containment reference
 void setTotalResourceCount(RangeValueType value)
          Deprecated. Sets the value of the 'Total Resource Count' containment reference
 void setTotalVirtualMemory(RangeValueType value)
          Deprecated. Sets the value of the 'Total Virtual Memory' containment reference
 void unsetExclusiveExecution()
          Deprecated. Unsets the value of the 'Exclusive Execution' attribute
 

Method Detail

getCandidateHosts

CandidateHostsType getCandidateHosts()
Deprecated. 
Returns the value of the 'Candidate Hosts' containment reference.

If the meaning of the 'Candidate Hosts' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Candidate Hosts' containment reference.
See Also:
setCandidateHosts(CandidateHostsType), JsdlPackage.getResourcesType_CandidateHosts()

setCandidateHosts

void setCandidateHosts(CandidateHostsType value)
Deprecated. 
Sets the value of the 'Candidate Hosts' containment reference.

Parameters:
value - the new value of the 'Candidate Hosts' containment reference.
See Also:
getCandidateHosts()

getFileSystem

EList getFileSystem()
Deprecated. 
Returns the value of the 'File System' containment reference list. The list contents are of type FileSystemType.

If the meaning of the 'File System' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'File System' containment reference list.
See Also:
JsdlPackage.getResourcesType_FileSystem()

isExclusiveExecution

boolean isExclusiveExecution()
Deprecated. 
Returns the value of the 'Exclusive Execution' attribute.

If the meaning of the 'Exclusive Execution' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Exclusive Execution' attribute.
See Also:
isSetExclusiveExecution(), unsetExclusiveExecution(), setExclusiveExecution(boolean), JsdlPackage.getResourcesType_ExclusiveExecution()

setExclusiveExecution

void setExclusiveExecution(boolean value)
Deprecated. 
Sets the value of the 'Exclusive Execution' attribute.

Parameters:
value - the new value of the 'Exclusive Execution' attribute.
See Also:
isSetExclusiveExecution(), unsetExclusiveExecution(), isExclusiveExecution()

unsetExclusiveExecution

void unsetExclusiveExecution()
Deprecated. 
Unsets the value of the 'Exclusive Execution' attribute.

See Also:
isSetExclusiveExecution(), isExclusiveExecution(), setExclusiveExecution(boolean)

isSetExclusiveExecution

boolean isSetExclusiveExecution()
Deprecated. 
Returns whether the value of the 'Exclusive Execution' attribute is set.

Returns:
whether the value of the 'Exclusive Execution' attribute is set.
See Also:
unsetExclusiveExecution(), isExclusiveExecution(), setExclusiveExecution(boolean)

getOperatingSystem

OperatingSystemType getOperatingSystem()
Deprecated. 
Returns the value of the 'Operating System' containment reference.

If the meaning of the 'Operating System' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operating System' containment reference.
See Also:
setOperatingSystem(OperatingSystemType), JsdlPackage.getResourcesType_OperatingSystem()

setOperatingSystem

void setOperatingSystem(OperatingSystemType value)
Deprecated. 
Sets the value of the 'Operating System' containment reference.

Parameters:
value - the new value of the 'Operating System' containment reference.
See Also:
getOperatingSystem()

getCPUArchitecture

CPUArchitectureType getCPUArchitecture()
Deprecated. 
Returns the value of the 'CPU Architecture' containment reference.

If the meaning of the 'CPU Architecture' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'CPU Architecture' containment reference.
See Also:
setCPUArchitecture(CPUArchitectureType), JsdlPackage.getResourcesType_CPUArchitecture()

setCPUArchitecture

void setCPUArchitecture(CPUArchitectureType value)
Deprecated. 
Sets the value of the 'CPU Architecture' containment reference.

Parameters:
value - the new value of the 'CPU Architecture' containment reference.
See Also:
getCPUArchitecture()

getIndividualCPUSpeed

RangeValueType getIndividualCPUSpeed()
Deprecated. 
Returns the value of the 'Individual CPU Speed' containment reference.

If the meaning of the 'Individual CPU Speed' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Individual CPU Speed' containment reference.
See Also:
setIndividualCPUSpeed(RangeValueType), JsdlPackage.getResourcesType_IndividualCPUSpeed()

setIndividualCPUSpeed

void setIndividualCPUSpeed(RangeValueType value)
Deprecated. 
Sets the value of the 'Individual CPU Speed' containment reference.

Parameters:
value - the new value of the 'Individual CPU Speed' containment reference.
See Also:
getIndividualCPUSpeed()

getIndividualCPUTime

RangeValueType getIndividualCPUTime()
Deprecated. 
Returns the value of the 'Individual CPU Time' containment reference.

If the meaning of the 'Individual CPU Time' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Individual CPU Time' containment reference.
See Also:
setIndividualCPUTime(RangeValueType), JsdlPackage.getResourcesType_IndividualCPUTime()

setIndividualCPUTime

void setIndividualCPUTime(RangeValueType value)
Deprecated. 
Sets the value of the 'Individual CPU Time' containment reference.

Parameters:
value - the new value of the 'Individual CPU Time' containment reference.
See Also:
getIndividualCPUTime()

getIndividualCPUCount

RangeValueType getIndividualCPUCount()
Deprecated. 
Returns the value of the 'Individual CPU Count' containment reference.

If the meaning of the 'Individual CPU Count' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Individual CPU Count' containment reference.
See Also:
setIndividualCPUCount(RangeValueType), JsdlPackage.getResourcesType_IndividualCPUCount()

setIndividualCPUCount

void setIndividualCPUCount(RangeValueType value)
Deprecated. 
Sets the value of the 'Individual CPU Count' containment reference.

Parameters:
value - the new value of the 'Individual CPU Count' containment reference.
See Also:
getIndividualCPUCount()

getIndividualNetworkBandwidth

RangeValueType getIndividualNetworkBandwidth()
Deprecated. 
Returns the value of the 'Individual Network Bandwidth' containment reference.

If the meaning of the 'Individual Network Bandwidth' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Individual Network Bandwidth' containment reference.
See Also:
setIndividualNetworkBandwidth(RangeValueType), JsdlPackage.getResourcesType_IndividualNetworkBandwidth()

setIndividualNetworkBandwidth

void setIndividualNetworkBandwidth(RangeValueType value)
Deprecated. 
Sets the value of the 'Individual Network Bandwidth' containment reference.

Parameters:
value - the new value of the 'Individual Network Bandwidth' containment reference.
See Also:
getIndividualNetworkBandwidth()

getIndividualPhysicalMemory

RangeValueType getIndividualPhysicalMemory()
Deprecated. 
Returns the value of the 'Individual Physical Memory' containment reference.

If the meaning of the 'Individual Physical Memory' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Individual Physical Memory' containment reference.
See Also:
setIndividualPhysicalMemory(RangeValueType), JsdlPackage.getResourcesType_IndividualPhysicalMemory()

setIndividualPhysicalMemory

void setIndividualPhysicalMemory(RangeValueType value)
Deprecated. 
Sets the value of the 'Individual Physical Memory' containment reference.

Parameters:
value - the new value of the 'Individual Physical Memory' containment reference.
See Also:
getIndividualPhysicalMemory()

getIndividualVirtualMemory

RangeValueType getIndividualVirtualMemory()
Deprecated. 
Returns the value of the 'Individual Virtual Memory' containment reference.

If the meaning of the 'Individual Virtual Memory' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Individual Virtual Memory' containment reference.
See Also:
setIndividualVirtualMemory(RangeValueType), JsdlPackage.getResourcesType_IndividualVirtualMemory()

setIndividualVirtualMemory

void setIndividualVirtualMemory(RangeValueType value)
Deprecated. 
Sets the value of the 'Individual Virtual Memory' containment reference.

Parameters:
value - the new value of the 'Individual Virtual Memory' containment reference.
See Also:
getIndividualVirtualMemory()

getIndividualDiskSpace

RangeValueType getIndividualDiskSpace()
Deprecated. 
Returns the value of the 'Individual Disk Space' containment reference.

If the meaning of the 'Individual Disk Space' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Individual Disk Space' containment reference.
See Also:
setIndividualDiskSpace(RangeValueType), JsdlPackage.getResourcesType_IndividualDiskSpace()

setIndividualDiskSpace

void setIndividualDiskSpace(RangeValueType value)
Deprecated. 
Sets the value of the 'Individual Disk Space' containment reference.

Parameters:
value - the new value of the 'Individual Disk Space' containment reference.
See Also:
getIndividualDiskSpace()

getTotalCPUTime

RangeValueType getTotalCPUTime()
Deprecated. 
Returns the value of the 'Total CPU Time' containment reference.

If the meaning of the 'Total CPU Time' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Total CPU Time' containment reference.
See Also:
setTotalCPUTime(RangeValueType), JsdlPackage.getResourcesType_TotalCPUTime()

setTotalCPUTime

void setTotalCPUTime(RangeValueType value)
Deprecated. 
Sets the value of the 'Total CPU Time' containment reference.

Parameters:
value - the new value of the 'Total CPU Time' containment reference.
See Also:
getTotalCPUTime()

getTotalCPUCount

RangeValueType getTotalCPUCount()
Deprecated. 
Returns the value of the 'Total CPU Count' containment reference.

If the meaning of the 'Total CPU Count' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Total CPU Count' containment reference.
See Also:
setTotalCPUCount(RangeValueType), JsdlPackage.getResourcesType_TotalCPUCount()

setTotalCPUCount

void setTotalCPUCount(RangeValueType value)
Deprecated. 
Sets the value of the 'Total CPU Count' containment reference.

Parameters:
value - the new value of the 'Total CPU Count' containment reference.
See Also:
getTotalCPUCount()

getTotalPhysicalMemory

RangeValueType getTotalPhysicalMemory()
Deprecated. 
Returns the value of the 'Total Physical Memory' containment reference.

If the meaning of the 'Total Physical Memory' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Total Physical Memory' containment reference.
See Also:
setTotalPhysicalMemory(RangeValueType), JsdlPackage.getResourcesType_TotalPhysicalMemory()

setTotalPhysicalMemory

void setTotalPhysicalMemory(RangeValueType value)
Deprecated. 
Sets the value of the 'Total Physical Memory' containment reference.

Parameters:
value - the new value of the 'Total Physical Memory' containment reference.
See Also:
getTotalPhysicalMemory()

getTotalVirtualMemory

RangeValueType getTotalVirtualMemory()
Deprecated. 
Returns the value of the 'Total Virtual Memory' containment reference.

If the meaning of the 'Total Virtual Memory' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Total Virtual Memory' containment reference.
See Also:
setTotalVirtualMemory(RangeValueType), JsdlPackage.getResourcesType_TotalVirtualMemory()

setTotalVirtualMemory

void setTotalVirtualMemory(RangeValueType value)
Deprecated. 
Sets the value of the 'Total Virtual Memory' containment reference.

Parameters:
value - the new value of the 'Total Virtual Memory' containment reference.
See Also:
getTotalVirtualMemory()

getTotalDiskSpace

RangeValueType getTotalDiskSpace()
Deprecated. 
Returns the value of the 'Total Disk Space' containment reference.

If the meaning of the 'Total Disk Space' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Total Disk Space' containment reference.
See Also:
setTotalDiskSpace(RangeValueType), JsdlPackage.getResourcesType_TotalDiskSpace()

setTotalDiskSpace

void setTotalDiskSpace(RangeValueType value)
Deprecated. 
Sets the value of the 'Total Disk Space' containment reference.

Parameters:
value - the new value of the 'Total Disk Space' containment reference.
See Also:
getTotalDiskSpace()

getTotalResourceCount

RangeValueType getTotalResourceCount()
Deprecated. 
Returns the value of the 'Total Resource Count' containment reference.

If the meaning of the 'Total Resource Count' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Total Resource Count' containment reference.
See Also:
setTotalResourceCount(RangeValueType), JsdlPackage.getResourcesType_TotalResourceCount()

setTotalResourceCount

void setTotalResourceCount(RangeValueType value)
Deprecated. 
Sets the value of the 'Total Resource Count' containment reference.

Parameters:
value - the new value of the 'Total Resource Count' containment reference.
See Also:
getTotalResourceCount()

getAny

FeatureMap getAny()
Deprecated. 
Returns the value of the 'Any' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any' attribute list.
See Also:
JsdlPackage.getResourcesType_Any()

getAnyAttribute

FeatureMap getAnyAttribute()
Deprecated. 
Returns the value of the 'Any Attribute' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
JsdlPackage.getResourcesType_AnyAttribute()

g-Eclipse
Release 1.0.0