ec
Interface Clique
- All Superinterfaces:
- java.io.Serializable, Setup
- All Known Implementing Classes:
- Statistics, GPType, GPFunctionSet, GPTreeConstraints, GPNodeConstraints, RuleConstraints, RuleSetConstraints
- public interface Clique
- extends Setup
Clique is a class pattern marking classes which
create only a few instances, generally accessible through
some global mechanism, and every single
one of which gets its own distinct setup(...) call. Cliques should
not be Cloneable, but they are Serializable.