Package | Description |
---|---|
com.ur.urcap.api.domain.program.nodes.builtin | |
com.ur.urcap.api.domain.program.nodes.builtin.configurations.directionnode |
Modifier and Type | Method and Description |
---|---|
DirectionNodeConfig |
DirectionNode.getConfig() |
Modifier and Type | Method and Description |
---|---|
DirectionNode |
DirectionNode.setConfig(DirectionNodeConfig config)
Set a configuration on this node.
|
Modifier and Type | Method and Description |
---|---|
DirectionNodeConfig |
DirectionNodeConfigBuilder.build()
Build the configuration for a Direction node.
A default configuration can be built by calling this method without invoking any of the set methods in this interface. |
Modifier and Type | Method and Description |
---|---|
DirectionNodeConfigBuilder |
DirectionNodeConfigBuilder.copyFrom(DirectionNodeConfig source)
Copy values from one configuration (source) to another (this) builder.
|
Copyright © 2019. All rights reserved.