Package io.resys.hdes.client.api.ast
Interface AstFlow.AstFlowNode
- All Superinterfaces:
Comparable<AstFlow.AstFlowNode>,Serializable
- All Known Subinterfaces:
AstFlow.AstFlowInputNode,AstFlow.AstFlowRefNode,AstFlow.AstFlowRoot,AstFlow.AstFlowSwitchNode,AstFlow.AstFlowTaskNode
- All Known Implementing Classes:
NodeBean,NodeFlowBean
- Enclosing interface:
- AstFlow
-
Method Summary
Modifier and TypeMethodDescriptionintgetEnd()intgetStart()getValue()booleanhasNonNull(String name) Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getParent
AstFlow.AstFlowNode getParent() -
getKeyword
String getKeyword() -
getChildren
Map<String,AstFlow.AstFlowNode> getChildren() -
get
-
getValue
String getValue() -
getSource
AstChangeset getSource() -
hasNonNull
-
getStart
int getStart() -
getEnd
int getEnd()
-