Package | Description |
---|---|
com.ur.urcap.api.domain.program.nodes | |
com.ur.urcap.api.domain.program.nodes.builtin | |
com.ur.urcap.api.domain.program.structure |
Modifier and Type | Method and Description |
---|---|
UntilNode |
ProgramNodeFactory.createUntilNode()
Creates a default Until Node where the type of the until stop condition is not specified.
|
Modifier and Type | Method and Description |
---|---|
UntilNode |
UntilNode.setConfig(UntilNodeConfig config)
Set a configuration on this node.
|
Modifier and Type | Method and Description |
---|---|
void |
ProgramNodeVisitor.visit(UntilNode programNode,
int index,
int depth)
This method is called whenever an Until node is encountered.
|
Copyright © 2021. All rights reserved.