public abstract class EmptyAnnotatedDataAdapter<E extends JPhyloIOEvent> extends java.lang.Object implements AnnotatedDataAdapter
AnnotatedDataAdapter, which does not generate any metaevents.
Implementations that do not specify any metadata can be inherited from this class.| Constructor and Description |
|---|
EmptyAnnotatedDataAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeMetadata(ReadWriteParameterMap parameters,
JPhyloIOEventReceiver receiver)
This default implementation does nothing and can be overwritten by inherited classes if necessary.
|
public EmptyAnnotatedDataAdapter()
public void writeMetadata(ReadWriteParameterMap parameters, JPhyloIOEventReceiver receiver) throws java.io.IOException
writeMetadata in interface AnnotatedDataAdapterparameters - the parameter map of the calling writer that provides context information for the data requestreceiver - the writer accepting the eventsjava.io.IOException