Modifier and Type | Method and Description |
---|---|
Meta |
Monoidal.getMetadata()
Get the metadata only of the data so far.
|
Modifier and Type | Method and Description |
---|---|
Meta |
Querier.getMetadata()
Returns the
Meta of the result so far. |
Meta |
RateLimitError.makeMeta()
Makes this into a
Meta object. |
Modifier and Type | Method and Description |
---|---|
default Meta |
Strategy.getMetadata()
Get the
Meta so far. |
Meta |
SketchingStrategy.getMetadata() |
Modifier and Type | Method and Description |
---|---|
Meta |
Sketch.getMetadata(String metaKey,
Map<String,String> conceptKeys)
Returns the sketch metadata as a
Meta object. |
Modifier and Type | Method and Description |
---|---|
Meta |
Meta.add(String key,
Object information)
Add a piece of meta information.
|
Meta |
Meta.addErrors(List<BulletError> errors)
Add errors to the Meta.
|
Meta |
Meta.merge(Meta meta)
Merge another Meta into this Meta.
|
static Meta |
Meta.of(BulletError... errors)
Static construction of Meta with some errors.
|
static Meta |
Meta.of(List<BulletError> errors)
Static construction of Meta with some errors.
|
Modifier and Type | Method and Description |
---|---|
Clip |
Clip.add(Meta meta)
Tags additional metadata.
|
Meta |
Meta.merge(Meta meta)
Merge another Meta into this Meta.
|
static Clip |
Clip.of(Meta meta)
Construct a Clip with the given metadata.
|
Modifier and Type | Method and Description |
---|---|
Meta |
Scheme.getMetadata()
|
Copyright © 2021. All rights reserved.