Interface ExtendExpression

All Known Implementing Classes:
ExtendExprAttribute, ExtendExprConstant, ExtendExprFunction

public interface ExtendExpression
  • Method Details

    • getAllMentionedAttributes

      Set<String> getAllMentionedAttributes()
    • evaluate

      org.apache.jena.graph.Node evaluate(Map<String,org.apache.jena.graph.Node> assignment)