lingua-franca 0.10.1
Lingua Franca code generator
Loading...
Searching...
No Matches
org.lflang.graph.NodeAnnotations< T extends Object > Class Template Reference

Maps a node in the graph to its annotation. More...

Public Member Functions

NodeAnnotation get (final T node)
NodeAnnotation put (final T node, final NodeAnnotation annotation)

Detailed Description

Maps a node in the graph to its annotation.

Creates a new annotation if no annotation exists.

Member Function Documentation

◆ get()

NodeAnnotation org.lflang.graph.NodeAnnotations< T extends Object >.get ( final T node)

◆ put()

NodeAnnotation org.lflang.graph.NodeAnnotations< T extends Object >.put ( final T node,
final NodeAnnotation annotation )

The documentation for this class was generated from the following file:
  • /Users/runner/work/lingua-franca/lingua-franca/core/src/main/java/org/lflang/graph/NodeAnnotations.java