org.activemath.presentation.preproc
Interface TaskFactory
public interface TaskFactory
/** A simple factory interface to describe objects that can generate tasks which will be used exactly once.
For tasks that need to store state, a new instance should be made.
For tasks that do not need to store state, the same task can be returned at every time.
- Version:
|
Method Summary |
Task |
make(org.jdom.Element elt,
Map properties)
Produces, if necessary, or returns, otherwise, the given task that will be applied on the element
elt and its descendants. |
make
Task make(org.jdom.Element elt,
Map properties)
- Produces, if necessary, or returns, otherwise, the given task that will be applied on the element
elt and its descendants.