![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Represents a node in a hierarchical structure where each node has a label, a URI, and positional information. More...
Public Member Functions | |
| String | getLabel () |
| Returns the label of the reactor. | |
| NodePosition | getPosition () |
| Returns the position information of the reactor within the LF file. | |
| String | getUri () |
| Returns the URI of the LF file that contains the reactor. | |
| ReactorNode (String label, String uri, NodePosition position) | |
| Constructs a new ReactorNode with the specified label, URI, and position. | |
Represents a node in a hierarchical structure where each node has a label, a URI, and positional information.
This node typically represents a reactor within a Lingua Franca (LF) file.
| org.lflang.diagram.lsp.ReactorNode.ReactorNode | ( | String | label, |
| String | uri, | ||
| NodePosition | position ) |
Constructs a new ReactorNode with the specified label, URI, and position.
| label | The label or name of the reactor. |
| uri | The URI that specifies the location of the LF file containing the reactor. |
| position | The position of the reactor within the LF file. |
| String org.lflang.diagram.lsp.ReactorNode.getLabel | ( | ) |
Returns the label of the reactor.
| NodePosition org.lflang.diagram.lsp.ReactorNode.getPosition | ( | ) |
Returns the position information of the reactor within the LF file.
| String org.lflang.diagram.lsp.ReactorNode.getUri | ( | ) |
Returns the URI of the LF file that contains the reactor.