Serialized Form
-
Package nzilbb.ag
-
Class nzilbb.ag.Anchor extends TrackedMap implements Serializable
-
Serialized Fields
-
endOf
LinkedHashMap<String,LinkedHashSet<Annotation>> endOf
Map of annotations that end with this anchor, keyed on layer id.- See Also:
Anchor.getEndOf()
,Anchor.setEndOf(LinkedHashMap)
-
graph
Graph graph
The annotation's annotation graph.- See Also:
Anchor.getGraph()
,Anchor.setGraph(Graph)
-
offset
Double offset
The anchor's time/character offset. -
startOf
LinkedHashMap<String,LinkedHashSet<Annotation>> startOf
Map of annotations that start with this anchor, keyed on layer id.
-
-
-
Class nzilbb.ag.AnchorChain extends Vector<Anchor> implements Serializable
-
Class nzilbb.ag.Annotation extends TrackedMap implements Serializable
-
Serialized Fields
-
annotations
LinkedHashMap<String,SortedSet<Annotation>> annotations
Child annotations, keyed on layer id. -
endId
String endId
ID of the annotation's end anchor. -
graph
Graph graph
The annotation's annotation graph.- See Also:
Annotation.getGraph()
,Annotation.setGraph(Graph)
-
label
String label
The annotation's label. -
layerId
String layerId
The identifier of the annotation's layer. -
ordinal
int ordinal
The annotation's ordinal position amongst the parent's children. Ordinal is 1-based - i.e. the first child has ordinal = 1. -
ordinalMinima
HashMap<String,Integer> ordinalMinima
The minimum ordinals for each child layer, used for when a fragment includes only some of the children of a parent (otherwise their child ordinals would be forced to start at 1). -
parentId
String parentId
The annotation's parent annotation ID, if any. -
startId
String startId
ID of the annotation's start anchor.
-
-
-
Class nzilbb.ag.AnnotationChain extends LinkedHashSet<Annotation> implements Serializable
-
Class nzilbb.ag.Graph extends Annotation implements Serializable
-
Serialized Fields
-
annotationsById
LinkedHashMap<String,Annotation> annotationsById
Map of annotations (graph edges) keyed by id. -
indicesByLayer
HashMap<String,HashMap<Integer,Set<Annotation>>> indicesByLayer
-
lastAddedAnchorId
String lastAddedAnchorId
The ID of the end anchor of the last annotation added usingGraph.addAnnotation(Annotation)
, or the last anchor added usingGraph.addAnchor(Anchor)
. -
lastId
long lastId
New ID seed. -
mediaProvider
GraphMediaProvider mediaProvider
An optional provider for media associated with the graph. -
offsetGranularity
Double offsetGranularity
Granularity of offsets - e.g. 0.001 if Anchor offsets are always set to the the nearest millisecond, or null for no particular granularity. -
offsetIndex
HashMap<Double,LinkedHashSet<Anchor>> offsetIndex
-
offsetUnits
String offsetUnits
The units for anchor offsets - e.g. "s" for seconds, "char" for characters, etc. Preferably the value should be one of the Constants.UNIT_... constants. The default value isConstants.UNIT_SECONDS
. -
orphans
HashMap<String,LinkedHashSet<Annotation>> orphans
-
schema
Schema schema
The layer definitions and their interrelations.- See Also:
Graph.getSchema()
,Graph.setSchema(Schema)
-
timers
Timers timers
Timers for debugging and optimization.- See Also:
Graph.getTimers()
,Graph.setTimers(Timers)
-
unknownEndAnchor
HashMap<String,Vector<Annotation>> unknownEndAnchor
-
unknownStartAnchor
HashMap<String,Vector<Annotation>> unknownStartAnchor
-
-
-
Class nzilbb.ag.GraphNotFoundException extends Exception implements Serializable
-
Serialized Fields
-
id
String id
ID of the graph.
-
-
-
Class nzilbb.ag.Layer extends TrackedMap implements Serializable
-
Serialized Fields
-
alignment
int alignment
The layer's alignment - 0 for none, 1 for point alignment, 2 for interval alignment. -
category
String category
Category for the layer, if any.- See Also:
Layer.getCategory()
,Layer.setCategory(String)
-
children
LinkedHashMap<String,Layer> children
Child layers. -
description
String description
The description of the layer. -
parent
Layer parent
The layer's parent layer, if any.- See Also:
Layer.getParent()
,Layer.setParent(Layer)
-
parentId
String parentId
The layer's parent layer id. -
parentIncludes
boolean parentIncludes
Whether the parent t-includes the child. Defaults totrue
. -
peers
boolean peers
Whether children on this layer have peers or not. Defaults totrue
-
peersOverlap
boolean peersOverlap
Whether child peers can overlap or not. Defaults totrue
. -
saturated
boolean saturated
Whether children on this layer must temporally fill the entire parent duration (true) or not (false). Defaults totrue
-
type
String type
The type for labels on this layer.Either a MIME type, or one of:
-
validLabels
LinkedHashMap<String,String> validLabels
List of valid label values for this layer, or null if the layer values are not restricted.The 'key' is the possible label value, and each key is associated with a description of the value (e.g. for displaying to users).
-
-
-
Class nzilbb.ag.PermissionException extends Exception implements Serializable
-
Serialized Fields
-
user
String user
The user ID that doesn't have permission, if available.
-
-
-
Class nzilbb.ag.StoreException extends Exception implements Serializable
-
Class nzilbb.ag.TrackedMap extends LinkedHashMap<String,Object> implements Serializable
-
Serialized Fields
-
annotator
String annotator
Name of the person or system that created or changed this entity. -
confidence
Integer confidence
Confidence rating.By convention, this is a value between 0 and 100 (inclusive), 0 meaning "no confidence and all" (e.g. a default value computed by interpolation), 100 meaning "full confidence" (e.g. values set by a human annotator), and intermediate values conveying different degrees of confidence (e.g. 50 for values obtained by automatic annotation).
-
id
String id
The object's identifier. -
tracker
ChangeTracker tracker
Object that tracks all changes to this object. -
when
Date when
Date/time this entity was created or changed.- See Also:
TrackedMap.getWhen()
,TrackedMap.setWhen(Date)
-
-
-
Class nzilbb.ag.TransformationException extends Exception implements Serializable
-
Serialized Fields
-
transformer
GraphTransformer transformer
The transformer rasing the exception.
-
-
-
-
Package nzilbb.ag.automation
-
Class nzilbb.ag.automation.DictionaryException extends Exception implements Serializable
-
Serialized Fields
-
dictionary
Dictionary dictionary
The dictionary.- See Also:
DictionaryException.getDictionary()
-
-
-
Class nzilbb.ag.automation.DictionaryReadOnlyException extends DictionaryException implements Serializable
-
Class nzilbb.ag.automation.InvalidConfigurationException extends TransformationException implements Serializable
-
-
Package nzilbb.ag.automation.example.theworks
-
Class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary extends TreeMap<String,Integer> implements Serializable
-
Serialized Fields
-
annotator
Annotator annotator
The TheWorksExample annotator that created this dictionary.- See Also:
TheWorksExampleDictionary.getAnnotator()
-
-
-
-
Package nzilbb.ag.automation.util
-
Class nzilbb.ag.automation.util.RequestException extends Exception implements Serializable
-
Serialized Fields
-
httpStatus
int httpStatus
The HTTP status code to return.- See Also:
RequestException.getHttpStatus()
-
method
String method
The request method.- See Also:
RequestException.getMethod()
-
uri
URI uri
The request URI.- See Also:
RequestException.getUri()
-
-
-
-
Package nzilbb.ag.ql
-
Class nzilbb.ag.ql.AGQLException extends StoreException implements Serializable
-
-
Package nzilbb.ag.serialize
-
Class nzilbb.ag.serialize.SerializationException extends Exception implements Serializable
-
Serialized Fields
-
errors
LinkedHashMap<SerializationException.ErrorType,String> errors
Collection of fatal errors that occurred during deserialization. The key is the error type, and the value is a displayable description of the error.
-
-
-
Class nzilbb.ag.serialize.SerializationParametersMissingException extends Exception implements Serializable
-
Class nzilbb.ag.serialize.SerializerNotConfiguredException extends Exception implements Serializable
-
-
Package nzilbb.ag.util
-
Class nzilbb.ag.util.AnnotationsByAnchor extends TreeSet<Annotation> implements Serializable
-
Class nzilbb.ag.util.PeerAnnotationsByAnchor extends Vector<Annotation> implements Serializable
-
-
Package nzilbb.configure
-
Class nzilbb.configure.ParameterSet extends LinkedHashMap<String,Parameter> implements Serializable
-
-
Package nzilbb.converter
-
Class nzilbb.converter.Converter extends GuiProgram implements Serializable
- serialVersionUID:
- -1L
-
Serialized Fields
-
batchMode
Boolean batchMode
Whether to start processing immediately (true) or wait until the user presses "Convert" (false). -
btnAdd
JButton btnAdd
-
btnConvert
JButton btnConvert
-
btnRemove
JButton btnRemove
-
errors
Vector<String> errors
Errors preventing conversion, for reporting to the user. -
files
JList<File> files
-
help
Boolean help
Display help info about available serialization parameters.- See Also:
Converter.getHelp()
,Converter.setHelp(Boolean)
-
info
String info
General information about the converter, for displaying to the user with the --help info -
licenseName
String licenseName
License Name -
licenseUrl
String licenseUrl
License URL -
progress
JProgressBar progress
-
sourceUrl
String sourceUrl
Source code URL -
verbose
Boolean verbose
Whether detailed verbose output is printed or not. -
warnings
Vector<String> warnings
Warnings during conversion, for reporting to the user.
-
-
-
Package nzilbb.media
-
Class nzilbb.media.MediaException extends Exception implements Serializable
-
-
Package nzilbb.util
-
Class nzilbb.util.CircularDependencyException extends Exception implements Serializable
-
Serialized Fields
-
node
DependencyNode node
The node with the circular dependency.- See Also:
CircularDependencyException.getNode()
-
-
-
Class nzilbb.util.GuiProgram extends JApplet implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
arguments
Vector<String> arguments
Arguments passed in on the command line. i.e. command line arguments that don't start with '--'. Command-line arguments that start with '--' are interpreted as switches, which set bean attributes. -
extraSwitches
Map<String,String> extraSwitches
Extra switches (arguments starting with '--') that weren't processed. Derived classes should set this if they implement their own ad-hoc switches. -
frame_
JFrame frame_
The window in which the application runs if invoked from the command-line or via JNLP- See Also:
GuiProgram.sDefaultWindowTitle
,GuiProgram.iDefaultHeight
,GuiProgram.iDefaultWidth
-
iDefaultHeight
int iDefaultHeight
Default height of the application. -
iDefaultWidth
int iDefaultWidth
Default width of the application. -
sDefaultWindowTitle
String sDefaultWindowTitle
Default title for the application window. -
usage
Boolean usage
Whether or not to display usage information -
v
String v
Version information.- See Also:
GuiProgram.getV()
,GuiProgram.setV(String)
-
version
Boolean version
Print version information.
-
-