public class DefaultMoleculeArchiveProperties extends AbstractMoleculeArchiveProperties<DefaultMolecule,MarsOMEMetadata>
channelSet, documents, inputSchema, moleculeDataTableColumnSet, moleculeSegmentTableNames, numberOfMolecules, numMetadata, parameterSet, parent, positionSet, regionSet, SCHEMA, tagSet
Constructor and Description |
---|
DefaultMoleculeArchiveProperties() |
DefaultMoleculeArchiveProperties(com.fasterxml.jackson.core.JsonParser jParser) |
Modifier and Type | Method and Description |
---|---|
void |
merge(MoleculeArchiveProperties<?,?> properties,
java.lang.String archiveName)
Used to during merge MoleculeArchive merge events to merge the properties
of another archive into this one.
|
addAllChannels, addAllColumns, addAllColumns, addAllParameters, addAllPositions, addAllRegions, addAllSegmentsTableNames, addAllTags, addChannel, addColumn, addComment, addMetadataProperties, addMoleculeProperties, addParameter, addPosition, addRegion, addSegmentsTableNames, addTag, clear, createIOMaps, getChannelSet, getColumnSet, getComments, getDocument, getDocumentNames, getInputSchema, getNumberOfMetadatas, getNumberOfMolecules, getParameterSet, getPositionSet, getRegionSet, getSegmentsTableNames, getTagSet, putDocument, putDocument, removeAllDocuments, removeDocument, setChannelSet, setColumnSet, setComments, setNumberOfMetadatas, setNumberOfMolecules, setParameterSet, setParent, setPositionSet, setRegionSet, setSegmentsTableNames, setTagSet
dumpJSON, fromJSON, getJsonGenerator, getJsonParser, setJsonField, setShowWarnings, toJSON
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dumpJSON, fromJSON, getJsonGenerator, getJsonParser, setJsonField, setShowWarnings, toJSON
public DefaultMoleculeArchiveProperties()
public DefaultMoleculeArchiveProperties(com.fasterxml.jackson.core.JsonParser jParser) throws java.io.IOException
java.io.IOException
public void merge(MoleculeArchiveProperties<?,?> properties, java.lang.String archiveName)
AbstractMoleculeArchiveProperties
merge
in interface MoleculeArchiveProperties<DefaultMolecule,MarsOMEMetadata>
merge
in class AbstractMoleculeArchiveProperties<DefaultMolecule,MarsOMEMetadata>
properties
- MoleculeArchiveProperties record to merge into this one.archiveName
- Name of the archive that is being merged with this one.