Interface Solver
-
- All Known Implementing Classes:
AbstractSolver
,Solver3
,SolverImpl
public interface Solver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Value
getData(TaskAttribute attribute)
void
setData(TaskAttribute attribute, Value value)
-
-
-
Method Detail
-
getData
Value getData(TaskAttribute attribute)
-
setData
void setData(TaskAttribute attribute, Value value)
-
-