You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.