public class FlowNodeDefinition<T extends FlowNodeDefinition> extends MixableBase<FlowNodeDefinition>
| Constructor and Description |
|---|
FlowNodeDefinition() |
| Modifier and Type | Method and Description |
|---|---|
FlowNodeDefinition<T> |
addIncoming(FlowNodeDefinition source) |
FlowNodeDefinition<T> |
addOutgoing(FlowNodeDefinition target) |
T |
display(String displayName) |
T |
documentation(String documentation) |
boolean |
equals(Object o) |
String |
getDisplayName() |
Identifier |
getId() |
List<FlowEdgeDefinition> |
getIncoming() |
List<FlowEdgeDefinition> |
getOutgoing() |
int |
hashCode() |
T |
id(Enum id) |
T |
id(Identifier id) |
T |
id(String id) |
T |
self() |
String |
toString() |
as, is, with, withpublic T id(Identifier id)
public T self()
public FlowNodeDefinition<T> addIncoming(FlowNodeDefinition source)
public FlowNodeDefinition<T> addOutgoing(FlowNodeDefinition target)
public List<FlowEdgeDefinition> getIncoming()
public List<FlowEdgeDefinition> getOutgoing()
public Identifier getId()
public String getDisplayName()
Copyright © 2014. All rights reserved.