|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--shared.BaseInducer
|
+--shared.Inducer
|
+--shared.IncrInducer
Abstract template for incremental inducers.
| Constructor Summary | |
IncrInducer(java.lang.String description)
Constructor. |
|
| Method Summary | |
abstract java.util.ListIterator |
add_instance(Instance instance)
Add an instance of data to this inducer. |
abstract Instance |
del_instance(java.util.ListIterator pix)
Deletes the instance of data in the current position of the list iterator. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public IncrInducer(java.lang.String description)
description - Description of this incremental inducer.| Method Detail |
public abstract java.util.ListIterator add_instance(Instance instance)
instance - The instance to be added.public abstract Instance del_instance(java.util.ListIterator pix)
pix - The iterator of the list of instances.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||