org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData
Class ExecutionTypeUIElement
java.lang.Object
org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.UIElement
org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.ExecutionEntityUIElement
org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.ExecutionTypeUIElement
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
- Direct Known Subclasses:
- ParallelExecutionUIElement, SequentialExecutionUIElement
public class ExecutionTypeUIElement
- extends ExecutionEntityUIElement
- implements com.google.gwt.user.client.rpc.IsSerializable
- Author:
- Spyros Boutsis, NKUA
ExecutionTypeUIElement
public ExecutionTypeUIElement()
- Class constructor
addTask
public void addTask(ExecutionEntityUIElement task)
- Adds a task to this
ExecutionTypeUIElement
- Parameters:
task - the task to add
getTasks
public List<ExecutionEntityUIElement> getTasks()
- Returns the list of
ExecutionEntityUIElements contained in this ExecutionTypeUIElement
- Returns:
- the list of execution entities contained in this object
Copyright © 2013. All Rights Reserved.