Skip to content

v0.2.0

Choose a tag to compare

@bjdmeest bjdmeest released this 01 Sep 13:51
· 50 commits to development since this release

Added

  • Support for rdf:seq parameters.
  • FnoFunctionModelProvider: Can now parse Function Composition.
  • FnoFunctionModelProvider: Can now parse Partial Function Application.
  • Agent: Can execute Function Compositions.
  • Agent: Can execute Partial Function Application.
  • Agent: Has a debug mode.
  • Instantiator: In debug mode it will execute all nodes of a composition, otherwise only those necessary for the output (works non-recursive).
  • DescriptionGenerator: Can now output Function triples (both execution and functions/mappings from JAVA methods)