Class AbstractQueryRuntimeContext

java.lang.Object
tools.refinery.interpreter.matchers.context.AbstractQueryRuntimeContext
All Implemented Interfaces:
IQueryRuntimeContext

public abstract class AbstractQueryRuntimeContext extends Object implements IQueryRuntimeContext
This class is intended to be extended by implementors. The main purpose of this abstract implementation to protect implementors from future changes in the interface.
Since:
1.4
  • Constructor Details

    • AbstractQueryRuntimeContext

      public AbstractQueryRuntimeContext()