eRqlEngine API documentation - http://www.wleklinski.de/rdf/

Uses of Class
eworks.RQL.engine.NoModelBoundException

Packages that use NoModelBoundException
eworks.RQL.model   
 

Uses of NoModelBoundException in eworks.RQL.model
 

Methods in eworks.RQL.model that throw NoModelBoundException
 void StatementRange.reset()
          Resets this range so that a succeeding call of nextHit() will return the first hit (if any).
 boolean StatementRange.hasMoreHits()
          Checks if there are more hits that can be iteratively retrieved using nextHit().
 void StatementRange.nextHit()
          Gets the next hit, if any.
 void StatementRange.bindSymbols(SymbolTable symbols)
          Binds the current hit's values to some symbols.
 boolean RangeList.hasMoreHits()
          Checks if there are more hits that can be iteratively retrieved using nextHit().
 void RangeList.bindSymbols(SymbolTable symbols)
          Binds the current hit's values to some symbols.
 void RangeList.nextHit()
          Gets the next hit, if any.
abstract  void Range.reset()
          Resets this range so that a succeeding call of nextHit() will return the first hit (if any).
abstract  boolean Range.hasMoreHits()
          Checks if there are more hits that can be iteratively retrieved using nextHit().
abstract  void Range.nextHit()
          Gets the next hit, if any.
abstract  void Range.bindSymbols(SymbolTable symbols)
          Binds the current hit's values to some symbols.
 void InstancesOfClassRange.reset()
          Resets this range so that a succeeding call of nextHit() will return the first hit (if any).
 boolean InstancesOfClassRange.hasMoreHits()
          Checks if there are more hits that can be iteratively retrieved using nextHit().
 void InstancesOfClassRange.nextHit()
          Gets the next hit, if any.
 void InstancesOfClassRange.bindSymbols(SymbolTable symbols)
          Binds the current hit's values to some symbols.
 


eRqlEngine API documentation - http://www.wleklinski.de/rdf/