omnics
Interface Analyzer

All Superinterfaces:
Algorithm
All Known Implementing Classes:
DefaultAnalyzer

public interface Analyzer
extends Algorithm

Describes an algorithm able to analyze a problem and to determine if it is inconsistent or is a special case or it can be easily solved.

Author:
Cristian Frasinaru

Method Summary
 Solver getSolver()
           
 void init()
           
 boolean isInconsistent()
           
 boolean isSimple()
           
 boolean isSolved()
           
 
Methods inherited from interface omnics.Algorithm
getName, getProblem, setName, setProblem
 

Method Detail

init

void init()

isSolved

boolean isSolved()

isInconsistent

boolean isInconsistent()

isSimple

boolean isSimple()

getSolver

Solver getSolver()