public class Requests
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<Edge> |
preparedEdges
List of postponed and not yet evaluated edges and their intents.
|
java.util.List<Quota> |
preparedQuotas
List of postponed and not yet evaluated tasks and their intents.
|
java.util.List<Task> |
preparedTasks
List of postponed and not yet evaluated tasks and their intents.
|
java.util.List<Edge> |
requestedEdges
List of requested nested edges during the last execution.
|
java.util.List<Task> |
requestedTasks
List of requested nested tasks during the last execution.
|
Constructor and Description |
---|
Requests()
Creates a new instance of the requests container.
|
public java.util.List<Task> requestedTasks
public java.util.List<Edge> requestedEdges
public java.util.List<Edge> preparedEdges
public java.util.List<Task> preparedTasks
public java.util.List<Quota> preparedQuotas