Algernon Software

Uses of Class
org.algernon.datatype.Closure

Packages that use Closure
org.algernon   
org.algernon.aam   
org.algernon.rule   
 

Uses of Closure in org.algernon
 

Methods in org.algernon with parameters of type Closure
 void Algernon.addClosure(Closure closure)
          Adds a closure to the system.
 

Uses of Closure in org.algernon.aam
 

Methods in org.algernon.aam that return Closure
 Closure Processor.tryToInstantiate(Closure closure, Clause clause)
          Returns a closure if the rule can be instantiated from the clause.
 

Methods in org.algernon.aam with parameters of type Closure
 void Processor.addClosure(Closure closure)
          Adds a closure to the system.
 Closure Processor.tryToInstantiate(Closure closure, Clause clause)
          Returns a closure if the rule can be instantiated from the clause.
 

Uses of Closure in org.algernon.rule
 

Methods in org.algernon.rule with parameters of type Closure
 void RuleManager.addClosure(Closure closure)
          Adds a closure to the system.
 


Algernon Software