|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractCollection java.util.AbstractList java.util.ArrayList com.adaptc.mws.plugins.JobReportRequirementsList
public class JobReportRequirementsList extends ArrayList
A list of JobReportRequirement objects. This class also has helper methods to act on the it as if it were a JobReportRequirement. In reality these methods act on the first element in the list.
Constructor Summary | |
JobReportRequirementsList()
|
Method Summary | |
---|---|
JobReportRequirement
|
add()
Creates a new JobReportRequirement and adds to the list. |
String
|
getArchitecture()
{@inheritDoc} |
List
|
getFeatures()
{@inheritDoc} |
JobReportRequirement
|
getFirst()
Returns the first element of the list. |
Integer
|
getNodeCount()
{@inheritDoc} |
List
|
getNodes()
{@inheritDoc} |
ReportResourceMap
|
getResourcesPerTask()
{@inheritDoc} |
Integer
|
getTaskCount()
{@inheritDoc} |
Integer
|
getTasksPerNode()
{@inheritDoc} |
void
|
setArchitecture(String architecture)
{@inheritDoc} |
void
|
setFeatures(List features)
{@inheritDoc} |
void
|
setNodeCount(Integer nodeCount)
{@inheritDoc} |
void
|
setNodes(List nodes)
{@inheritDoc} |
void
|
setResourcesPerTask(ReportResourceMap resourcesPerTask)
{@inheritDoc} |
void
|
setTaskCount(Integer taskCount)
{@inheritDoc} |
void
|
setTasksPerNode(Integer tasksPerNode)
{@inheritDoc} |
Methods inherited from class ArrayList | |
---|---|
add, add, get, clone, indexOf, clear, contains, isEmpty, lastIndexOf, addAll, addAll, size, toArray, toArray, remove, remove, set, ensureCapacity, trimToSize, equals, hashCode, iterator, listIterator, listIterator, subList, toString, containsAll, removeAll, retainAll, wait, wait, wait, getClass, notify, notifyAll |
Methods inherited from class AbstractList | |
---|---|
add, add, get, equals, hashCode, indexOf, clear, lastIndexOf, addAll, iterator, remove, set, listIterator, listIterator, subList, toString, contains, isEmpty, addAll, size, toArray, toArray, remove, containsAll, removeAll, retainAll, wait, wait, wait, getClass, notify, notifyAll, size |
Constructor Detail |
---|
JobReportRequirementsList()
Method Detail |
---|
public JobReportRequirement add()
public String getArchitecture()
public List getFeatures()
public JobReportRequirement getFirst()
public Integer getNodeCount()
public List getNodes()
public ReportResourceMap getResourcesPerTask()
public Integer getTaskCount()
public Integer getTasksPerNode()
public void setArchitecture(String architecture)
public void setFeatures(List features)
public void setNodeCount(Integer nodeCount)
public void setNodes(List nodes)
public void setResourcesPerTask(ReportResourceMap resourcesPerTask)
public void setTaskCount(Integer taskCount)
public void setTasksPerNode(Integer tasksPerNode)
Groovy Documentation