This interface introduces a callback to be employed whenever
a Definition is fully read into memory, and ready to be processed.
Any overwrite or dontcare mode is not part of this interface's
contract.
author: Jens-S. Vöckler author: Yong Zhao version: $Revision: 50 $ See Also:Definition See Also:Transformation See Also:Derivation
Method Summary
public boolean
store(Definition d) This method adds the given Definition to whatever storage is
implemented underneath.
This method adds the given Definition to whatever storage is
implemented underneath.
Parameters: d - is the Definition that is ready to be stored. true, if new version was stored and database modified,false, if the definition was rejected for any reason.