* A list of the nodes in the resulting DAG. *
*/ private java.util.List* A list of the edges in the resulting DAG. *
*/ private java.util.List* A list of the nodes in the resulting DAG. *
* * @return A list of the nodes in the resulting DAG. */ public java.util.List* A list of the nodes in the resulting DAG. *
* * @param dagNodes * A list of the nodes in the resulting DAG. */ public void setDagNodes(java.util.Collection* A list of the nodes in the resulting DAG. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setDagNodes(java.util.Collection)} or {@link #withDagNodes(java.util.Collection)} if you want to override * the existing values. *
* * @param dagNodes * A list of the nodes in the resulting DAG. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDataflowGraphResult withDagNodes(CodeGenNode... dagNodes) { if (this.dagNodes == null) { setDagNodes(new java.util.ArrayList* A list of the nodes in the resulting DAG. *
* * @param dagNodes * A list of the nodes in the resulting DAG. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDataflowGraphResult withDagNodes(java.util.Collection* A list of the edges in the resulting DAG. *
* * @return A list of the edges in the resulting DAG. */ public java.util.List* A list of the edges in the resulting DAG. *
* * @param dagEdges * A list of the edges in the resulting DAG. */ public void setDagEdges(java.util.Collection* A list of the edges in the resulting DAG. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setDagEdges(java.util.Collection)} or {@link #withDagEdges(java.util.Collection)} if you want to override * the existing values. *
* * @param dagEdges * A list of the edges in the resulting DAG. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDataflowGraphResult withDagEdges(CodeGenEdge... dagEdges) { if (this.dagEdges == null) { setDagEdges(new java.util.ArrayList* A list of the edges in the resulting DAG. *
* * @param dagEdges * A list of the edges in the resulting DAG. * @return Returns a reference to this object so that method calls can be chained together. */ public GetDataflowGraphResult withDagEdges(java.util.Collection