|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Generator
The interface for a CNF Generator. Each time the getNext method is called, a new CNF, represented as a Cnf object, is generated and returned. In addition, classes that implement this interface must include a method returning the "author" of the program, and also a method returning a brief description of how the CNF formulas are generated.
Method Summary | |
---|---|
java.lang.String |
author()
This method should simply return the "author" of this program as you would like it to appear on a class website. |
java.lang.String |
description()
This method should return a very brief (1-3 sentence) description (appropriate for posting on the class website) of how the CNF formulas are generated by this generator. |
Cnf |
getNext()
This method returns a new CNF formula each time it is called. |
Method Detail |
---|
Cnf getNext()
java.lang.String author()
java.lang.String description()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |