|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.larkc.core.data.workflow.WorkflowGraphNode
public class WorkflowGraphNode
This class represents a node of a workflow graph which contains the uri of the node as well as the next and previous nodes.
| Constructor Summary | |
|---|---|
WorkflowGraphNode()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addNext(WorkflowGraphNode next)
Adds the passed value to the next. |
java.util.List<WorkflowGraphNode> |
getNext()
Getter. |
org.openrdf.model.URI |
getUri()
Getter. |
void |
setNext(java.util.List<WorkflowGraphNode> next)
Setter. |
void |
setUri(org.openrdf.model.URI uri)
Setter. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkflowGraphNode()
| Method Detail |
|---|
public org.openrdf.model.URI getUri()
public void setUri(org.openrdf.model.URI uri)
uri - the uri to setpublic java.util.List<WorkflowGraphNode> getNext()
public void setNext(java.util.List<WorkflowGraphNode> next)
next - the next to setpublic void addNext(WorkflowGraphNode next)
next - the next to add
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||