![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Represents a Lingua Franca (LF) file. More...
Public Member Functions | |
| List< ReactorNode > | getChildren () |
| Retrieves the list of children nodes of the tree. | |
| String | getLabel () |
| Retrieves the label (name) of the LF file. | |
| String | getUri () |
| Retrieves the URI specifying the location of the LF file. | |
| LibraryFile (String uri) | |
| Constructs a new LibraryFile with the specified URI. | |
Represents a Lingua Franca (LF) file.
This file can contain multiple ReactorNode elements, with each node potentially having zero or more of these reactors.
| org.lflang.diagram.lsp.LibraryFile.LibraryFile | ( | String | uri | ) |
Constructs a new LibraryFile with the specified URI.
| uri | The URI specifying the location of the LF file. |
| List< ReactorNode > org.lflang.diagram.lsp.LibraryFile.getChildren | ( | ) |
Retrieves the list of children nodes of the tree.
| String org.lflang.diagram.lsp.LibraryFile.getLabel | ( | ) |
Retrieves the label (name) of the LF file.
| String org.lflang.diagram.lsp.LibraryFile.getUri | ( | ) |
Retrieves the URI specifying the location of the LF file.