de.interactive_instruments.ShapeChange.Target
Interface SingleTarget

All Superinterfaces:
Target
All Known Implementing Classes:
CodelistRegister, FeatureCatalogue, OWLISO19150, UmlModel

public interface SingleTarget
extends Target


Method Summary
 void reset()
          All relevant fields of the target will be reset, so that it is ready for processing selected schemas based upon a specific target configuration.
 void writeAll(ShapeChangeResult r)
          Instructs the target to output the processing results.
 
Methods inherited from interface de.interactive_instruments.ShapeChange.Target.Target
getTargetID, initialise, process, write
 

Method Detail

writeAll

void writeAll(ShapeChangeResult r)
Instructs the target to output the processing results.

Will be called by the Converter after initialization and processing for all of the selected schema has been performed.

Parameters:
r -
See Also:
Model.selectedSchemas()

reset

void reset()
All relevant fields of the target will be reset, so that it is ready for processing selected schemas based upon a specific target configuration.

The Converter will reset SingleTargets whenever it processes a target configuration.



Copyright © 2015. All rights reserved.