Uses of Class
loci.formats.in.PrairieMetadata.ValueTable
Packages that use PrairieMetadata.ValueTable
-
Uses of PrairieMetadata.ValueTable in loci.formats.in
Fields in loci.formats.in declared as PrairieMetadata.ValueTableModifier and TypeFieldDescriptionprivate final PrairieMetadata.ValueTablePrairieMetadata.configKey/value pairs from CFG and/or ENV files.private final PrairieMetadata.ValueTablePrairieMetadata.Frame.frameValuesTable of key/value pairs for this<Frame>.private final PrairieMetadata.ValueTablePrairieMetadata.scanValuesTable of key/value pairs at the top level.private final PrairieMetadata.ValueTablePrairieMetadata.Sequence.sequenceValuesTable of key/value pairs for this<Sequence>.Methods in loci.formats.in that return PrairieMetadata.ValueTableModifier and TypeMethodDescriptionPrairieMetadata.getConfig()Gets the map of configuration key/value pairs.PrairieMetadata.Frame.getValues()Gets the table ofFramekey/value pairs.PrairieMetadata.getValues()Gets the table ofPVScankey/value pairs.PrairieMetadata.Sequence.getValues()Gets the table ofFramekey/value pairs.Methods in loci.formats.in with parameters of type PrairieMetadata.ValueTableModifier and TypeMethodDescriptionprivate voidPrairieMetadata.parseKeys(Element el, PrairieMetadata.ValueTable table) Parses<Key>elements beneath the given element, into the specified table.private voidPrairieMetadata.parsePVStateShard(Element el, PrairieMetadata.ValueTable table) Parses the<PVStateShard>element beneath the given element, into the specified table.