|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.headless.transform.LimboInstanceSink
public class LimboInstanceSink
Sink that holds instances in a limbo, to be collected through the offered instance collection.
Constructor Summary | |
---|---|
LimboInstanceSink()
|
Method Summary | |
---|---|
void |
addInstance(Instance instance)
Adds an instance to the sink |
void |
done(boolean cancel)
Called if the transformation is done or cancelled. |
InstanceCollection |
getInstanceCollection()
Returns the associated instance collection, whose iterator will receive the instances that are added to the instance sink. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LimboInstanceSink()
Method Detail |
---|
public void addInstance(Instance instance)
InstanceSink
addInstance
in interface InstanceSink
instance
- the instance to addInstanceSink.addInstance(eu.esdihumboldt.hale.common.instance.model.Instance)
public void done(boolean cancel)
addInstance(Instance)
result in undetermined behavior.
cancel
- whether the operation was cancelled or simply finishedpublic InstanceCollection getInstanceCollection()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |