public abstract class WorkflowItem
extends java.lang.Object
WorkflowNetworkFactory| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowItem.Type
Represents the type of the node
|
| Constructor and Description |
|---|
WorkflowItem(java.lang.String id,
WorkflowItem.Type type,
boolean end) |
| Modifier and Type | Method and Description |
|---|---|
abstract Node |
createNode()
Creates the
Node object that will be drawn on the graph |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getId() |
java.lang.Integer |
getLevel() |
abstract java.util.Collection<java.lang.String> |
getNeighborsIds()
Returns the collection of ids of the neighbors
|
WorkflowItem.Type |
getType() |
int |
hashCode() |
boolean |
isEnd() |
void |
setLevel(java.lang.Integer level) |
public WorkflowItem(java.lang.String id,
WorkflowItem.Type type,
boolean end)
public java.lang.String getId()
public WorkflowItem.Type getType()
public boolean isEnd()
public java.lang.Integer getLevel()
public void setLevel(java.lang.Integer level)
public abstract Node createNode()
Node object that will be drawn on the graphpublic abstract java.util.Collection<java.lang.String> getNeighborsIds()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2018 SAP SE. All Rights Reserved.