Package com.seeq.model
Class ActivityGraphOutputV1
java.lang.Object
com.seeq.model.ActivityGraphOutputV1
The current graph of Activities for the request. The graph is a directed acyclic graph.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNodesItem
(ActivityOutputV1 nodesItem) boolean
getNodes()
The set of Activities in the graph.int
hashCode()
nodes
(List<ActivityOutputV1> nodes) void
setNodes
(List<ActivityOutputV1> nodes) toString()
-
Constructor Details
-
ActivityGraphOutputV1
public ActivityGraphOutputV1()
-
-
Method Details
-
nodes
-
addNodesItem
-
getNodes
The set of Activities in the graph. Each ID in the nodes will be unique in this list. The order is not guaranteed to be meaningful. Correspond the IDs with edges to determine current leaf Activities.- Returns:
- nodes
-
setNodes
-
equals
-
hashCode
public int hashCode() -
toString
-