Interface IStatementContext


public interface IStatementContext
Definition of a statement context.
  • Method Details

    • getNodeData

      <T extends NodeData> T getNodeData(Integer nodeId)
      Get node data for provided node id
    • getOrCreateNodeData

      <T extends NodeData> T getOrCreateNodeData(Integer nodeId)
      Get or create node data for provided node id
    • getOrCreateNodeData

      <T extends NodeData> T getOrCreateNodeData(Integer nodeId, Supplier<T> creator)
      Get or create node data for provided node id with supplier
    • getNodeDatas

      <T extends NodeData> List<T> getNodeDatas(Class<T> nodeClass)
      Return all node datas for a specific node class