ec
Interface Clique

All Known Implementing Classes:
GPNodeConstraints, GPFunctionSet, GPType, GPTreeConstraints

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.


Methods inherited from interface ec.Setup
setup