Skip to content

3.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 11:48
a249b8c

Graph Changes

Added

  • Property INDEX for edges part of a list to preserve information where ordering has semantic or syntactic information
  • Property BRANCH for edges part of the Evaluation Order Graph EOG where a condition evaluation leads to a branch. The value represents the result of the evaluation: true or false.

API Changes

Added

  • For Backward compatibility all functions that previously returned Nodes, e.g. getParameters() now unwrap the node on the Property Edge on the other side of the Edge that was previously member of the list. Instead function were added that return the List of of getParametersPropertyEdge(), e.g. get to allow access to the in-memory representation of the PropertyEdge-feature.