org.blackbox.model
Interface KsFarm

All Superinterfaces:
org.framboise_22.rete.RuleSet
All Known Implementing Classes:
BBX_KSFarm

public interface KsFarm
extends org.framboise_22.rete.RuleSet


Method Summary
 java.util.Iterator iterator()
          Farm iterator.
 int size()
          The number of rules in this farm.
 java.lang.Object[] toArray()
          Return all Rules in an array.
 
Methods inherited from interface org.framboise_22.rete.RuleSet
addRule, getRules
 

Method Detail

toArray

java.lang.Object[] toArray()
Return all Rules in an array.

Returns:
an array of KS

iterator

java.util.Iterator iterator()
Farm iterator.

Returns:
a farm iterator.

size

int size()
The number of rules in this farm.

Returns:
The number of rules in this farm.