A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes All Packages

A

accept(Change) - Method in class nzilbb.ag.ChangeTracker
Register a TrackedMap object Change.
add(String, String) - Method in interface nzilbb.ag.automation.Dictionary
Adds an entry to the dictionary.
add(String, String) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Adds a entry to the dictionary.
add(String, String, String) - Method in interface nzilbb.ag.automation.Dictionary
Adds a word to the dictionary with a given reference.
add(String, String, String) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Adds a entry to the dictionary with a given reference.
add(DependencyNode<C>) - Method in class nzilbb.util.DependencyGraph
Adds the given node to the graph.
addAnchor(Anchor) - Method in class nzilbb.ag.Graph
Adds an anchor to the graph.
addAnnotation(Anchor, Anchor, String, String, Annotation) - Method in class nzilbb.ag.Graph
addAnnotation(Annotation) - Method in class nzilbb.ag.Annotation
Add a child annotation.
addAnnotation(Annotation) - Method in class nzilbb.ag.Graph
Adds an annotation to the graph.
AddARPAbetDefinitions(List<Map<String, Object>>) - Static method in class nzilbb.encoding.ValidLabelsDefinitions
Add standard ARPAbet-phoneme label definitions to the given map.
addDestinationResult(String, String) - Method in class nzilbb.ag.util.ConventionTransformer
Add a destination result to ConventionTransformer.destinationResults.
AddDISCDefinitions(List<Map<String, Object>>) - Static method in class nzilbb.encoding.ValidLabelsDefinitions
Add standard DISC-phoneme label definitions to the given map.
addError(SerializationException.ErrorType, String) - Method in exception nzilbb.ag.serialize.SerializationException
Adds an error.
addExtraJsonAttributes(JsonObjectBuilder) - Method in class nzilbb.ag.Annotation
CloneableBean methods that adds child annotations, if there are any.
addExtraJsonAttributes(JsonObjectBuilder) - Method in class nzilbb.ag.TrackedMap
CloneableBean methods that adds non-transient map attributes to JSON object (i.e.
addExtraJsonAttributes(JsonObjectBuilder) - Method in interface nzilbb.util.CloneableBean
Called at the end of the default implementation of CloneableBean.toJson(), this method allows implementors to add any extra properties required to the JsonObjectBuilder before it's built.
AddIPADefinitions(List<Map<String, Object>>, List<String>) - Static method in class nzilbb.encoding.ValidLabelsDefinitions
Add given labels, which are assumed to be IPA, to the given map.
addLayer(Layer) - Method in class nzilbb.ag.Graph
Adds a layer definition.
addLayer(Layer) - Method in class nzilbb.ag.Schema
Adds a layer.
addLayerId(String) - Method in class nzilbb.ag.util.UtteranceParallelizer
Add a layerId to layerIds for parallelization.
addListener(Consumer<Change>) - Method in class nzilbb.ag.ChangeTracker
Add another consumer to also receive the changes.
AddMausSAMPADefinitions(List<Map<String, Object>>) - Static method in class nzilbb.encoding.ValidLabelsDefinitions
Add standard MAUS SAMPA-phoneme label definitions to the given map.
addParameter(Parameter) - Method in class nzilbb.configure.ParameterSet
Adds a parameter to the set.
addParameters(Object) - Method in class nzilbb.configure.ParameterSet
Adds parameters to this set which correspond to any fields of the class of the given object annotated as ParameterFields.
addPossibleValue(Object) - Method in class nzilbb.configure.Parameter
Add a value to Parameter.possibleValues.
AddSAMPADefinitions(List<Map<String, Object>>) - Static method in class nzilbb.encoding.ValidLabelsDefinitions
Add standard SAMPA-phoneme label definitions to the given map.
addSpan(Annotation, Annotation, String, String) - Method in class nzilbb.ag.Graph
addSpan(Annotation, Annotation, String, String, Annotation) - Method in class nzilbb.ag.Graph
addTag(Annotation, String, String) - Method in class nzilbb.ag.Graph
AddXSAMPADefinitions(List<Map<String, Object>>) - Static method in class nzilbb.encoding.ValidLabelsDefinitions
Add standard X-SAMPA-phoneme label definitions to the given map.
aggregateEntries(String) - Method in interface nzilbb.ag.automation.Dictionary
Returns an aggregrate of all values of all keys in the dictionary.
aggregateEntries(String) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Returns an aggregrate of all values of all entries in the dictionary.
aggregateKeys(String) - Method in interface nzilbb.ag.automation.Dictionary
Returns an aggregrate of all keyss in the dictionary.
aggregateKeys(String) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Returns an aggregrate of all entries (i.e.
aggregateMatchingAnnotations(String, String) - Method in interface nzilbb.ag.GraphStoreQuery
Identifies a list of annotations that match a particular pattern, and aggregates their labels.
AGQLBaseListener - Class in nzilbb.ag.ql
This class provides an empty implementation of AGQLListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
AGQLBaseListener() - Constructor for class nzilbb.ag.ql.AGQLBaseListener
 
AGQLException - Exception in nzilbb.ag.ql
Exception thrown when an AGQL expression is invalid.
AGQLException() - Constructor for exception nzilbb.ag.ql.AGQLException
Default constructor.
AGQLException(String) - Constructor for exception nzilbb.ag.ql.AGQLException
Constructor with message.
AGQLException(String, List<String>) - Constructor for exception nzilbb.ag.ql.AGQLException
Constructor.
agqlExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
AgqlExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.AgqlExpressionContext
 
AGQLLexer - Class in nzilbb.ag.ql
 
AGQLLexer(CharStream) - Constructor for class nzilbb.ag.ql.AGQLLexer
 
AGQLListener - Interface in nzilbb.ag.ql
This interface defines a complete listener for a parse tree produced by AGQLParser.
AGQLParser - Class in nzilbb.ag.ql
 
AGQLParser(TokenStream) - Constructor for class nzilbb.ag.ql.AGQLParser
 
AGQLParser.AgqlExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.AllMethodCallContext - Class in nzilbb.ag.ql
 
AGQLParser.AnchorConfidenceExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.AnchorConfidenceOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.AnchorExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.AnchorIdExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.AnchorIdOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.AnchorOffsetExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.AnchorOffsetOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.AnnotationExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.AnnotationListExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.AnnotatorExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.AnnotatorOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.AnnotatorsMethodCallContext - Class in nzilbb.ag.ql
 
AGQLParser.AscendingOrderExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.AtomContext - Class in nzilbb.ag.ql
 
AGQLParser.AtomListExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.AtomOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.BarePredicateContext - Class in nzilbb.ag.ql
 
AGQLParser.BooleanExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.CoalesceAnchorConfidenceOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.CoalesceAnchorIdOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.CoalesceAnchorOffsetOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.CoalesceAnnotatorOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.CoalesceAtomOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.CoalesceConfidenceOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.CoalesceExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.CoalesceGraphIdOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.CoalesceIdOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.CoalesceLabelOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.CoalesceLayerOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.CoalesceListLengthOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.CoalesceOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.CoalesceOrdinalOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.CoalesceParameterContext - Class in nzilbb.ag.ql
 
AGQLParser.CoalesceParentIdOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.CoalesceWhenOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.ComparisonOperatorContext - Class in nzilbb.ag.ql
 
AGQLParser.ComparisonPredicateContext - Class in nzilbb.ag.ql
 
AGQLParser.CompositeExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.ConfidenceExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.ConfidenceOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.DescendingOrderExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.FirstAtomContext - Class in nzilbb.ag.ql
 
AGQLParser.FirstMethodCallContext - Class in nzilbb.ag.ql
 
AGQLParser.GraphIdExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.GraphIdOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.IdentifierAtomContext - Class in nzilbb.ag.ql
 
AGQLParser.IdExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.IdOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.IncludesAnyExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.IncludesAnyPredicateContext - Class in nzilbb.ag.ql
 
AGQLParser.IncludesExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.IncludesPredicateContext - Class in nzilbb.ag.ql
 
AGQLParser.LabelExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.LabelOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.LabelsMethodCallContext - Class in nzilbb.ag.ql
 
AGQLParser.LayerExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.LayerOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.ListExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.ListLengthExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.ListLengthOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.LiteralAtomContext - Class in nzilbb.ag.ql
 
AGQLParser.LiteralContext - Class in nzilbb.ag.ql
 
AGQLParser.LogicalOperatorContext - Class in nzilbb.ag.ql
 
AGQLParser.NextExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.OperandContext - Class in nzilbb.ag.ql
 
AGQLParser.OrderExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.OrderListExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.OrdinalExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.OrdinalOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.ParentExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.ParentIdExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.ParentIdOperandContext - Class in nzilbb.ag.ql
 
AGQLParser.PatterMatchPredicateContext - Class in nzilbb.ag.ql
 
AGQLParser.PatternMatchExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.PredicateContext - Class in nzilbb.ag.ql
 
AGQLParser.PredicateExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.PreviousExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.StringLiteralContext - Class in nzilbb.ag.ql
 
AGQLParser.SubsequentAtomContext - Class in nzilbb.ag.ql
 
AGQLParser.ValueListExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.WhenExpressionContext - Class in nzilbb.ag.ql
 
AGQLParser.WhenOperandContext - Class in nzilbb.ag.ql
 
Alignment - nzilbb.ag.serialize.SerializationException.ErrorType
 
ALIGNMENT_INSTANT - Static variable in class nzilbb.ag.Constants
Layer.getAlignment() value - instant alignment (1).
ALIGNMENT_INTERVAL - Static variable in class nzilbb.ag.Constants
Layer.getAlignment() value - interval alignment (2).
ALIGNMENT_NONE - Static variable in class nzilbb.ag.Constants
Layer.getAlignment() value - no alignment (0).
all(String) - Method in class nzilbb.ag.Annotation
Gets a list of related annotations on the given layer.
all(String) - Method in class nzilbb.ag.Graph
Gets a list of related annotations on the given layer.
ALL - Static variable in class nzilbb.ag.ql.AGQLLexer
 
ALL - Static variable in class nzilbb.ag.ql.AGQLParser
 
ALL() - Method in class nzilbb.ag.ql.AGQLParser.AllMethodCallContext
 
allMethodCall() - Method in class nzilbb.ag.ql.AGQLParser
 
allMethodCall() - Method in class nzilbb.ag.ql.AGQLParser.AnnotationListExpressionContext
 
AllMethodCallContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.AllMethodCallContext
 
alpha2(String) - Method in class nzilbb.util.ISO639
Gets the alpha 2 code of a language, given some language identifier.
alpha2Codes() - Method in class nzilbb.util.ISO639
Provides a list of all known alpha-2 codes.
alpha2FromAlpha3(String) - Method in class nzilbb.util.ISO639
Gets the alpha 2 code of a language, given its alpha-3 code.
alpha2FromName(String) - Method in class nzilbb.util.ISO639
Gets the alpha 2 code of a language, given its name.
alpha3(String) - Method in class nzilbb.util.ISO639
Gets the alpha 3 code of a language, given some language identifier.
alpha3Codes() - Method in class nzilbb.util.ISO639
Provides a list of all known alpha-3 codes.
alpha3FromAlpha2(String) - Method in class nzilbb.util.ISO639
Gets the alpha 3 code of a language, given its alpha-2 code.
alpha3FromName(String) - Method in class nzilbb.util.ISO639
Gets the alpha 3 code of a language, given its name.
Anchor - Class in nzilbb.ag
Annotation graph anchor - a node of the graph.
Anchor() - Constructor for class nzilbb.ag.Anchor
Default constructor.
Anchor(String, Double) - Constructor for class nzilbb.ag.Anchor
Basic constructor.
Anchor(String, Double, Integer) - Constructor for class nzilbb.ag.Anchor
Constructor with confidence.
Anchor(JsonObject) - Constructor for class nzilbb.ag.Anchor
JSON constructor.
Anchor(Anchor) - Constructor for class nzilbb.ag.Anchor
Copy constructor.
AnchorChain - Class in nzilbb.ag
Chain of anchors joined by annotations.
AnchorChain() - Constructor for class nzilbb.ag.AnchorChain
Default constructor.
AnchorComparatorWithStructure - Class in nzilbb.ag.util
Anchor comparator that uses primarily offset, but when offset is null, uses the structure of the graph to compare anchors.
AnchorComparatorWithStructure() - Constructor for class nzilbb.ag.util.AnchorComparatorWithStructure
Default constructor.
anchorConfidenceExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
anchorConfidenceExpression() - Method in class nzilbb.ag.ql.AGQLParser.AnchorConfidenceOperandContext
 
anchorConfidenceExpression() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceAnchorConfidenceOperandContext
 
AnchorConfidenceExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.AnchorConfidenceExpressionContext
 
AnchorConfidenceOperandContext(AGQLParser.OperandContext) - Constructor for class nzilbb.ag.ql.AGQLParser.AnchorConfidenceOperandContext
 
anchorExpression() - Method in class nzilbb.ag.ql.AGQLParser.AnchorConfidenceExpressionContext
 
anchorExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
anchorExpression() - Method in class nzilbb.ag.ql.AGQLParser.AnchorIdExpressionContext
 
anchorExpression() - Method in class nzilbb.ag.ql.AGQLParser.AnchorOffsetExpressionContext
 
AnchorExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.AnchorExpressionContext
 
anchorIdExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
anchorIdExpression() - Method in class nzilbb.ag.ql.AGQLParser.AnchorIdOperandContext
 
anchorIdExpression() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceAnchorIdOperandContext
 
AnchorIdExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.AnchorIdExpressionContext
 
AnchorIdOperandContext(AGQLParser.OperandContext) - Constructor for class nzilbb.ag.ql.AGQLParser.AnchorIdOperandContext
 
anchorOffsetExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
anchorOffsetExpression() - Method in class nzilbb.ag.ql.AGQLParser.AnchorOffsetOperandContext
 
anchorOffsetExpression() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceAnchorOffsetOperandContext
 
AnchorOffsetExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.AnchorOffsetExpressionContext
 
AnchorOffsetOperandContext(AGQLParser.OperandContext) - Constructor for class nzilbb.ag.ql.AGQLParser.AnchorOffsetOperandContext
 
AND - Static variable in class nzilbb.ag.ql.AGQLLexer
 
AND - Static variable in class nzilbb.ag.ql.AGQLParser
 
AND() - Method in class nzilbb.ag.ql.AGQLParser.LogicalOperatorContext
 
annotate(Graph[]) - Method in class nzilbb.ag.automation.util.Annotate
Annotate the given graph.
Annotate - Class in nzilbb.ag.automation.util
Command-line utility for running a given annotator on a given set of transcript files.
Annotate() - Constructor for class nzilbb.ag.automation.util.Annotate
Default constructor.
Annotation - Class in nzilbb.ag
Annotation graph annotation - an edge of the graph.
Annotation() - Constructor for class nzilbb.ag.Annotation
Default constructor
Annotation(String, String, String) - Constructor for class nzilbb.ag.Annotation
Basic constructor.
Annotation(String, String, String, String) - Constructor for class nzilbb.ag.Annotation
Basic constructor including parent id.
Annotation(String, String, String, String, String) - Constructor for class nzilbb.ag.Annotation
Basic constructor including anchor ids.
Annotation(String, String, String, String, String, String) - Constructor for class nzilbb.ag.Annotation
Basic constructor including anchor and parent ids.
Annotation(String, String, String, String, String, String, int) - Constructor for class nzilbb.ag.Annotation
Basic constructor including anchor and parent ids and ordinal.
Annotation(String, String, String, String, String, String, int, Integer) - Constructor for class nzilbb.ag.Annotation
Basic constructor including anchor and parent ids and ordinal and confidence.
Annotation(Annotation) - Constructor for class nzilbb.ag.Annotation
Copy constructor.
AnnotationChain - Class in nzilbb.ag
A set of annotations chained together by sharing end/start annotations.
AnnotationChain() - Constructor for class nzilbb.ag.AnnotationChain
Default constructor.
AnnotationChain(double, Anchor, Set<String>) - Constructor for class nzilbb.ag.AnnotationChain
Constructor for chains starting at a given offset and ending at a given anchor, excluding given layers.
AnnotationChain(Set<Annotation>) - Constructor for class nzilbb.ag.AnnotationChain
Copy constructor.
AnnotationChain(Anchor, double, Set<String>) - Constructor for class nzilbb.ag.AnnotationChain
Constructor for startug at a given anchor and ending at a given offset, excluding given layers.
AnnotationChain(Anchor, Anchor) - Constructor for class nzilbb.ag.AnnotationChain
Constructor for a chain between two anchors.
AnnotationChain(Anchor, Anchor, int) - Constructor for class nzilbb.ag.AnnotationChain
Constructor for a chain between two anchors, with a given maximum length; if the given anchors are linked, but the chain includes more annotations that specified by maxLength, the resulting chain will be empty.
AnnotationChain(Anchor, Anchor, Set<String>) - Constructor for class nzilbb.ag.AnnotationChain
Constructor for a chain between two anchors, excluding given layers.
AnnotationComparatorByAnchor - Class in nzilbb.ag.util
Comparator that compares annotations by anchor offset, ordering start earliest, then end latest, then lowest ordinal first, then highest ID first.
AnnotationComparatorByAnchor() - Constructor for class nzilbb.ag.util.AnnotationComparatorByAnchor
Default constructor
AnnotationComparatorByDistance - Class in nzilbb.ag.util
Comparator that compares annotations by distance from a given annotation.
AnnotationComparatorByDistance(Annotation) - Constructor for class nzilbb.ag.util.AnnotationComparatorByDistance
Constructor
AnnotationComparatorByOrdinal - Class in nzilbb.ag.util
Comparator that compares annotations by ordinal if they share a parent.
AnnotationComparatorByOrdinal() - Constructor for class nzilbb.ag.util.AnnotationComparatorByOrdinal
Default constructor
annotationExpression() - Method in class nzilbb.ag.ql.AGQLParser.AllMethodCallContext
 
annotationExpression() - Method in class nzilbb.ag.ql.AGQLParser.AnchorExpressionContext
 
annotationExpression() - Method in class nzilbb.ag.ql.AGQLParser.AnchorIdExpressionContext
 
annotationExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
annotationExpression() - Method in class nzilbb.ag.ql.AGQLParser.AnnotatorExpressionContext
 
annotationExpression() - Method in class nzilbb.ag.ql.AGQLParser.AnnotatorsMethodCallContext
 
annotationExpression() - Method in class nzilbb.ag.ql.AGQLParser.ConfidenceExpressionContext
 
annotationExpression() - Method in class nzilbb.ag.ql.AGQLParser.IdExpressionContext
 
annotationExpression() - Method in class nzilbb.ag.ql.AGQLParser.LabelExpressionContext
 
annotationExpression() - Method in class nzilbb.ag.ql.AGQLParser.LabelsMethodCallContext
 
annotationExpression() - Method in class nzilbb.ag.ql.AGQLParser.LayerExpressionContext
 
annotationExpression() - Method in class nzilbb.ag.ql.AGQLParser.OrdinalExpressionContext
 
annotationExpression() - Method in class nzilbb.ag.ql.AGQLParser.ParentIdExpressionContext
 
annotationExpression() - Method in class nzilbb.ag.ql.AGQLParser.WhenExpressionContext
 
AnnotationExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.AnnotationExpressionContext
 
annotationListExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
annotationListExpression() - Method in class nzilbb.ag.ql.AGQLParser.ListExpressionContext
 
AnnotationListExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.AnnotationListExpressionContext
 
annotations(String) - Method in class nzilbb.ag.Annotation
Access the child annotations on a given layer, as an array (for environments that deal better with arrays than collections).
AnnotationsByAnchor - Class in nzilbb.ag.util
Convenience class implementing a set of annotations ordered by anchor (using AnnotationComparatorByAnchor).
AnnotationsByAnchor() - Constructor for class nzilbb.ag.util.AnnotationsByAnchor
Default constructor.
AnnotationsByAnchor(Collection<Annotation>) - Constructor for class nzilbb.ag.util.AnnotationsByAnchor
Constructor from a collection of Annotations.
AnnotationsByAnchor(Annotation[]) - Constructor for class nzilbb.ag.util.AnnotationsByAnchor
Constructor from an array of Annotations.
annotationTo(Anchor) - Method in class nzilbb.ag.Anchor
Finds an annotation for which this is the start anchor and the given anchor is the end anchor.
annotationTo(Anchor, String) - Method in class nzilbb.ag.Anchor
Finds an annotation for which this is the start anchor and the given anchor is the end anchor, on the given layer
Annotator - Class in nzilbb.ag.automation
Base class for an automated annotation module.
Annotator() - Constructor for class nzilbb.ag.automation.Annotator
 
ANNOTATOR - Static variable in class nzilbb.ag.ql.AGQLLexer
 
ANNOTATOR - Static variable in class nzilbb.ag.ql.AGQLParser
 
ANNOTATOR() - Method in class nzilbb.ag.ql.AGQLParser.AnnotatorExpressionContext
 
AnnotatorDescriptor - Class in nzilbb.ag.automation.util
Provides information about an Annotator implementation, including what resources it provides and requires.
AnnotatorDescriptor() - Constructor for class nzilbb.ag.automation.util.AnnotatorDescriptor
Default constructor.
AnnotatorDescriptor(File) - Constructor for class nzilbb.ag.automation.util.AnnotatorDescriptor
Constructor.
AnnotatorDescriptor(String, ClassLoader) - Constructor for class nzilbb.ag.automation.util.AnnotatorDescriptor
Constructor.
annotatorExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
annotatorExpression() - Method in class nzilbb.ag.ql.AGQLParser.AnnotatorOperandContext
 
annotatorExpression() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceAnnotatorOperandContext
 
AnnotatorExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.AnnotatorExpressionContext
 
AnnotatorOperandContext(AGQLParser.OperandContext) - Constructor for class nzilbb.ag.ql.AGQLParser.AnnotatorOperandContext
 
ANNOTATORS - Static variable in class nzilbb.ag.ql.AGQLLexer
 
ANNOTATORS - Static variable in class nzilbb.ag.ql.AGQLParser
 
ANNOTATORS() - Method in class nzilbb.ag.ql.AGQLParser.AnnotatorsMethodCallContext
 
annotatorsMethodCall() - Method in class nzilbb.ag.ql.AGQLParser
 
annotatorsMethodCall() - Method in class nzilbb.ag.ql.AGQLParser.ValueListExpressionContext
 
AnnotatorsMethodCallContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.AnnotatorsMethodCallContext
 
AnnotatorWebApp - Class in nzilbb.ag.automation.util
Base class for collecting together common functionality of Annatotor web app utilities.
AnnotatorWebApp() - Constructor for class nzilbb.ag.automation.util.AnnotatorWebApp
Constructor
apply(Object) - Method in class nzilbb.configure.Parameter
Sets the value of the attribute named after Parameter.name of the given bean with the parameter's Parameter.value.
apply(Object) - Method in class nzilbb.configure.ParameterSet
Invokes Parameter.apply(Object) for all parameters in the collection.
apply(String) - Method in interface nzilbb.ag.automation.Dictionary
Function method that looks up all entries for the given key.
apply(String) - Method in class nzilbb.encoding.ARPAbet2DISC
Translates a phonemic transcription from the source encoding to the destination encoding.
apply(String) - Method in class nzilbb.encoding.CMU2DISC
Translates a phonemic transcription from the source encoding to the destination encoding.
apply(String) - Method in class nzilbb.encoding.DISC2ARPAbet
Translates a phonemic transcription from the source encoding to the destination encoding.
apply(String) - Method in class nzilbb.encoding.DISC2CMU
Translates a phonemic transcription from the source encoding to the destination encoding.
apply(String) - Method in class nzilbb.encoding.DISC2HTK
Translates a phonemic transcription from the source encoding to the destination encoding.
apply(String) - Method in class nzilbb.encoding.DISC2IPA
Translates a phonemic transcription from the source encoding to the destination encoding.
apply(String) - Method in class nzilbb.encoding.DISC2Kirshenbaum
Translates a phonemic transcription from the source encoding to the destination encoding.
apply(String) - Method in class nzilbb.encoding.DISC2SAMPA
Translates a phonemic transcription from the source encoding to the destination encoding.
apply(String) - Method in class nzilbb.encoding.DISC2Unisyn
Translates a phonemic transcription from the source encoding to the destination encoding.
apply(String) - Method in class nzilbb.encoding.DISC2XSAMPA
Translates a phonemic transcription from the source encoding to the destination encoding.
apply(String) - Method in class nzilbb.encoding.HTK2DISC
Translates a phonemic transcription from the source encoding to the destination encoding.
apply(String) - Method in class nzilbb.encoding.IPA2DISC
Translates a phonemic transcription from the source encoding to the destination encoding.
apply(String) - Method in class nzilbb.encoding.Kirshenbaum2DISC
Translates a phonemic transcription from the source encoding to the destination encoding.
apply(String) - Method in class nzilbb.encoding.PhonemeTranslator
Translates a phonemic transcription from the source encoding to the destination encoding.
apply(String) - Method in class nzilbb.encoding.SAMPA2DISC
Translates a phonemic transcription from the source encoding to the destination encoding.
apply(String) - Method in class nzilbb.encoding.Unisyn2DISC
Translates a phonemic transcription from the source encoding to the destination encoding.
apply(String) - Method in class nzilbb.encoding.XSAMPA2DISC
Translates a phonemic transcription from the source encoding to the destination encoding.
apply(String) - Method in class nzilbb.sql.derby.DerbySQLTranslator
Translate the given statement.
apply(String) - Method in class nzilbb.sql.mysql.MySQLTranslator
Translate the given statement.
apply(String) - Method in class nzilbb.sql.mysql.VanillaSQLTranslator
Translate the given statement.
apply(Graph) - Method in interface nzilbb.ag.GraphTransformer
 
apply(TrackedMap) - Method in class nzilbb.ag.Change
Applies the change to the object.
applyChangesFromFragment(Graph, Set<String>) - Method in class nzilbb.ag.Graph
Applies tracked changes made in the given graph/fragment to this graph.
arg(String) - Method in class nzilbb.util.Execution
Builder-style method for adding an argument to Execution.arguments.
arguments() - Method in annotation type nzilbb.util.ProgramDescription
Arguments to show in usage information.
ARPAbet2DISC - Class in nzilbb.encoding
Translates ARPAbet-encoded phonemic transcriptions like T R AE2 N S K R IH1 P SH AX0 N to CELEX-DISC-encoded transcriptions like tr{nskrIpS@n.
ARPAbet2DISC() - Constructor for class nzilbb.encoding.ARPAbet2DISC
Default constructor.
ARPAbet2DISCComparator<E> - Class in nzilbb.encoding.comparator
Comparator that maps a ARPAbet-encoded series to an DISC-encoded series.
ARPAbet2DISCComparator() - Constructor for class nzilbb.encoding.comparator.ARPAbet2DISCComparator
 
ASC - Static variable in class nzilbb.ag.ql.AGQLLexer
 
ASC - Static variable in class nzilbb.ag.ql.AGQLParser
 
ASC() - Method in class nzilbb.ag.ql.AGQLParser.AscendingOrderExpressionContext
 
AscendingOrderExpressionContext(AGQLParser.OrderExpressionContext) - Constructor for class nzilbb.ag.ql.AGQLParser.AscendingOrderExpressionContext
 
assignWordsToUtterances() - Method in class nzilbb.ag.Graph
Convenience function that links each utterance to the words contained in it, via the "@words" attribute.
atom() - Method in class nzilbb.ag.ql.AGQLParser
 
atom() - Method in class nzilbb.ag.ql.AGQLParser.AtomOperandContext
 
atom() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceAtomOperandContext
 
atom() - Method in class nzilbb.ag.ql.AGQLParser.FirstAtomContext
 
atom() - Method in class nzilbb.ag.ql.AGQLParser.SubsequentAtomContext
 
AtomContext() - Constructor for class nzilbb.ag.ql.AGQLParser.AtomContext
 
AtomContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.AtomContext
 
atomListExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
atomListExpression() - Method in class nzilbb.ag.ql.AGQLParser.ListExpressionContext
 
AtomListExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.AtomListExpressionContext
 
AtomOperandContext(AGQLParser.OperandContext) - Constructor for class nzilbb.ag.ql.AGQLParser.AtomOperandContext
 
available() - Method in class nzilbb.media.wav.TruncatingAudioInputStream
 
available() - Method in class nzilbb.util.TempFileInputStream
Overridden to pass through the call to TempFileInputStream.fis

B

Backup(File) - Static method in class nzilbb.util.IO
If the given file exists, it's renamed to a filename with the last modification timestamp included.
BarePredicateContext(AGQLParser.PredicateContext) - Constructor for class nzilbb.ag.ql.AGQLParser.BarePredicateContext
 
Base64Encode(InputStream) - Static method in class nzilbb.util.IO
Encodes the given content as a BASE64-encoded string.
Base64Encode(String) - Static method in class nzilbb.util.IO
Encodes the content of the given url content as a BASE64-encoded string.
Base64Encode(URL) - Static method in class nzilbb.util.IO
Encodes the content of the given url content as a BASE64-encoded string.
booleanExpression() - Method in class nzilbb.ag.ql.AGQLParser.AgqlExpressionContext
 
booleanExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
booleanExpression() - Method in class nzilbb.ag.ql.AGQLParser.CompositeExpressionContext
 
BooleanExpressionContext() - Constructor for class nzilbb.ag.ql.AGQLParser.BooleanExpressionContext
 
BooleanExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.BooleanExpressionContext
 

C

cancel() - Method in class nzilbb.ag.automation.Annotator
Cancels the current operation, if any.
cancel() - Method in interface nzilbb.ag.serialize.GraphSerializer
Cancel the serialization in course (if any).
cancel() - Method in class nzilbb.ag.serialize.json.JSONSerialization
Cancel the serialization in course (if any).
cancel() - Method in interface nzilbb.util.MonitorableTask
Cancels the task.
ChainBackwardUntil(Anchor, List<String>, Predicate<Annotation>, Predicate<Anchor>) - Static method in class nzilbb.ag.AnchorChain
Creates a chain of anchors from the given anchor backwards through the graph, until the given condition is met, preferring paths through the given layer IDs (in order).
ChainForwardUntil(Anchor, List<String>, Predicate<Annotation>, Predicate<Anchor>) - Static method in class nzilbb.ag.AnchorChain
Creates a chain of anchors from the given anchor forwards through the graph, until the given condition is met, preferring paths through the given layer IDs (in order).
Change - Class in nzilbb.ag
Defines a single change to a TrackedMap object.
Change() - Constructor for class nzilbb.ag.Change
Default constructor
Change(Change.Operation, TrackedMap) - Constructor for class nzilbb.ag.Change
Change Operation constructor
Change(Change.Operation, TrackedMap, String, Object, Object) - Constructor for class nzilbb.ag.Change
Key/value constructor
CHANGE - nzilbb.editpath.EditStep.StepOperation
 
Change.Operation - Enum in nzilbb.ag
The change operation on a given object - i.e.
changeEndWithRelatedAnnotations(Annotation, Anchor) - Method in class nzilbb.ag.util.Merger
Sets the End Anchor of the given annotation, and also the end anchors of related annotations that end in the same place.
changeEndWithRelatedAnnotations(Annotation, Anchor) - Method in class nzilbb.ag.util.Validator
Sets the End Anchor of the given annotation, and also the end anchors of related annotations that end in the same place.
changeEndWithRelatedAnnotations(Annotation, Anchor, String) - Method in class nzilbb.ag.util.Merger
Sets the End Anchor of the given annotation, and also the end anchors of related annotations that end in the same place.
changeEndWithRelatedAnnotations(Annotation, Anchor, String) - Method in class nzilbb.ag.util.Validator
Sets the End Anchor of the given annotation, and also the end anchors of related annotations that end in the same place.
changeEndWithRelatedAnnotations(Annotation, Anchor, Set<String>) - Method in class nzilbb.ag.util.Merger
Sets the End Anchor of the given annotation, and also the end anchors of related annotations that end in the same place.
changeEndWithRelatedAnnotations(Annotation, Anchor, Set<String>) - Method in class nzilbb.ag.util.Validator
Sets the End Anchor of the given annotation, and also the end anchors of related annotations that end in the same place.
changeStartWithRelatedAnnotations(Annotation, Anchor) - Method in class nzilbb.ag.util.Merger
Sets the Start Anchor of the given annotation, and also the start anchors of related annotations that start in the same place.
changeStartWithRelatedAnnotations(Annotation, Anchor) - Method in class nzilbb.ag.util.Validator
Sets the Start Anchor of the given annotation, and also the start anchors of related annotations that start in the same place.
changeStartWithRelatedAnnotations(Annotation, Anchor, String) - Method in class nzilbb.ag.util.Merger
Sets the Start Anchor of the given annotation, and also the start anchors of related annotations that start in the same place.
changeStartWithRelatedAnnotations(Annotation, Anchor, String) - Method in class nzilbb.ag.util.Validator
Sets the Start Anchor of the given annotation, and also the start anchors of related annotations that start in the same place.
changeStartWithRelatedAnnotations(Annotation, Anchor, Set<String>) - Method in class nzilbb.ag.util.Merger
Sets the StartAnchor of the given annotation, and also the start anchors of related annotations that start in the same place.
changeStartWithRelatedAnnotations(Annotation, Anchor, Set<String>) - Method in class nzilbb.ag.util.Validator
Sets the StartAnchor of the given annotation, and also the start anchors of related annotations that start in the same place.
ChangeTracker - Class in nzilbb.ag
Something that listens for Changes to TrackedMap objects.
ChangeTracker() - Constructor for class nzilbb.ag.ChangeTracker
 
channelNames - Static variable in class nzilbb.ag.ql.AGQLLexer
 
Char2CharComparator<E> - Class in nzilbb.encoding.comparator
Comparator that maps one plain-text series of characters to another.
Char2CharComparator() - Constructor for class nzilbb.encoding.comparator.Char2CharComparator
 
checkForFloatingUtterances(Graph) - Method in class nzilbb.ag.util.Validator
Ensures that all turn and utterance anchors are manual confidence.
CircularDependencyException - Exception in nzilbb.util
Exception thrown when DependencyGraph detects a circular dependency.
CircularDependencyException(DependencyNode) - Constructor for exception nzilbb.util.CircularDependencyException
Default constructor.
clone() - Method in class nzilbb.ag.Change
Make the clone method public.
clone() - Method in class nzilbb.ag.Schema
Override of Object's clone method.
clone() - Method in class nzilbb.ag.TrackedMap
Override of Map's clone method, to copy only tracked attributes plus "id".
CloneableBean - Interface in nzilbb.util
Functions for serializing/deserializing classes that have annotated at least some bean property getters with @ClonedProperty.
ClonedProperty - Annotation Type in nzilbb.util
Annotation for bean getters, to mark the property as one that is copied during object cloning and JSON (de)serialization.
clonePropertiesFrom(CloneableBean, String) - Method in interface nzilbb.util.CloneableBean
Copies the other bean's cloned properties to this bean.
close() - Method in interface nzilbb.ag.automation.Dictionary
Frees any resources reserved by the dictionary
close() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Frees any resources reserved by the dictionary
close() - Method in class nzilbb.media.wav.TruncatingAudioInputStream
 
close() - Method in class nzilbb.util.TempFileInputStream
Overridden to delete the file after closing the stream
CLOSE_PAREN - Static variable in class nzilbb.ag.ql.AGQLLexer
 
CLOSE_PAREN - Static variable in class nzilbb.ag.ql.AGQLParser
 
CLOSE_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.AllMethodCallContext
 
CLOSE_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.AnnotatorsMethodCallContext
 
CLOSE_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.AtomListExpressionContext
 
CLOSE_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceExpressionContext
 
CLOSE_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.FirstMethodCallContext
 
CLOSE_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.IncludesAnyExpressionContext
 
CLOSE_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.IncludesExpressionContext
 
CLOSE_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.LabelsMethodCallContext
 
CLOSE_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.PatternMatchExpressionContext
 
CLOSE_SQUARE_PAREN - Static variable in class nzilbb.ag.ql.AGQLLexer
 
CLOSE_SQUARE_PAREN - Static variable in class nzilbb.ag.ql.AGQLParser
 
CLOSE_SQUARE_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.AtomListExpressionContext
 
CMU2DISC - Class in nzilbb.encoding
Translates CMU-encoded phonemic transcriptions like T R AE2 N S K R IH1 P SH AH0 N to CELEX-DISC-encoded transcriptions like tr{nskrIpSVn.
CMU2DISC() - Constructor for class nzilbb.encoding.CMU2DISC
Default constructor.
COALESCE - Static variable in class nzilbb.ag.ql.AGQLLexer
 
COALESCE - Static variable in class nzilbb.ag.ql.AGQLParser
 
COALESCE() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceExpressionContext
 
CoalesceAnchorConfidenceOperandContext(AGQLParser.CoalesceParameterContext) - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceAnchorConfidenceOperandContext
 
CoalesceAnchorIdOperandContext(AGQLParser.CoalesceParameterContext) - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceAnchorIdOperandContext
 
CoalesceAnchorOffsetOperandContext(AGQLParser.CoalesceParameterContext) - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceAnchorOffsetOperandContext
 
CoalesceAnnotatorOperandContext(AGQLParser.CoalesceParameterContext) - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceAnnotatorOperandContext
 
CoalesceAtomOperandContext(AGQLParser.CoalesceParameterContext) - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceAtomOperandContext
 
CoalesceConfidenceOperandContext(AGQLParser.CoalesceParameterContext) - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceConfidenceOperandContext
 
coalesceExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
coalesceExpression() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceOperandContext
 
CoalesceExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceExpressionContext
 
CoalesceGraphIdOperandContext(AGQLParser.CoalesceParameterContext) - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceGraphIdOperandContext
 
CoalesceIdOperandContext(AGQLParser.CoalesceParameterContext) - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceIdOperandContext
 
CoalesceLabelOperandContext(AGQLParser.CoalesceParameterContext) - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceLabelOperandContext
 
CoalesceLayerOperandContext(AGQLParser.CoalesceParameterContext) - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceLayerOperandContext
 
CoalesceListLengthOperandContext(AGQLParser.CoalesceParameterContext) - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceListLengthOperandContext
 
CoalesceOperandContext(AGQLParser.OperandContext) - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceOperandContext
 
CoalesceOrdinalOperandContext(AGQLParser.CoalesceParameterContext) - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceOrdinalOperandContext
 
coalesceParameter() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceExpressionContext
 
coalesceParameter() - Method in class nzilbb.ag.ql.AGQLParser
 
coalesceParameter(int) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceExpressionContext
 
CoalesceParameterContext() - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceParameterContext
 
CoalesceParameterContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceParameterContext
 
CoalesceParentIdOperandContext(AGQLParser.CoalesceParameterContext) - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceParentIdOperandContext
 
Coalescer - Class in nzilbb.ag.util
'Coalesces' a graph by joining together annotations on a given layer, where the annotations are contiguous, have the same parent, and the same label.
Coalescer() - Constructor for class nzilbb.ag.util.Coalescer
Default constructor.
CoalesceWhenOperandContext(AGQLParser.CoalesceParameterContext) - Constructor for class nzilbb.ag.ql.AGQLParser.CoalesceWhenOperandContext
 
COALESCING - Static variable in class nzilbb.ag.ql.AGQLLexer
 
COALESCING - Static variable in class nzilbb.ag.ql.AGQLParser
 
COALESCING() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceExpressionContext
 
collapse(List<EditStep<T>>) - Method in class nzilbb.editpath.MinimumEditPath
Collapses edit path so that subsequent delete/create steps are collapsed into a single change step, except those that would result in a change more than 3 times more costly than a delete and insert.
collapse(List<EditStep<T>>, boolean) - Method in class nzilbb.editpath.MinimumEditPath
Collapses edit path so that subsequent delete/create steps are collapsed into a single change step.
COMMA - Static variable in class nzilbb.ag.ql.AGQLLexer
 
COMMA - Static variable in class nzilbb.ag.ql.AGQLParser
 
COMMA() - Method in class nzilbb.ag.ql.AGQLParser.AtomListExpressionContext
 
COMMA() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceExpressionContext
 
COMMA() - Method in class nzilbb.ag.ql.AGQLParser.OrderListExpressionContext
 
COMMA(int) - Method in class nzilbb.ag.ql.AGQLParser.AtomListExpressionContext
 
COMMA(int) - Method in class nzilbb.ag.ql.AGQLParser.OrderListExpressionContext
 
CommandLineProgram - Class in nzilbb.util
Base class that standardizes various common functions for utilitiy applications - whether they be run as full applications from the command line or via JNLP or as applets within a browser.
CommandLineProgram() - Constructor for class nzilbb.util.CommandLineProgram
Constructor
COMMENT - Static variable in class nzilbb.ag.Constants
Standardized attribute name (key) for a comment.
commit() - Method in class nzilbb.ag.Graph
Commits graphs's changes, if any.
comparator() - Method in class nzilbb.ag.AnnotationChain
 
compare(E, E) - Method in class nzilbb.encoding.comparator.ARPAbet2DISCComparator
Compares two sequence elements, and evaluates the distance between them.
compare(E, E) - Method in class nzilbb.encoding.comparator.Char2CharComparator
Compares two sequence elements, and evaluates the distance between them.
compare(E, E) - Method in class nzilbb.encoding.comparator.DISC2ARPAbetComparator
Compares two sequence elements, and evaluates the distance between them.
compare(E, E) - Method in class nzilbb.encoding.comparator.DISC2DISCComparator
Compares two sequence elements, and evaluates the distance between them.
compare(E, E) - Method in class nzilbb.encoding.comparator.DISC2IPAComparator
Compares two sequence elements, and evaluates the distance between them.
compare(E, E) - Method in class nzilbb.encoding.comparator.IPA2DISCComparator
Compares two sequence elements, and evaluates the distance between them.
compare(E, E) - Method in class nzilbb.encoding.comparator.IPA2IPAComparator
Compares two sequence elements, and evaluates the distance between them.
compare(E, E) - Method in class nzilbb.encoding.comparator.Orthography2ARPAbetComparator
Compares two sequence elements, and evaluates the distance between them.
compare(E, E) - Method in class nzilbb.encoding.comparator.Orthography2DISCComparator
Compares two sequence elements, and evaluates the distance between them.
compare(E, E) - Method in class nzilbb.encoding.comparator.Orthography2OrthographyComparator
Compares two sequence elements, and evaluates the distance between them.
compare(String, String) - Method in class nzilbb.util.SemanticVersionComparator
Compares its two arguments for order.
compare(Anchor, Anchor) - Method in class nzilbb.ag.util.AnchorComparatorWithStructure
 
compare(Annotation, Annotation) - Method in class nzilbb.ag.util.AnnotationComparatorByAnchor
 
compare(Annotation, Annotation) - Method in class nzilbb.ag.util.AnnotationComparatorByDistance
 
compare(Annotation, Annotation) - Method in class nzilbb.ag.util.AnnotationComparatorByOrdinal
 
compare(T, T) - Method in class nzilbb.editpath.DefaultEditComparator
EditComparator method: Compares two sequence elements, and evaluates the distance between them.
compare(T, T) - Method in interface nzilbb.editpath.EditComparator
Compares two sequence elements, and evaluates the distance between them.
compare(T, T) - Method in class nzilbb.editpath.EqualsComparator
Compares two objects for equality only.
compareOffsets(double, double) - Method in class nzilbb.ag.Graph
Compares two offsets, taking Graph.getOffsetGranularity() into account.
compareTo(Object) - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
If two descriptors have different annotator IDs, comparison is by annotator ID.
compareTo(Anchor) - Method in class nzilbb.ag.Anchor
Compares two anchors.
compareTo(Annotation) - Method in class nzilbb.ag.Annotation
Compare two annotations.
comparisonOperator() - Method in class nzilbb.ag.ql.AGQLParser
 
comparisonOperator() - Method in class nzilbb.ag.ql.AGQLParser.ComparisonPredicateContext
 
ComparisonOperatorContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.ComparisonOperatorContext
 
ComparisonPredicateContext(AGQLParser.PredicateContext) - Constructor for class nzilbb.ag.ql.AGQLParser.ComparisonPredicateContext
 
CompositeExpressionContext(AGQLParser.BooleanExpressionContext) - Constructor for class nzilbb.ag.ql.AGQLParser.CompositeExpressionContext
 
compulsory() - Method in annotation type nzilbb.util.Switch
Whether or not the switch is compulsory.
CONFIDENCE - Static variable in class nzilbb.ag.ql.AGQLLexer
 
CONFIDENCE - Static variable in class nzilbb.ag.ql.AGQLParser
 
CONFIDENCE() - Method in class nzilbb.ag.ql.AGQLParser.AnchorConfidenceExpressionContext
 
CONFIDENCE() - Method in class nzilbb.ag.ql.AGQLParser.ConfidenceExpressionContext
 
CONFIDENCE_AUTOMATIC - Static variable in class nzilbb.ag.Constants
Standardized possible value for anchor offset or annotation label confidence - high confidence computed (value is 50).
CONFIDENCE_DEFAULT - Static variable in class nzilbb.ag.Constants
Standardized possible value for anchor offset or annotation label confidence - low confidence computed (value is 10).
CONFIDENCE_MANUAL - Static variable in class nzilbb.ag.Constants
Standardized possible value for anchor offset or annotation label confidence - highest confidence, as was set by a human annotator (value is 100).
CONFIDENCE_NONE - Static variable in class nzilbb.ag.Constants
Standardized possible value for anchor offset or annotation label confidence - no confidence (value is 0).
CONFIDENCE_UNKNOWN - Static variable in class nzilbb.ag.Constants
Standardized possible value for anchor offset or annotation label confidence - confidence unknown (value is 25).
confidenceExpression() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceConfidenceOperandContext
 
confidenceExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
confidenceExpression() - Method in class nzilbb.ag.ql.AGQLParser.ConfidenceOperandContext
 
ConfidenceExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.ConfidenceExpressionContext
 
ConfidenceOperandContext(AGQLParser.OperandContext) - Constructor for class nzilbb.ag.ql.AGQLParser.ConfidenceOperandContext
 
ConfigApp - Class in nzilbb.ag.automation.util
Utility for running a stand-alone webapp for configuring an Annotator installation.
ConfigApp() - Constructor for class nzilbb.ag.automation.util.ConfigApp
Constructor
ConfigurationFilename(SerializationDescriptor) - Static method in class nzilbb.ag.serialize.util.ConfigurationHelper
Transforms the given descriptor's MIME type name into something that is safe to use as a file name.
ConfigurationHelper - Class in nzilbb.ag.serialize.util
Helper functions for dealing with (de)serializer configurations.
ConfigurationHelper() - Constructor for class nzilbb.ag.serialize.util.ConfigurationHelper
 
configure(ParameterSet) - Method in class nzilbb.media.ffmpeg.FfmpegCensor
Configure the censor.
configure(ParameterSet) - Method in class nzilbb.media.ffmpeg.FfmpegConverter
Configure the converter.
configure(ParameterSet) - Method in interface nzilbb.media.MediaCensor
Configure the censor.
configure(ParameterSet) - Method in interface nzilbb.media.MediaConverter
Configure the converter.
configure(ParameterSet) - Method in class nzilbb.media.wav.FragmentExtractor
Configure the converter.
configure(ParameterSet) - Method in class nzilbb.media.wav.Resampler
Configure the converter.
configure(ParameterSet, Schema) - Method in interface nzilbb.ag.serialize.GraphDeserializer
Sets parameters for deserializer as a whole.
configure(ParameterSet, Schema) - Method in interface nzilbb.ag.serialize.GraphSerializer
Sets parameters for serializer as a whole.
configure(ParameterSet, Schema) - Method in class nzilbb.ag.serialize.json.JSONSerialization
Sets parameters for serializer as a whole.
configure(ParameterSet, Schema) - Method in interface nzilbb.ag.serialize.SchemaSerializer
Sets parameters for serializer as a whole.
configureFromCommandLine(ParameterSet, Schema) - Method in class nzilbb.converter.Converter
Sets any parameter values that might have been specified on the the command line - i.e.
ConnectionFactory - Interface in nzilbb.sql
Interface for a factory that supplies new SQL connections and SQL Translators.
Constants - Class in nzilbb.ag
Useful annotation constants.
Constants() - Constructor for class nzilbb.ag.Constants
 
ContentTypeForName(String) - Static method in class nzilbb.webapp.StandAloneWebApp
Determines the content-type for a given resource name, using the file extension.
ConventionTransformer - Class in nzilbb.ag.util
Transforms a text convention on a source layer into annotations on destination layers.
ConventionTransformer() - Constructor for class nzilbb.ag.util.ConventionTransformer
Default constructor.
ConventionTransformer(String, String) - Constructor for class nzilbb.ag.util.ConventionTransformer
Constructor from attribute values.
ConventionTransformer(String, String, String) - Constructor for class nzilbb.ag.util.ConventionTransformer
Constructor from attribute values.
ConventionTransformer(String, String, String, String, String) - Constructor for class nzilbb.ag.util.ConventionTransformer
Utility constructor for the common scenario of identifying a pattern on one layer and, where it occurs, changing the label on the source label and adding an annotation on a second layer.
ConventionTransformer(String, String, HashMap<String, String>) - Constructor for class nzilbb.ag.util.ConventionTransformer
Constructor from attribute values.
conversionSupported(String, String) - Method in class nzilbb.media.ffmpeg.FfmpegConverter
Determines whether this converter supports conversion between the given types.
conversionSupported(String, String) - Method in interface nzilbb.media.MediaConverter
Determines whether this converter supports conversion between the given types.
conversionSupported(String, String) - Method in class nzilbb.media.wav.FragmentExtractor
Determines whether this converter supports conversion between the given types.
conversionSupported(String, String) - Method in class nzilbb.media.wav.Resampler
Determines whether this converter supports conversion between the given types.
convert(File) - Method in class nzilbb.converter.Converter
Converts a file.
convert(Vector<File>) - Method in class nzilbb.converter.Converter
Converts all files by deserializing all first, and then serializing all resulting graphs at once.
convertBatch(Vector<File>) - Method in class nzilbb.converter.Converter
Converts a batch of files.
Converter - Class in nzilbb.converter
Base class for converters, which implements a number of common functions for convenience.
Converter() - Constructor for class nzilbb.converter.Converter
Default constructor.
convertFiles() - Method in class nzilbb.converter.Converter
Converts the files in the files list.
Copy(File, File) - Static method in class nzilbb.util.IO
Copies a file.
copyFrom(AGQLParser.AtomContext) - Method in class nzilbb.ag.ql.AGQLParser.AtomContext
 
copyFrom(AGQLParser.BooleanExpressionContext) - Method in class nzilbb.ag.ql.AGQLParser.BooleanExpressionContext
 
copyFrom(AGQLParser.CoalesceParameterContext) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceParameterContext
 
copyFrom(AGQLParser.OperandContext) - Method in class nzilbb.ag.ql.AGQLParser.OperandContext
 
copyFrom(AGQLParser.OrderExpressionContext) - Method in class nzilbb.ag.ql.AGQLParser.OrderExpressionContext
 
copyFrom(AGQLParser.PredicateContext) - Method in class nzilbb.ag.ql.AGQLParser.PredicateContext
 
copyLayerIdsFrom(Schema) - Method in class nzilbb.ag.Schema
Copies the IDs of the special layers identified by the given schema.
countAllKeys() - Method in interface nzilbb.ag.automation.Dictionary
Returns a count of all keys in the dictionary.
countAllKeys() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Returns a count of all entries in the dictionary.
countAnnotations(String, String) - Method in interface nzilbb.ag.GraphStoreQuery
Gets the number of annotations on the given layer of the given transcript.
countAnnotations(String, String, Integer) - Method in interface nzilbb.ag.GraphStoreQuery
Gets the number of annotations on the given layer of the given transcript, but only those with an ordinal less than or equal to the given maximum.
countEditableEntries() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Returns a count of all editable entries in the dictionary.
countEditableKeys() - Method in interface nzilbb.ag.automation.Dictionary
Returns a count of all editable keys in the dictionary.
countMatchingAnnotations(String) - Method in interface nzilbb.ag.GraphStoreQuery
Counts the number of annotations that match a particular pattern.
countMatchingGraphIds(String) - Method in interface nzilbb.ag.GraphStoreQuery
Deprecated.
countMatchingParticipantIds(String) - Method in interface nzilbb.ag.GraphStoreQuery
Counts the number of participants that match a particular pattern.
countMatchingTranscriptIds(String) - Method in interface nzilbb.ag.GraphStoreQuery
Counts the number of transcript IDs that match a particular pattern.
create() - Method in class nzilbb.ag.TrackedMap
Marks the object for creation.
Create - nzilbb.ag.Change.Operation
The object is being created.
createAnchorAt(double) - Method in class nzilbb.ag.Graph
Creates an anchor at the given offset.
createAnchorAt(double, Integer) - Method in class nzilbb.ag.Graph
Creates an anchor at the given offset.
createAnnotation(String, String, String, String, String, Integer, String) - Method in interface nzilbb.ag.GraphStore
Creates an annotation starting at from and ending at to.
createAnnotation(Anchor, Anchor, String, String, Annotation) - Method in class nzilbb.ag.Graph
Creates an annotation starting at from and ending at to.
CreateFunctions(Connection) - Static method in class nzilbb.sql.derby.DerbySQLTranslator
Creates custom functions.
createSpan(Annotation, Annotation, String, String) - Method in class nzilbb.ag.Graph
Creates a spanning annotation from the beginning of the start annotation to the ending of the end annotation.
createSpan(Annotation, Annotation, String, String, Annotation) - Method in class nzilbb.ag.Graph
Creates a spanning annotation from the beginning of the start annotation to the ending of the end annotation.
createSubdivision(Annotation, String, String) - Method in class nzilbb.ag.Graph
Creates an annotation that subdivides the given annotation.
createTag(String, String) - Method in class nzilbb.ag.Annotation
Tags this annotation with the given tag.
createTag(Annotation, String, String) - Method in class nzilbb.ag.Graph
Creates a tag annotation.

D

defaultComparator - Static variable in class nzilbb.ag.util.LayerHierarchyTraversal
Default comparator for ordering peer layers.
DefaultEditComparator<T> - Class in nzilbb.editpath
Default implementation of IEditComparator, for which any from/to pair for which equals() is not true is given an edit distance of DefaultEditComparator.getChangeDistance().
DefaultEditComparator() - Constructor for class nzilbb.editpath.DefaultEditComparator
Default constructor
DefaultEditComparator(int) - Constructor for class nzilbb.editpath.DefaultEditComparator
Constructor
DefaultEditComparator(int, int, int) - Constructor for class nzilbb.editpath.DefaultEditComparator
Constructor
DefaultEditComparator(Comparator<T>) - Constructor for class nzilbb.editpath.DefaultEditComparator
Constructor with custom comparator.
DefaultOffsetGenerator - Class in nzilbb.ag.util
Generates default anchor offsets.
DefaultOffsetGenerator() - Constructor for class nzilbb.ag.util.DefaultOffsetGenerator
Default constructor.
DefaultOffsetGenerator(int, int) - Constructor for class nzilbb.ag.util.DefaultOffsetGenerator
Constructor with attributes.
delete(E) - Method in class nzilbb.encoding.comparator.ARPAbet2DISCComparator
The distance for deleting the given element.
delete(E) - Method in class nzilbb.encoding.comparator.Char2CharComparator
The distance for deleting the given element.
delete(E) - Method in class nzilbb.encoding.comparator.DISC2ARPAbetComparator
The distance for deleting the given element.
delete(E) - Method in class nzilbb.encoding.comparator.DISC2DISCComparator
The distance for deleting the given element.
delete(E) - Method in class nzilbb.encoding.comparator.DISC2IPAComparator
The distance for deleting the given element.
delete(E) - Method in class nzilbb.encoding.comparator.IPA2DISCComparator
The distance for deleting the given element.
delete(E) - Method in class nzilbb.encoding.comparator.IPA2IPAComparator
The distance for deleting the given element.
delete(E) - Method in class nzilbb.encoding.comparator.Orthography2ARPAbetComparator
The distance for deleting the given element.
delete(E) - Method in class nzilbb.encoding.comparator.Orthography2DISCComparator
The distance for deleting the given element.
delete(E) - Method in class nzilbb.encoding.comparator.Orthography2OrthographyComparator
The distance for deleting the given element.
delete(T) - Method in class nzilbb.editpath.DefaultEditComparator
The distance for deleting the given element.
delete(T) - Method in interface nzilbb.editpath.EditComparator
The distance for deleting the given element.
DELETE - nzilbb.editpath.EditStep.StepOperation
 
deleteGraph(String) - Method in interface nzilbb.ag.GraphStore
Deprecated.
deleteLayer(String) - Method in interface nzilbb.ag.GraphStoreAdministration
Deletes the given layer, and all associated annotations.
deleteMatchingAnnotations(String) - Method in interface nzilbb.ag.GraphStore
Deletes all annotations that match a particular pattern
deleteMedia(String, String) - Method in interface nzilbb.ag.GraphStore
Delete a given media or document file.
deleteParticipant(String) - Method in interface nzilbb.ag.GraphStore
Deletes the given participant, and all associated meta-data.
deleteTranscript(String) - Method in interface nzilbb.ag.GraphStore
Deletes the given transcript, and all associated files.
DependencyGraph<C> - Class in nzilbb.util
Graph of dependencies.
DependencyGraph() - Constructor for class nzilbb.util.DependencyGraph
Default constructor.
DependencyNode<C> - Class in nzilbb.util
A node in a DependencyGraph.
DependencyNode(C) - Constructor for class nzilbb.util.DependencyNode
Constructor.
dependsOn(DependencyNode<C>) - Method in class nzilbb.util.DependencyNode
Adds an edge to the graph.
DerbyConnectionFactory - Class in nzilbb.sql.derby
A factory for supplying connections to Derby file-based databases.
DerbyConnectionFactory(File) - Constructor for class nzilbb.sql.derby.DerbyConnectionFactory
Constructor.
DerbySQLTranslator - Class in nzilbb.sql.derby
Object that translates statements designed for MySQL's flavour of SQL to the derby SQL engine.
DerbySQLTranslator() - Constructor for class nzilbb.sql.derby.DerbySQLTranslator
Default constructor
deregisterDeserializer(GraphDeserializer) - Method in interface nzilbb.ag.GraphStoreAdministration
De-registers a transcript deserializer.
deregisterSerializer(GraphSerializer) - Method in interface nzilbb.ag.GraphStoreAdministration
De-registers a transcript serializer.
DESC - Static variable in class nzilbb.ag.ql.AGQLLexer
 
DESC - Static variable in class nzilbb.ag.ql.AGQLParser
 
DESC() - Method in class nzilbb.ag.ql.AGQLParser.DescendingOrderExpressionContext
 
DescendingOrderExpressionContext(AGQLParser.OrderExpressionContext) - Constructor for class nzilbb.ag.ql.AGQLParser.DescendingOrderExpressionContext
 
deserializationParameters(ParameterSet) - Method in class nzilbb.converter.Converter
Adjust the parameters for deserialization.
deserialize() - Method in interface nzilbb.ag.serialize.GraphDeserializer
Deserializes the serialized data, generating one or more Graphs.
deserialize() - Method in class nzilbb.ag.serialize.json.JSONSerialization
Deserializes the serialized data, generating one or more Graphs.
deserialize(File) - Method in class nzilbb.ag.automation.util.Annotate
Deserializes the given transcript.
deserialize(Vector<NamedStream>, Schema) - Method in class nzilbb.converter.Converter
Deserializes a file to one or more graphs.
Deserialize - Class in nzilbb.ag.cli
Deserializes given files.
Deserialize() - Constructor for class nzilbb.ag.cli.Deserialize
 
deserializerConfiguration(ParameterSet) - Method in class nzilbb.converter.Converter
Adjust the configuration of the deserializer.
deserializerForFilesSuffix(String) - Method in interface nzilbb.ag.GraphStoreQuery
Gets the deserializer for the given file suffix (extension).
deserializerForMimeType(String) - Method in interface nzilbb.ag.GraphStoreQuery
Gets the deserializer for the given MIME type.
destroy() - Method in class nzilbb.ag.TrackedMap
Marks the object for deletion.
Destroy - nzilbb.ag.Change.Operation
The object is being deleted.
destroyAnnotation(String, String) - Method in interface nzilbb.ag.GraphStore
Destroys the annotation with the given ID.
Destroyed(TrackedMap) - Static method in class nzilbb.ag.TrackedMap
Predicate for filtering for deleted objects.
Dictionary - Interface in nzilbb.ag.automation
A dictionary mapping labels of one type to labels of another, e.g.
DictionaryException - Exception in nzilbb.ag.automation
Thrown when an Annotator configuration is invalid.
DictionaryException(Dictionary, String) - Constructor for exception nzilbb.ag.automation.DictionaryException
Constructor with message.
DictionaryException(Dictionary, String, Throwable) - Constructor for exception nzilbb.ag.automation.DictionaryException
Constructor with message and cause.
DictionaryException(Dictionary, Throwable) - Constructor for exception nzilbb.ag.automation.DictionaryException
Constructor with cause.
DictionaryReadOnlyException - Exception in nzilbb.ag.automation
Thrown when an Annotator configuration is invalid.
DictionaryReadOnlyException(Dictionary) - Constructor for exception nzilbb.ag.automation.DictionaryReadOnlyException
Constructor with message.
DictionaryReadOnlyException(Dictionary, String) - Constructor for exception nzilbb.ag.automation.DictionaryReadOnlyException
Constructor with message.
DictionaryReadOnlyException(Dictionary, String, Throwable) - Constructor for exception nzilbb.ag.automation.DictionaryReadOnlyException
Constructor with message and cause.
DictionaryReadOnlyException(Dictionary, Throwable) - Constructor for exception nzilbb.ag.automation.DictionaryReadOnlyException
Constructor with cause.
DISC2ARPAbet - Class in nzilbb.encoding
Translates CELEX-DISC-encoded transcriptions like tr{nskrIpSVn to ARPAbet-encoded phonemic transcriptions like T R AE N S K R IH P SH AX N.
DISC2ARPAbet() - Constructor for class nzilbb.encoding.DISC2ARPAbet
Default constructor.
DISC2ARPAbetComparator<E> - Class in nzilbb.encoding.comparator
Comparator that maps a DISC-encoded series to an ARPAbet-encoded series.
DISC2ARPAbetComparator() - Constructor for class nzilbb.encoding.comparator.DISC2ARPAbetComparator
 
DISC2CMU - Class in nzilbb.encoding
Translates CELEX-DISC-encoded transcriptions like tr{nskrIpSVn to CMU-encoded phonemic transcriptions like T R AE N S K R IH P SH AH N.
DISC2CMU() - Constructor for class nzilbb.encoding.DISC2CMU
Default constructor.
DISC2DISCComparator<E> - Class in nzilbb.encoding.comparator
Comparator that maps one DISC-encoded series to another.
DISC2DISCComparator() - Constructor for class nzilbb.encoding.comparator.DISC2DISCComparator
 
DISC2HTK - Class in nzilbb.encoding
Translates CELEX-DISC-encoded transcriptions like tr{nskrIpS@n to a form that would word for a Hidden Markov Model Toolkit (HTK) .dict file, like: t r _{ n s k r I p S _@ n.
DISC2HTK() - Constructor for class nzilbb.encoding.DISC2HTK
Default constructor.
DISC2IPA - Class in nzilbb.encoding
Translates CELEX-DISC-encoded transcriptions like tr{nskrIpS@n to IPA-encoded phonemic transcriptions using Unicode characters like tɹænskɹɪpʃən.
DISC2IPA() - Constructor for class nzilbb.encoding.DISC2IPA
Default constructor.
DISC2IPAComparator<E> - Class in nzilbb.encoding.comparator
Comparator that maps a DISC-encoded series to an IPA-encoded series.
DISC2IPAComparator() - Constructor for class nzilbb.encoding.comparator.DISC2IPAComparator
 
DISC2Kirshenbaum - Class in nzilbb.encoding
Translates CELEX-DISC-encoded transcriptions like tr{nskrIpS@n to Kirshenbaum-encoded phonemic transcriptions like tr&nskrIpS@n.
DISC2Kirshenbaum() - Constructor for class nzilbb.encoding.DISC2Kirshenbaum
Default constructor.
DISC2SAMPA - Class in nzilbb.encoding
Translates CELEX-DISC-encoded transcriptions like str1n_ to SAMPA-encoded phonemic transcriptions like streIndZ.
DISC2SAMPA() - Constructor for class nzilbb.encoding.DISC2SAMPA
Default constructor.
DISC2Unisyn - Class in nzilbb.encoding
Translates CELEX-DISC-encoded transcriptions like "tr{n-'skrIp-S@n to Unisyn-encoded phonemic transcriptions like ~ t r a n . * s k r i p . sh @ n.
DISC2Unisyn() - Constructor for class nzilbb.encoding.DISC2Unisyn
Default constructor.
DISC2XSAMPA - Class in nzilbb.encoding
Translates CELEX-DISC-encoded transcriptions like str1n_ to X-SAMPA-encoded phonemic transcriptions like str\eIndZ.
DISC2XSAMPA() - Constructor for class nzilbb.encoding.DISC2XSAMPA
Default constructor.
distance(Annotation) - Method in class nzilbb.ag.Annotation
Determines the offset difference between this annotation and another - the minimum distance between any of the anchors.
DOT - Static variable in class nzilbb.ag.ql.AGQLLexer
 
DOT - Static variable in class nzilbb.ag.ql.AGQLParser
 
DOT() - Method in class nzilbb.ag.ql.AGQLParser.AnchorConfidenceExpressionContext
 
DOT() - Method in class nzilbb.ag.ql.AGQLParser.AnchorExpressionContext
 
DOT() - Method in class nzilbb.ag.ql.AGQLParser.AnchorIdExpressionContext
 
DOT() - Method in class nzilbb.ag.ql.AGQLParser.AnchorOffsetExpressionContext
 
DOT() - Method in class nzilbb.ag.ql.AGQLParser.AnnotatorExpressionContext
 
DOT() - Method in class nzilbb.ag.ql.AGQLParser.ConfidenceExpressionContext
 
DOT() - Method in class nzilbb.ag.ql.AGQLParser.GraphIdExpressionContext
 
DOT() - Method in class nzilbb.ag.ql.AGQLParser.IdExpressionContext
 
DOT() - Method in class nzilbb.ag.ql.AGQLParser.IncludesAnyExpressionContext
 
DOT() - Method in class nzilbb.ag.ql.AGQLParser.IncludesExpressionContext
 
DOT() - Method in class nzilbb.ag.ql.AGQLParser.LabelExpressionContext
 
DOT() - Method in class nzilbb.ag.ql.AGQLParser.LayerExpressionContext
 
DOT() - Method in class nzilbb.ag.ql.AGQLParser.ListLengthExpressionContext
 
DOT() - Method in class nzilbb.ag.ql.AGQLParser.OrdinalExpressionContext
 
DOT() - Method in class nzilbb.ag.ql.AGQLParser.ParentIdExpressionContext
 
DOT() - Method in class nzilbb.ag.ql.AGQLParser.PatternMatchExpressionContext
 
DOT() - Method in class nzilbb.ag.ql.AGQLParser.WhenExpressionContext
 
DOT(int) - Method in class nzilbb.ag.ql.AGQLParser.LayerExpressionContext
 
DOUBLE_QUOTED_STRING - Static variable in class nzilbb.ag.ql.AGQLLexer
 
DOUBLE_QUOTED_STRING - Static variable in class nzilbb.ag.ql.AGQLParser
 
DOUBLE_QUOTED_STRING() - Method in class nzilbb.ag.ql.AGQLParser.StringLiteralContext
 
duration(File) - Static method in class nzilbb.media.wav.WAV
Determine the duration in seconds of the given WAV file.
durationMilliseconds(String) - Method in class nzilbb.util.Timers
Get the duration of the given timer in milliseconds.
durationSeconds(String) - Method in class nzilbb.util.Timers
Get the duration of the given timer in seconds.

E

echoContentType(HttpExchange) - Method in class nzilbb.ag.automation.util.AnnotatorWebApp
If the request specifies an expected content type, set the reponse Content-Type to that.
EditComparator<T> - Interface in nzilbb.editpath
Interface for comparators between elements.
EditStep<T> - Class in nzilbb.editpath
Represents a single step in editing one sequency into another.
EditStep() - Constructor for class nzilbb.editpath.EditStep
Default constructor
EditStep(T, T, double, EditStep.StepOperation) - Constructor for class nzilbb.editpath.EditStep
Constructor
EditStep(T, T, double, EditStep.StepOperation, EditStep<T>) - Constructor for class nzilbb.editpath.EditStep
Constructor
EditStep.StepOperation - Enum in nzilbb.editpath
Enumeration for representing the operation represented by a step
end(String) - Method in class nzilbb.util.Timers
Ends a timer and adds the duration to the total for the given ID.
END - Static variable in class nzilbb.ag.ql.AGQLLexer
 
END - Static variable in class nzilbb.ag.ql.AGQLParser
 
END() - Method in class nzilbb.ag.ql.AGQLParser.AnchorExpressionContext
 
ENDID - Static variable in class nzilbb.ag.ql.AGQLLexer
 
ENDID - Static variable in class nzilbb.ag.ql.AGQLParser
 
ENDID() - Method in class nzilbb.ag.ql.AGQLParser.AnchorIdExpressionContext
 
endingAnnotations() - Method in class nzilbb.ag.Anchor
Accesses a stream of annotations on any layer that end with this anchor.
endingAnnotations(String) - Method in class nzilbb.ag.Anchor
Accesses a stream of annotations on a given layer that end with this anchor.
endOf(String) - Method in class nzilbb.ag.Anchor
Accesses the mutable set of annotations on a given layer that end with this anchor.
EnsureIconFileExists(SerializationDescriptor, File) - Static method in class nzilbb.ag.serialize.util.IconHelper
Ensures the icon file for the given descriptor has been extracted to the given directory.
enterAgqlExpression(AGQLParser.AgqlExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.agqlExpression().
enterAgqlExpression(AGQLParser.AgqlExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.agqlExpression().
enterAllMethodCall(AGQLParser.AllMethodCallContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.allMethodCall().
enterAllMethodCall(AGQLParser.AllMethodCallContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.allMethodCall().
enterAnchorConfidenceExpression(AGQLParser.AnchorConfidenceExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.anchorConfidenceExpression().
enterAnchorConfidenceExpression(AGQLParser.AnchorConfidenceExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.anchorConfidenceExpression().
enterAnchorConfidenceOperand(AGQLParser.AnchorConfidenceOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the AnchorConfidenceOperand labeled alternative in AGQLParser.operand().
enterAnchorConfidenceOperand(AGQLParser.AnchorConfidenceOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the AnchorConfidenceOperand labeled alternative in AGQLParser.operand().
enterAnchorExpression(AGQLParser.AnchorExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.anchorExpression().
enterAnchorExpression(AGQLParser.AnchorExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.anchorExpression().
enterAnchorIdExpression(AGQLParser.AnchorIdExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.anchorIdExpression().
enterAnchorIdExpression(AGQLParser.AnchorIdExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.anchorIdExpression().
enterAnchorIdOperand(AGQLParser.AnchorIdOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the AnchorIdOperand labeled alternative in AGQLParser.operand().
enterAnchorIdOperand(AGQLParser.AnchorIdOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the AnchorIdOperand labeled alternative in AGQLParser.operand().
enterAnchorOffsetExpression(AGQLParser.AnchorOffsetExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.anchorOffsetExpression().
enterAnchorOffsetExpression(AGQLParser.AnchorOffsetExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.anchorOffsetExpression().
enterAnchorOffsetOperand(AGQLParser.AnchorOffsetOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the AnchorOffsetOperand labeled alternative in AGQLParser.operand().
enterAnchorOffsetOperand(AGQLParser.AnchorOffsetOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the AnchorOffsetOperand labeled alternative in AGQLParser.operand().
enterAnnotationExpression(AGQLParser.AnnotationExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.annotationExpression().
enterAnnotationExpression(AGQLParser.AnnotationExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.annotationExpression().
enterAnnotationListExpression(AGQLParser.AnnotationListExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.annotationListExpression().
enterAnnotationListExpression(AGQLParser.AnnotationListExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.annotationListExpression().
enterAnnotatorExpression(AGQLParser.AnnotatorExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.annotatorExpression().
enterAnnotatorExpression(AGQLParser.AnnotatorExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.annotatorExpression().
enterAnnotatorOperand(AGQLParser.AnnotatorOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the AnnotatorOperand labeled alternative in AGQLParser.operand().
enterAnnotatorOperand(AGQLParser.AnnotatorOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the AnnotatorOperand labeled alternative in AGQLParser.operand().
enterAnnotatorsMethodCall(AGQLParser.AnnotatorsMethodCallContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.annotatorsMethodCall().
enterAnnotatorsMethodCall(AGQLParser.AnnotatorsMethodCallContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.annotatorsMethodCall().
enterAscendingOrderExpression(AGQLParser.AscendingOrderExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the AscendingOrderExpression labeled alternative in AGQLParser.orderExpression().
enterAscendingOrderExpression(AGQLParser.AscendingOrderExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the AscendingOrderExpression labeled alternative in AGQLParser.orderExpression().
enterAtomListExpression(AGQLParser.AtomListExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.atomListExpression().
enterAtomListExpression(AGQLParser.AtomListExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.atomListExpression().
enterAtomOperand(AGQLParser.AtomOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the AtomOperand labeled alternative in AGQLParser.operand().
enterAtomOperand(AGQLParser.AtomOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the AtomOperand labeled alternative in AGQLParser.operand().
enterBarePredicate(AGQLParser.BarePredicateContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the BarePredicate labeled alternative in AGQLParser.predicate().
enterBarePredicate(AGQLParser.BarePredicateContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the BarePredicate labeled alternative in AGQLParser.predicate().
enterCoalesceAnchorConfidenceOperand(AGQLParser.CoalesceAnchorConfidenceOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the CoalesceAnchorConfidenceOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceAnchorConfidenceOperand(AGQLParser.CoalesceAnchorConfidenceOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the CoalesceAnchorConfidenceOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceAnchorIdOperand(AGQLParser.CoalesceAnchorIdOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the CoalesceAnchorIdOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceAnchorIdOperand(AGQLParser.CoalesceAnchorIdOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the CoalesceAnchorIdOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceAnchorOffsetOperand(AGQLParser.CoalesceAnchorOffsetOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the CoalesceAnchorOffsetOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceAnchorOffsetOperand(AGQLParser.CoalesceAnchorOffsetOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the CoalesceAnchorOffsetOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceAnnotatorOperand(AGQLParser.CoalesceAnnotatorOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the CoalesceAnnotatorOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceAnnotatorOperand(AGQLParser.CoalesceAnnotatorOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the CoalesceAnnotatorOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceAtomOperand(AGQLParser.CoalesceAtomOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the CoalesceAtomOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceAtomOperand(AGQLParser.CoalesceAtomOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the CoalesceAtomOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceConfidenceOperand(AGQLParser.CoalesceConfidenceOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the CoalesceConfidenceOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceConfidenceOperand(AGQLParser.CoalesceConfidenceOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the CoalesceConfidenceOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceExpression(AGQLParser.CoalesceExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.coalesceExpression().
enterCoalesceExpression(AGQLParser.CoalesceExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.coalesceExpression().
enterCoalesceGraphIdOperand(AGQLParser.CoalesceGraphIdOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the CoalesceGraphIdOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceGraphIdOperand(AGQLParser.CoalesceGraphIdOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the CoalesceGraphIdOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceIdOperand(AGQLParser.CoalesceIdOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the CoalesceIdOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceIdOperand(AGQLParser.CoalesceIdOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the CoalesceIdOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceLabelOperand(AGQLParser.CoalesceLabelOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the CoalesceLabelOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceLabelOperand(AGQLParser.CoalesceLabelOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the CoalesceLabelOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceLayerOperand(AGQLParser.CoalesceLayerOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the CoalesceLayerOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceLayerOperand(AGQLParser.CoalesceLayerOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the CoalesceLayerOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceListLengthOperand(AGQLParser.CoalesceListLengthOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the CoalesceListLengthOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceListLengthOperand(AGQLParser.CoalesceListLengthOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the CoalesceListLengthOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceOperand(AGQLParser.CoalesceOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the CoalesceOperand labeled alternative in AGQLParser.operand().
enterCoalesceOperand(AGQLParser.CoalesceOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the CoalesceOperand labeled alternative in AGQLParser.operand().
enterCoalesceOrdinalOperand(AGQLParser.CoalesceOrdinalOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the CoalesceOrdinalOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceOrdinalOperand(AGQLParser.CoalesceOrdinalOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the CoalesceOrdinalOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceParentIdOperand(AGQLParser.CoalesceParentIdOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the CoalesceParentIdOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceParentIdOperand(AGQLParser.CoalesceParentIdOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the CoalesceParentIdOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceWhenOperand(AGQLParser.CoalesceWhenOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the CoalesceWhenOperand labeled alternative in AGQLParser.coalesceParameter().
enterCoalesceWhenOperand(AGQLParser.CoalesceWhenOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the CoalesceWhenOperand labeled alternative in AGQLParser.coalesceParameter().
enterComparisonOperator(AGQLParser.ComparisonOperatorContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.comparisonOperator().
enterComparisonOperator(AGQLParser.ComparisonOperatorContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.comparisonOperator().
enterComparisonPredicate(AGQLParser.ComparisonPredicateContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the ComparisonPredicate labeled alternative in AGQLParser.predicate().
enterComparisonPredicate(AGQLParser.ComparisonPredicateContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the ComparisonPredicate labeled alternative in AGQLParser.predicate().
enterCompositeExpression(AGQLParser.CompositeExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the CompositeExpression labeled alternative in AGQLParser.booleanExpression().
enterCompositeExpression(AGQLParser.CompositeExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the CompositeExpression labeled alternative in AGQLParser.booleanExpression().
enterConfidenceExpression(AGQLParser.ConfidenceExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.confidenceExpression().
enterConfidenceExpression(AGQLParser.ConfidenceExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.confidenceExpression().
enterConfidenceOperand(AGQLParser.ConfidenceOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the ConfidenceOperand labeled alternative in AGQLParser.operand().
enterConfidenceOperand(AGQLParser.ConfidenceOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the ConfidenceOperand labeled alternative in AGQLParser.operand().
enterDescendingOrderExpression(AGQLParser.DescendingOrderExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the DescendingOrderExpression labeled alternative in AGQLParser.orderExpression().
enterDescendingOrderExpression(AGQLParser.DescendingOrderExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the DescendingOrderExpression labeled alternative in AGQLParser.orderExpression().
enterEveryRule(ParserRuleContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
enterFirstAtom(AGQLParser.FirstAtomContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.firstAtom().
enterFirstAtom(AGQLParser.FirstAtomContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.firstAtom().
enterFirstMethodCall(AGQLParser.FirstMethodCallContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.firstMethodCall().
enterFirstMethodCall(AGQLParser.FirstMethodCallContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.firstMethodCall().
enterGraphIdExpression(AGQLParser.GraphIdExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.graphIdExpression().
enterGraphIdExpression(AGQLParser.GraphIdExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.graphIdExpression().
enterGraphIdOperand(AGQLParser.GraphIdOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the GraphIdOperand labeled alternative in AGQLParser.operand().
enterGraphIdOperand(AGQLParser.GraphIdOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the GraphIdOperand labeled alternative in AGQLParser.operand().
enterIdentifierAtom(AGQLParser.IdentifierAtomContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the IdentifierAtom labeled alternative in AGQLParser.atom().
enterIdentifierAtom(AGQLParser.IdentifierAtomContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the IdentifierAtom labeled alternative in AGQLParser.atom().
enterIdExpression(AGQLParser.IdExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.idExpression().
enterIdExpression(AGQLParser.IdExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.idExpression().
enterIdOperand(AGQLParser.IdOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the IdOperand labeled alternative in AGQLParser.operand().
enterIdOperand(AGQLParser.IdOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the IdOperand labeled alternative in AGQLParser.operand().
enterIncludesAnyExpression(AGQLParser.IncludesAnyExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.includesAnyExpression().
enterIncludesAnyExpression(AGQLParser.IncludesAnyExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.includesAnyExpression().
enterIncludesAnyPredicate(AGQLParser.IncludesAnyPredicateContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the IncludesAnyPredicate labeled alternative in AGQLParser.predicate().
enterIncludesAnyPredicate(AGQLParser.IncludesAnyPredicateContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the IncludesAnyPredicate labeled alternative in AGQLParser.predicate().
enterIncludesExpression(AGQLParser.IncludesExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.includesExpression().
enterIncludesExpression(AGQLParser.IncludesExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.includesExpression().
enterIncludesPredicate(AGQLParser.IncludesPredicateContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the IncludesPredicate labeled alternative in AGQLParser.predicate().
enterIncludesPredicate(AGQLParser.IncludesPredicateContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the IncludesPredicate labeled alternative in AGQLParser.predicate().
enterLabelExpression(AGQLParser.LabelExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.labelExpression().
enterLabelExpression(AGQLParser.LabelExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.labelExpression().
enterLabelOperand(AGQLParser.LabelOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the LabelOperand labeled alternative in AGQLParser.operand().
enterLabelOperand(AGQLParser.LabelOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the LabelOperand labeled alternative in AGQLParser.operand().
enterLabelsMethodCall(AGQLParser.LabelsMethodCallContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.labelsMethodCall().
enterLabelsMethodCall(AGQLParser.LabelsMethodCallContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.labelsMethodCall().
enterLayerExpression(AGQLParser.LayerExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.layerExpression().
enterLayerExpression(AGQLParser.LayerExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.layerExpression().
enterLayerOperand(AGQLParser.LayerOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the LayerOperand labeled alternative in AGQLParser.operand().
enterLayerOperand(AGQLParser.LayerOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the LayerOperand labeled alternative in AGQLParser.operand().
enterListExpression(AGQLParser.ListExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.listExpression().
enterListExpression(AGQLParser.ListExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.listExpression().
enterListLengthExpression(AGQLParser.ListLengthExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.listLengthExpression().
enterListLengthExpression(AGQLParser.ListLengthExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.listLengthExpression().
enterListLengthOperand(AGQLParser.ListLengthOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the ListLengthOperand labeled alternative in AGQLParser.operand().
enterListLengthOperand(AGQLParser.ListLengthOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the ListLengthOperand labeled alternative in AGQLParser.operand().
enterLiteral(AGQLParser.LiteralContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.literal().
enterLiteral(AGQLParser.LiteralContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.literal().
enterLiteralAtom(AGQLParser.LiteralAtomContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the LiteralAtom labeled alternative in AGQLParser.atom().
enterLiteralAtom(AGQLParser.LiteralAtomContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the LiteralAtom labeled alternative in AGQLParser.atom().
enterLogicalOperator(AGQLParser.LogicalOperatorContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.logicalOperator().
enterLogicalOperator(AGQLParser.LogicalOperatorContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.logicalOperator().
enterNextExpression(AGQLParser.NextExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.nextExpression().
enterNextExpression(AGQLParser.NextExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.nextExpression().
enterOrderListExpression(AGQLParser.OrderListExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.orderListExpression().
enterOrderListExpression(AGQLParser.OrderListExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.orderListExpression().
enterOrdinalExpression(AGQLParser.OrdinalExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.ordinalExpression().
enterOrdinalExpression(AGQLParser.OrdinalExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.ordinalExpression().
enterOrdinalOperand(AGQLParser.OrdinalOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the OrdinalOperand labeled alternative in AGQLParser.operand().
enterOrdinalOperand(AGQLParser.OrdinalOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the OrdinalOperand labeled alternative in AGQLParser.operand().
enterParentExpression(AGQLParser.ParentExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.parentExpression().
enterParentExpression(AGQLParser.ParentExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.parentExpression().
enterParentIdExpression(AGQLParser.ParentIdExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.parentIdExpression().
enterParentIdExpression(AGQLParser.ParentIdExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.parentIdExpression().
enterParentIdOperand(AGQLParser.ParentIdOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the ParentIdOperand labeled alternative in AGQLParser.operand().
enterParentIdOperand(AGQLParser.ParentIdOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the ParentIdOperand labeled alternative in AGQLParser.operand().
enterPatterMatchPredicate(AGQLParser.PatterMatchPredicateContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the PatterMatchPredicate labeled alternative in AGQLParser.predicate().
enterPatterMatchPredicate(AGQLParser.PatterMatchPredicateContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the PatterMatchPredicate labeled alternative in AGQLParser.predicate().
enterPatternMatchExpression(AGQLParser.PatternMatchExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.patternMatchExpression().
enterPatternMatchExpression(AGQLParser.PatternMatchExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.patternMatchExpression().
enterPredicateExpression(AGQLParser.PredicateExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the PredicateExpression labeled alternative in AGQLParser.booleanExpression().
enterPredicateExpression(AGQLParser.PredicateExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the PredicateExpression labeled alternative in AGQLParser.booleanExpression().
enterPreviousExpression(AGQLParser.PreviousExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.previousExpression().
enterPreviousExpression(AGQLParser.PreviousExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.previousExpression().
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AgqlExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AllMethodCallContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnchorConfidenceExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnchorConfidenceOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnchorExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnchorIdExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnchorIdOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnchorOffsetExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnchorOffsetOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnnotationExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnnotationListExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnnotatorExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnnotatorOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnnotatorsMethodCallContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AscendingOrderExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AtomListExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AtomOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.BarePredicateContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceAnchorConfidenceOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceAnchorIdOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceAnchorOffsetOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceAnnotatorOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceAtomOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceConfidenceOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceGraphIdOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceIdOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceLabelOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceLayerOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceListLengthOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceOrdinalOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceParentIdOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceWhenOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ComparisonOperatorContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ComparisonPredicateContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CompositeExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ConfidenceExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ConfidenceOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.DescendingOrderExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.FirstAtomContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.FirstMethodCallContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.GraphIdExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.GraphIdOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.IdentifierAtomContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.IdExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.IdOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.IncludesAnyExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.IncludesAnyPredicateContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.IncludesExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.IncludesPredicateContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.LabelExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.LabelOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.LabelsMethodCallContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.LayerExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.LayerOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ListExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ListLengthExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ListLengthOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.LiteralAtomContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.LiteralContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.LogicalOperatorContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.NextExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.OrderListExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.OrdinalExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.OrdinalOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ParentExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ParentIdExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ParentIdOperandContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.PatterMatchPredicateContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.PatternMatchExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.PredicateExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.PreviousExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.StringLiteralContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.SubsequentAtomContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ValueListExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.WhenExpressionContext
 
enterRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.WhenOperandContext
 
enterStringLiteral(AGQLParser.StringLiteralContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.stringLiteral().
enterStringLiteral(AGQLParser.StringLiteralContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.stringLiteral().
enterSubsequentAtom(AGQLParser.SubsequentAtomContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.subsequentAtom().
enterSubsequentAtom(AGQLParser.SubsequentAtomContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.subsequentAtom().
enterValueListExpression(AGQLParser.ValueListExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.valueListExpression().
enterValueListExpression(AGQLParser.ValueListExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.valueListExpression().
enterWhenExpression(AGQLParser.WhenExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by AGQLParser.whenExpression().
enterWhenExpression(AGQLParser.WhenExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by AGQLParser.whenExpression().
enterWhenOperand(AGQLParser.WhenOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Enter a parse tree produced by the WhenOperand labeled alternative in AGQLParser.operand().
enterWhenOperand(AGQLParser.WhenOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Enter a parse tree produced by the WhenOperand labeled alternative in AGQLParser.operand().
env(String, String) - Method in class nzilbb.util.Execution
Builder-style method for adding an environment variable to Execution.environmentVariables.
EOF() - Method in class nzilbb.ag.ql.AGQLParser.AgqlExpressionContext
 
EQ - Static variable in class nzilbb.ag.ql.AGQLLexer
 
EQ - Static variable in class nzilbb.ag.ql.AGQLParser
 
EQ() - Method in class nzilbb.ag.ql.AGQLParser.ComparisonOperatorContext
 
equals(Object) - Method in class nzilbb.ag.Change
Equality test.
equals(Object) - Method in class nzilbb.ag.Layer
Indicates whether an object is "equal to" this one.
equals(Object) - Method in class nzilbb.ag.serialize.SerializationDescriptor
Determines whether this object is equal to another.
equals(Object) - Method in class nzilbb.ag.TrackedMap
Indicates whether an object is "equal to" this one.
equals(Object) - Method in class nzilbb.editpath.EqualsComparator
Returns true iff this == object
EqualsComparator<T> - Class in nzilbb.editpath
Implementation of IComparator that uses java.lang.Object.equals(Object) to determine equality or not.
EqualsComparator() - Constructor for class nzilbb.editpath.EqualsComparator
Default constructor.
error(String) - Method in class nzilbb.util.CommandLineProgram
Show error message
error(Throwable) - Method in class nzilbb.util.CommandLineProgram
Show error message
errorRate(List<EditStep<T>>) - Method in class nzilbb.editpath.MinimumEditPath
Return the error rate for the given path.
every(String) - Method in class nzilbb.ag.Annotation
Gets a stream of related annotations on the given layer.
Execution - Class in nzilbb.util
Manages the execution of an external program, ensuring that streams are processed, etc.
Execution() - Constructor for class nzilbb.util.Execution
Default constructor.
Execution(File, Vector<String>) - Constructor for class nzilbb.util.Execution
Constructor from attributes.
exitAgqlExpression(AGQLParser.AgqlExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.agqlExpression().
exitAgqlExpression(AGQLParser.AgqlExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.agqlExpression().
exitAllMethodCall(AGQLParser.AllMethodCallContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.allMethodCall().
exitAllMethodCall(AGQLParser.AllMethodCallContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.allMethodCall().
exitAnchorConfidenceExpression(AGQLParser.AnchorConfidenceExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.anchorConfidenceExpression().
exitAnchorConfidenceExpression(AGQLParser.AnchorConfidenceExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.anchorConfidenceExpression().
exitAnchorConfidenceOperand(AGQLParser.AnchorConfidenceOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the AnchorConfidenceOperand labeled alternative in AGQLParser.operand().
exitAnchorConfidenceOperand(AGQLParser.AnchorConfidenceOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the AnchorConfidenceOperand labeled alternative in AGQLParser.operand().
exitAnchorExpression(AGQLParser.AnchorExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.anchorExpression().
exitAnchorExpression(AGQLParser.AnchorExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.anchorExpression().
exitAnchorIdExpression(AGQLParser.AnchorIdExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.anchorIdExpression().
exitAnchorIdExpression(AGQLParser.AnchorIdExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.anchorIdExpression().
exitAnchorIdOperand(AGQLParser.AnchorIdOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the AnchorIdOperand labeled alternative in AGQLParser.operand().
exitAnchorIdOperand(AGQLParser.AnchorIdOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the AnchorIdOperand labeled alternative in AGQLParser.operand().
exitAnchorOffsetExpression(AGQLParser.AnchorOffsetExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.anchorOffsetExpression().
exitAnchorOffsetExpression(AGQLParser.AnchorOffsetExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.anchorOffsetExpression().
exitAnchorOffsetOperand(AGQLParser.AnchorOffsetOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the AnchorOffsetOperand labeled alternative in AGQLParser.operand().
exitAnchorOffsetOperand(AGQLParser.AnchorOffsetOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the AnchorOffsetOperand labeled alternative in AGQLParser.operand().
exitAnnotationExpression(AGQLParser.AnnotationExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.annotationExpression().
exitAnnotationExpression(AGQLParser.AnnotationExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.annotationExpression().
exitAnnotationListExpression(AGQLParser.AnnotationListExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.annotationListExpression().
exitAnnotationListExpression(AGQLParser.AnnotationListExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.annotationListExpression().
exitAnnotatorExpression(AGQLParser.AnnotatorExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.annotatorExpression().
exitAnnotatorExpression(AGQLParser.AnnotatorExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.annotatorExpression().
exitAnnotatorOperand(AGQLParser.AnnotatorOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the AnnotatorOperand labeled alternative in AGQLParser.operand().
exitAnnotatorOperand(AGQLParser.AnnotatorOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the AnnotatorOperand labeled alternative in AGQLParser.operand().
exitAnnotatorsMethodCall(AGQLParser.AnnotatorsMethodCallContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.annotatorsMethodCall().
exitAnnotatorsMethodCall(AGQLParser.AnnotatorsMethodCallContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.annotatorsMethodCall().
exitAscendingOrderExpression(AGQLParser.AscendingOrderExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the AscendingOrderExpression labeled alternative in AGQLParser.orderExpression().
exitAscendingOrderExpression(AGQLParser.AscendingOrderExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the AscendingOrderExpression labeled alternative in AGQLParser.orderExpression().
exitAtomListExpression(AGQLParser.AtomListExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.atomListExpression().
exitAtomListExpression(AGQLParser.AtomListExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.atomListExpression().
exitAtomOperand(AGQLParser.AtomOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the AtomOperand labeled alternative in AGQLParser.operand().
exitAtomOperand(AGQLParser.AtomOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the AtomOperand labeled alternative in AGQLParser.operand().
exitBarePredicate(AGQLParser.BarePredicateContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the BarePredicate labeled alternative in AGQLParser.predicate().
exitBarePredicate(AGQLParser.BarePredicateContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the BarePredicate labeled alternative in AGQLParser.predicate().
exitCoalesceAnchorConfidenceOperand(AGQLParser.CoalesceAnchorConfidenceOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the CoalesceAnchorConfidenceOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceAnchorConfidenceOperand(AGQLParser.CoalesceAnchorConfidenceOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the CoalesceAnchorConfidenceOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceAnchorIdOperand(AGQLParser.CoalesceAnchorIdOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the CoalesceAnchorIdOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceAnchorIdOperand(AGQLParser.CoalesceAnchorIdOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the CoalesceAnchorIdOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceAnchorOffsetOperand(AGQLParser.CoalesceAnchorOffsetOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the CoalesceAnchorOffsetOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceAnchorOffsetOperand(AGQLParser.CoalesceAnchorOffsetOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the CoalesceAnchorOffsetOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceAnnotatorOperand(AGQLParser.CoalesceAnnotatorOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the CoalesceAnnotatorOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceAnnotatorOperand(AGQLParser.CoalesceAnnotatorOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the CoalesceAnnotatorOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceAtomOperand(AGQLParser.CoalesceAtomOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the CoalesceAtomOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceAtomOperand(AGQLParser.CoalesceAtomOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the CoalesceAtomOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceConfidenceOperand(AGQLParser.CoalesceConfidenceOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the CoalesceConfidenceOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceConfidenceOperand(AGQLParser.CoalesceConfidenceOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the CoalesceConfidenceOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceExpression(AGQLParser.CoalesceExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.coalesceExpression().
exitCoalesceExpression(AGQLParser.CoalesceExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.coalesceExpression().
exitCoalesceGraphIdOperand(AGQLParser.CoalesceGraphIdOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the CoalesceGraphIdOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceGraphIdOperand(AGQLParser.CoalesceGraphIdOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the CoalesceGraphIdOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceIdOperand(AGQLParser.CoalesceIdOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the CoalesceIdOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceIdOperand(AGQLParser.CoalesceIdOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the CoalesceIdOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceLabelOperand(AGQLParser.CoalesceLabelOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the CoalesceLabelOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceLabelOperand(AGQLParser.CoalesceLabelOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the CoalesceLabelOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceLayerOperand(AGQLParser.CoalesceLayerOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the CoalesceLayerOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceLayerOperand(AGQLParser.CoalesceLayerOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the CoalesceLayerOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceListLengthOperand(AGQLParser.CoalesceListLengthOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the CoalesceListLengthOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceListLengthOperand(AGQLParser.CoalesceListLengthOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the CoalesceListLengthOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceOperand(AGQLParser.CoalesceOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the CoalesceOperand labeled alternative in AGQLParser.operand().
exitCoalesceOperand(AGQLParser.CoalesceOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the CoalesceOperand labeled alternative in AGQLParser.operand().
exitCoalesceOrdinalOperand(AGQLParser.CoalesceOrdinalOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the CoalesceOrdinalOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceOrdinalOperand(AGQLParser.CoalesceOrdinalOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the CoalesceOrdinalOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceParentIdOperand(AGQLParser.CoalesceParentIdOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the CoalesceParentIdOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceParentIdOperand(AGQLParser.CoalesceParentIdOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the CoalesceParentIdOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceWhenOperand(AGQLParser.CoalesceWhenOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the CoalesceWhenOperand labeled alternative in AGQLParser.coalesceParameter().
exitCoalesceWhenOperand(AGQLParser.CoalesceWhenOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the CoalesceWhenOperand labeled alternative in AGQLParser.coalesceParameter().
exitComparisonOperator(AGQLParser.ComparisonOperatorContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.comparisonOperator().
exitComparisonOperator(AGQLParser.ComparisonOperatorContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.comparisonOperator().
exitComparisonPredicate(AGQLParser.ComparisonPredicateContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the ComparisonPredicate labeled alternative in AGQLParser.predicate().
exitComparisonPredicate(AGQLParser.ComparisonPredicateContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the ComparisonPredicate labeled alternative in AGQLParser.predicate().
exitCompositeExpression(AGQLParser.CompositeExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the CompositeExpression labeled alternative in AGQLParser.booleanExpression().
exitCompositeExpression(AGQLParser.CompositeExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the CompositeExpression labeled alternative in AGQLParser.booleanExpression().
exitConfidenceExpression(AGQLParser.ConfidenceExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.confidenceExpression().
exitConfidenceExpression(AGQLParser.ConfidenceExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.confidenceExpression().
exitConfidenceOperand(AGQLParser.ConfidenceOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the ConfidenceOperand labeled alternative in AGQLParser.operand().
exitConfidenceOperand(AGQLParser.ConfidenceOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the ConfidenceOperand labeled alternative in AGQLParser.operand().
exitDescendingOrderExpression(AGQLParser.DescendingOrderExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the DescendingOrderExpression labeled alternative in AGQLParser.orderExpression().
exitDescendingOrderExpression(AGQLParser.DescendingOrderExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the DescendingOrderExpression labeled alternative in AGQLParser.orderExpression().
exitEveryRule(ParserRuleContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
exitFirstAtom(AGQLParser.FirstAtomContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.firstAtom().
exitFirstAtom(AGQLParser.FirstAtomContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.firstAtom().
exitFirstMethodCall(AGQLParser.FirstMethodCallContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.firstMethodCall().
exitFirstMethodCall(AGQLParser.FirstMethodCallContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.firstMethodCall().
exitGraphIdExpression(AGQLParser.GraphIdExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.graphIdExpression().
exitGraphIdExpression(AGQLParser.GraphIdExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.graphIdExpression().
exitGraphIdOperand(AGQLParser.GraphIdOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the GraphIdOperand labeled alternative in AGQLParser.operand().
exitGraphIdOperand(AGQLParser.GraphIdOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the GraphIdOperand labeled alternative in AGQLParser.operand().
exitIdentifierAtom(AGQLParser.IdentifierAtomContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the IdentifierAtom labeled alternative in AGQLParser.atom().
exitIdentifierAtom(AGQLParser.IdentifierAtomContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the IdentifierAtom labeled alternative in AGQLParser.atom().
exitIdExpression(AGQLParser.IdExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.idExpression().
exitIdExpression(AGQLParser.IdExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.idExpression().
exitIdOperand(AGQLParser.IdOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the IdOperand labeled alternative in AGQLParser.operand().
exitIdOperand(AGQLParser.IdOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the IdOperand labeled alternative in AGQLParser.operand().
exitIncludesAnyExpression(AGQLParser.IncludesAnyExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.includesAnyExpression().
exitIncludesAnyExpression(AGQLParser.IncludesAnyExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.includesAnyExpression().
exitIncludesAnyPredicate(AGQLParser.IncludesAnyPredicateContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the IncludesAnyPredicate labeled alternative in AGQLParser.predicate().
exitIncludesAnyPredicate(AGQLParser.IncludesAnyPredicateContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the IncludesAnyPredicate labeled alternative in AGQLParser.predicate().
exitIncludesExpression(AGQLParser.IncludesExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.includesExpression().
exitIncludesExpression(AGQLParser.IncludesExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.includesExpression().
exitIncludesPredicate(AGQLParser.IncludesPredicateContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the IncludesPredicate labeled alternative in AGQLParser.predicate().
exitIncludesPredicate(AGQLParser.IncludesPredicateContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the IncludesPredicate labeled alternative in AGQLParser.predicate().
exitLabelExpression(AGQLParser.LabelExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.labelExpression().
exitLabelExpression(AGQLParser.LabelExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.labelExpression().
exitLabelOperand(AGQLParser.LabelOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the LabelOperand labeled alternative in AGQLParser.operand().
exitLabelOperand(AGQLParser.LabelOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the LabelOperand labeled alternative in AGQLParser.operand().
exitLabelsMethodCall(AGQLParser.LabelsMethodCallContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.labelsMethodCall().
exitLabelsMethodCall(AGQLParser.LabelsMethodCallContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.labelsMethodCall().
exitLayerExpression(AGQLParser.LayerExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.layerExpression().
exitLayerExpression(AGQLParser.LayerExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.layerExpression().
exitLayerOperand(AGQLParser.LayerOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the LayerOperand labeled alternative in AGQLParser.operand().
exitLayerOperand(AGQLParser.LayerOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the LayerOperand labeled alternative in AGQLParser.operand().
exitListExpression(AGQLParser.ListExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.listExpression().
exitListExpression(AGQLParser.ListExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.listExpression().
exitListLengthExpression(AGQLParser.ListLengthExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.listLengthExpression().
exitListLengthExpression(AGQLParser.ListLengthExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.listLengthExpression().
exitListLengthOperand(AGQLParser.ListLengthOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the ListLengthOperand labeled alternative in AGQLParser.operand().
exitListLengthOperand(AGQLParser.ListLengthOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the ListLengthOperand labeled alternative in AGQLParser.operand().
exitLiteral(AGQLParser.LiteralContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.literal().
exitLiteral(AGQLParser.LiteralContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.literal().
exitLiteralAtom(AGQLParser.LiteralAtomContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the LiteralAtom labeled alternative in AGQLParser.atom().
exitLiteralAtom(AGQLParser.LiteralAtomContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the LiteralAtom labeled alternative in AGQLParser.atom().
exitLogicalOperator(AGQLParser.LogicalOperatorContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.logicalOperator().
exitLogicalOperator(AGQLParser.LogicalOperatorContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.logicalOperator().
exitNextExpression(AGQLParser.NextExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.nextExpression().
exitNextExpression(AGQLParser.NextExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.nextExpression().
exitOrderListExpression(AGQLParser.OrderListExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.orderListExpression().
exitOrderListExpression(AGQLParser.OrderListExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.orderListExpression().
exitOrdinalExpression(AGQLParser.OrdinalExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.ordinalExpression().
exitOrdinalExpression(AGQLParser.OrdinalExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.ordinalExpression().
exitOrdinalOperand(AGQLParser.OrdinalOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the OrdinalOperand labeled alternative in AGQLParser.operand().
exitOrdinalOperand(AGQLParser.OrdinalOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the OrdinalOperand labeled alternative in AGQLParser.operand().
exitParentExpression(AGQLParser.ParentExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.parentExpression().
exitParentExpression(AGQLParser.ParentExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.parentExpression().
exitParentIdExpression(AGQLParser.ParentIdExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.parentIdExpression().
exitParentIdExpression(AGQLParser.ParentIdExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.parentIdExpression().
exitParentIdOperand(AGQLParser.ParentIdOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the ParentIdOperand labeled alternative in AGQLParser.operand().
exitParentIdOperand(AGQLParser.ParentIdOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the ParentIdOperand labeled alternative in AGQLParser.operand().
exitPatterMatchPredicate(AGQLParser.PatterMatchPredicateContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the PatterMatchPredicate labeled alternative in AGQLParser.predicate().
exitPatterMatchPredicate(AGQLParser.PatterMatchPredicateContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the PatterMatchPredicate labeled alternative in AGQLParser.predicate().
exitPatternMatchExpression(AGQLParser.PatternMatchExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.patternMatchExpression().
exitPatternMatchExpression(AGQLParser.PatternMatchExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.patternMatchExpression().
exitPredicateExpression(AGQLParser.PredicateExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the PredicateExpression labeled alternative in AGQLParser.booleanExpression().
exitPredicateExpression(AGQLParser.PredicateExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the PredicateExpression labeled alternative in AGQLParser.booleanExpression().
exitPreviousExpression(AGQLParser.PreviousExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.previousExpression().
exitPreviousExpression(AGQLParser.PreviousExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.previousExpression().
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AgqlExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AllMethodCallContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnchorConfidenceExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnchorConfidenceOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnchorExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnchorIdExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnchorIdOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnchorOffsetExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnchorOffsetOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnnotationExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnnotationListExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnnotatorExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnnotatorOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AnnotatorsMethodCallContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AscendingOrderExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AtomListExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.AtomOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.BarePredicateContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceAnchorConfidenceOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceAnchorIdOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceAnchorOffsetOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceAnnotatorOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceAtomOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceConfidenceOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceGraphIdOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceIdOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceLabelOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceLayerOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceListLengthOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceOrdinalOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceParentIdOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CoalesceWhenOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ComparisonOperatorContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ComparisonPredicateContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.CompositeExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ConfidenceExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ConfidenceOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.DescendingOrderExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.FirstAtomContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.FirstMethodCallContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.GraphIdExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.GraphIdOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.IdentifierAtomContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.IdExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.IdOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.IncludesAnyExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.IncludesAnyPredicateContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.IncludesExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.IncludesPredicateContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.LabelExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.LabelOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.LabelsMethodCallContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.LayerExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.LayerOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ListExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ListLengthExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ListLengthOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.LiteralAtomContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.LiteralContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.LogicalOperatorContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.NextExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.OrderListExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.OrdinalExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.OrdinalOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ParentExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ParentIdExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ParentIdOperandContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.PatterMatchPredicateContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.PatternMatchExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.PredicateExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.PreviousExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.StringLiteralContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.SubsequentAtomContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.ValueListExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.WhenExpressionContext
 
exitRule(ParseTreeListener) - Method in class nzilbb.ag.ql.AGQLParser.WhenOperandContext
 
exitStringLiteral(AGQLParser.StringLiteralContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.stringLiteral().
exitStringLiteral(AGQLParser.StringLiteralContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.stringLiteral().
exitSubsequentAtom(AGQLParser.SubsequentAtomContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.subsequentAtom().
exitSubsequentAtom(AGQLParser.SubsequentAtomContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.subsequentAtom().
exitValueListExpression(AGQLParser.ValueListExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.valueListExpression().
exitValueListExpression(AGQLParser.ValueListExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.valueListExpression().
exitWhenExpression(AGQLParser.WhenExpressionContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by AGQLParser.whenExpression().
exitWhenExpression(AGQLParser.WhenExpressionContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by AGQLParser.whenExpression().
exitWhenOperand(AGQLParser.WhenOperandContext) - Method in class nzilbb.ag.ql.AGQLBaseListener
Exit a parse tree produced by the WhenOperand labeled alternative in AGQLParser.operand().
exitWhenOperand(AGQLParser.WhenOperandContext) - Method in interface nzilbb.ag.ql.AGQLListener
Exit a parse tree produced by the WhenOperand labeled alternative in AGQLParser.operand().
ExtApp - Class in nzilbb.ag.automation.util
Utility for running a stand-alone webapp for Annotator extras.
ExtApp() - Constructor for class nzilbb.ag.automation.util.ExtApp
Constructor
Extension(File) - Static method in class nzilbb.util.IO
Determines the file extension (not including the dot) of the given file.
Extension(String) - Static method in class nzilbb.util.IO
Determines the file extension (not including the dot) of the given file.
ExtractFile(URL, File) - Static method in class nzilbb.ag.serialize.util.IconHelper
Extracts the configuration applet for the given layer manager from the given jar file
extractValue(Object) - Method in class nzilbb.configure.Parameter
Sets the Parameter.value of the parameter with the value of the attribute named after Parameter.name of the given bean.

F

FfmpegCensor - Class in nzilbb.media.ffmpeg
MediaCensor implemented by executing ffmpeg.
FfmpegCensor() - Constructor for class nzilbb.media.ffmpeg.FfmpegCensor
Default constructor.
FfmpegConverter - Class in nzilbb.media.ffmpeg
MediaConverter implemented by executing ffmpeg
FfmpegConverter() - Constructor for class nzilbb.media.ffmpeg.FfmpegConverter
Default constructor.
FileMediaProvider - Class in nzilbb.ag.util
Simple GraphMediaProvider implementation that provides a single media file, or a single collection of files.
FileMediaProvider() - Constructor for class nzilbb.ag.util.FileMediaProvider
Default constructor.
FindImplementorInJar(File, ClassLoader, Class) - Static method in class nzilbb.util.IO
Scans the given jar file for an instance of a particular class/interface.
FindImplementorsInJar(File, ClassLoader, Class) - Static method in class nzilbb.util.IO
Scans the given jar file for instances of a particular class/interface.
FindLayerById(LinkedHashMap<String, Layer>, List<String>) - Static method in class nzilbb.ag.serialize.util.Utility
Tries to find a layer in the given map, using an ordered list of possible IDs.
FindSingleStream(NamedStream[], String, String) - Static method in class nzilbb.ag.serialize.util.Utility
Finds a single stream of the given type in the given list of streams.
FindStreams(NamedStream[], String, String) - Static method in class nzilbb.ag.serialize.util.Utility
Finds all streams of the given type in the given list of streams.
first() - Method in class nzilbb.ag.AnnotationChain
 
first(String) - Method in class nzilbb.ag.Annotation
Gets a single related annotation on the given layer.
first(String) - Method in class nzilbb.ag.Graph
Gets a single related annotation on the given layer.
FIRST - Static variable in class nzilbb.ag.ql.AGQLLexer
 
FIRST - Static variable in class nzilbb.ag.ql.AGQLParser
 
FIRST() - Method in class nzilbb.ag.ql.AGQLParser.FirstMethodCallContext
 
firstAtom() - Method in class nzilbb.ag.ql.AGQLParser.AtomListExpressionContext
 
firstAtom() - Method in class nzilbb.ag.ql.AGQLParser
 
FirstAtomContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.FirstAtomContext
 
firstMethodCall() - Method in class nzilbb.ag.ql.AGQLParser.AnnotationExpressionContext
 
firstMethodCall() - Method in class nzilbb.ag.ql.AGQLParser
 
FirstMethodCallContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.FirstMethodCallContext
 
follows(Anchor) - Method in class nzilbb.ag.Anchor
Determines whether the given anchor is linked to this anchor via annotations before this one in the graph.
FragmentExtractor - Class in nzilbb.media.wav
MediaConverter that extracts portions of sound samples using the javax.sound.sampled API, with optional resampling.
FragmentExtractor() - Constructor for class nzilbb.media.wav.FragmentExtractor
Default constructor.
FragmentId(String, Double, Double) - Static method in class nzilbb.ag.Graph
Computes a graph fragment ID, given a graph ID and bounding offsets.
FragmentId(Graph, Double, Double) - Static method in class nzilbb.ag.Graph
Computes a graph fragment ID, given a graph and bounding offsets.
FragmentId(Graph, Anchor, Anchor) - Static method in class nzilbb.ag.Graph
Computes a graph fragment ID, given a graph and bounding anchors.
fromJson(String) - Method in class nzilbb.ag.TrackedMap
Sets the object attributes using the given JSON representation.
fromJson(JsonObject) - Method in class nzilbb.ag.Annotation
Sets the object attributes using the given JSON representation.
fromJson(JsonObject) - Method in class nzilbb.ag.TrackedMap
Sets the object attributes using the given JSON representation.
fromJson(JsonObject) - Method in interface nzilbb.util.CloneableBean
Initializes the bean with the given JSON representation.

G

get(Object) - Method in class nzilbb.ag.TrackedMap
Overrides Map method so that if scripting environments like JSTL's EL exclusively use get() for retrieving attributes, bean attributes will be available.
getAlignment() - Method in class nzilbb.ag.Layer
Getter for alignment: The layer's alignment - 0 for none, 1 for point alignment, 2 for interval alignment.
getAncestor(String) - Method in class nzilbb.ag.Annotation
Returns the ancestor on the given layer.
getAncestors() - Method in class nzilbb.ag.Annotation
Returns a list of ancestor annotations (parent, grandparent, etc.).
getAncestors() - Method in class nzilbb.ag.Layer
Returns a list of ancestor layers (parent, grandparent, etc.).
getAnchor(String) - Method in class nzilbb.ag.Graph
Retrieves an anchor given an id.
getAnchorAt(double) - Method in class nzilbb.ag.Graph
Gets an anchor at the given offset.
getAnchored() - Method in class nzilbb.ag.Annotation
Determines whether the anchors have offsets or not.
getAnchors() - Method in class nzilbb.ag.Graph
Getter for anchors: Map of anchors (graph nodes) keyed by id.
getAnchors(String, String[]) - Method in interface nzilbb.ag.GraphStoreQuery
Gets the given anchors in the given transcript.
getAnchorsOrderedByStructure() - Method in class nzilbb.ag.Graph
Returns all anchors, in the best order given their offset and annotation links.
getAnnotatePrevious() - Method in class nzilbb.ag.util.SpanningConventionTransformer
Getter for SpanningConventionTransformer.annotatePrevious: Whether the destination annotation annotates the source token prior to the first matching source token (i.e.
getAnnotation(String) - Method in class nzilbb.ag.Graph
Retrieves an annotation given an id.
getAnnotations() - Method in class nzilbb.ag.Annotation
Getter for annotations: Child annotations, keyed on layer id.
getAnnotations(String) - Method in class nzilbb.ag.Annotation
Access the child annotations on a given layer.
getAnnotations(String, String) - Method in interface nzilbb.ag.GraphStoreQuery
Gets the annotations on the given layer of the given transcript.
getAnnotations(String, String, Integer) - Method in interface nzilbb.ag.GraphStoreQuery
Gets the annotations on the given layer of the given transcript, but only those with an ordinal less than or equal to the given maximum.
getAnnotations(String, String, Integer, Integer) - Method in interface nzilbb.ag.GraphStoreQuery
Gets the annotations on the given layer of the given transcript.
getAnnotations(String, String, Integer, Integer, Integer) - Method in interface nzilbb.ag.GraphStoreQuery
Gets the annotations on the given layer of the given transcript, but only those with an ordinal less than or equal to the given maximum.
getAnnotationsById() - Method in class nzilbb.ag.Graph
Getter for Graph.annotationsById: Map of annotations (graph edges) keyed by id.
getAnnotationTaskId() - Method in class nzilbb.ag.automation.util.TaskApp
Getter for TaskApp.annotationTaskId: Identifier of the task to be configured.
getAnnotator() - Method in interface nzilbb.ag.automation.Dictionary
Provides the annotator that implements the dictionary.
getAnnotator() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Provides the annotator that implements the dictionary.
getAnnotator() - Method in class nzilbb.ag.automation.util.Annotate
Getter for Annotate.annotator: Annotator .jar file.
getAnnotator() - Method in class nzilbb.ag.automation.util.AnnotatorWebApp
Getter for AnnotatorWebApp.annotator: The annotator to configure.
getAnnotator() - Method in class nzilbb.ag.automation.util.Info
Getter for Info.annotator: The annotator to configure.
getAnnotator() - Method in class nzilbb.ag.automation.util.RequestRouter
Getter for RequestRouter.annotator: The annotator to route requests to.
getAnnotator() - Method in class nzilbb.ag.TrackedMap
Getter for TrackedMap.annotator: Name of the person or system that created or changed this entity.
getAnnotatorClass() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
Getter for AnnotatorDescriptor.annotatorClass: Implementing class of the annotator.
getAnnotatorClassLoader() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
Getter for AnnotatorDescriptor.annotatorClassLoader: Source of the class implementation.
getAnnotatorClassName() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
Getter for AnnotatorDescriptor.annotatorClassName: Fully-qualified annotator class name.
getAnnotatorId() - Method in class nzilbb.ag.automation.Annotator
Unique name for the annotator, which is immutable across versions of the implemetantation.
getAnnotatorId() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
This class implements its own version of Annotator.getAnnotatorId() which is not necessary unless there's a class-name clash with some other annotator.
getAnnotatorId() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
Unique name for the annotator, which is immutable across versions of the implemetantation.
getAnnotatorName() - Method in class nzilbb.ag.automation.util.AnnotatorWebApp
Getter for AnnotatorWebApp.annotatorName: The name of either a .jar file, or a class (if it's on the classpath), which implements the annotator.
getAnnotatorName() - Method in class nzilbb.ag.automation.util.Info
Getter for Info.annotatorName: The name of either a .jar file, or a class (if it's on the classpath), which implements the annotator.
getArguments() - Method in class nzilbb.util.Execution
Getter for Execution.arguments: Command line arguments.
getArraySizeLimit() - Method in class nzilbb.ag.util.Merger
Getter for Merger.arraySizeLimit: The maximum length of a list used for mapping annotations of the same layer but in different graphs to each other.
getAssignedOrdinal() - Method in class nzilbb.ag.Annotation
Returns the ordinal that has previously been explicitly assigned.
getATN() - Method in class nzilbb.ag.ql.AGQLLexer
 
getATN() - Method in class nzilbb.ag.ql.AGQLParser
 
getAudioFilter() - Method in class nzilbb.media.ffmpeg.FfmpegCensor
Getter for FfmpegCensor.audioFilter: Filter for obfuscating audio.
getAvailableMedia() - Method in interface nzilbb.ag.GraphMediaProvider
List the media available for the graph.
getAvailableMedia() - Method in class nzilbb.ag.StoreGraphMediaProvider
List the media available for the graph.
getAvailableMedia() - Method in class nzilbb.ag.util.FileMediaProvider
List the media available for the graph.
getAvailableMedia(String) - Method in interface nzilbb.ag.GraphStoreQuery
List the media available for the given transcript.
getBackTrace() - Method in class nzilbb.editpath.EditStep
Getter for EditStep.eBackTrace: Backtrace to the previous (minimum) edit in the sequence.
getBatchMode() - Method in class nzilbb.converter.Converter
Getter for Converter.batchMode: Whether to start processing immediately (true) or wait until the user presses "Convert" (false).
getBreadthFirst() - Method in class nzilbb.ag.util.LayerTraversal
Getter for LayerTraversal.breadthFirst: Whether the traversal is breadth-first (true) or depth-first (false - the default).
getCancellationObservers() - Method in class nzilbb.ag.automation.Annotator
Getter for Annotator.cancellationObservers: Listeners for cancellation.
getCancelling() - Method in class nzilbb.ag.serialize.json.JSONSerialization
Getter for JSONSerialization.cancelling: Serialization marked for cancelling.
getCardinality() - Method in interface nzilbb.ag.serialize.GraphSerializer
Determines the cardinality between graphs and serialized streams.
getCardinality() - Method in class nzilbb.ag.serialize.json.JSONSerialization
Determines the cardinality between graphs and serialized streams.
getCategory() - Method in class nzilbb.ag.Layer
Getter for Layer.category: Category for the layer, if any.
getChange() - Method in class nzilbb.ag.Graph
Determines how the object has changed since it was originally defined, or since Graph.commit() was last called.
getChange() - Method in class nzilbb.ag.TrackedMap
Determines how the object has changed since it was originally defined.
getChange(String, String) - Method in class nzilbb.ag.ChangeTracker
Gets all the changes for the given attribute of the given object.
getChangeDistance() - Method in class nzilbb.editpath.DefaultEditComparator
Getter for DefaultEditComparator.iChangeDistance: The distance represented by a change.
getChanges() - Method in class nzilbb.ag.ChangeTracker
Gets all the changes.
getChanges() - Method in class nzilbb.ag.Graph
Produces a list of individual changes for this graph and its elements.
getChanges() - Method in class nzilbb.ag.TrackedMap
Produces a list of individual changes for the object.
getChanges(String) - Method in class nzilbb.ag.ChangeTracker
Gets all the changes for the identified object.
getChannelNames() - Method in class nzilbb.ag.ql.AGQLLexer
 
getCharacterAnchorConfidence() - Method in class nzilbb.ag.util.SimpleTokenizer
Getter for SimpleTokenizer.characterAnchorConfidence: The confidence of anchors created in graphs for which Graph.offsetUnits == Constants.UNIT_CHARACTERS.
getChildren() - Method in class nzilbb.ag.Layer
Getter for children: Child layers.
getClonedAttributes() - Method in interface nzilbb.util.CloneableBean
Keys for attributes that are cloned/serialized - i.e.
getCloseGaps() - Method in class nzilbb.ag.util.SpanningConventionTransformer
Getter for SpanningConventionTransformer.closeGaps: Whether to close gaps in the source layer created by deleting span annotations, by setting the end of the previous annotation to the start of the following annotation.
getComparator() - Method in class nzilbb.editpath.DefaultEditComparator
Getter for DefaultEditComparator.comparator: A comparator to use to determin equality, or null to use java.util.Object.equals(Object).
getComparator() - Method in class nzilbb.editpath.MinimumEditPath
Getter for MinimumEditPath.comparator: The comparator used when determining the distance between two sequence elements.
getConfidence() - Method in class nzilbb.ag.TrackedMap
Getter for TrackedMap.confidence: Confidence rating.
getConfidence() - Method in class nzilbb.ag.util.DefaultOffsetGenerator
Getter for DefaultOffsetGenerator.confidence: Value to set for confidence for anchors that have their offsets changed by this transformer.
getConfidence(TrackedMap) - Static method in class nzilbb.ag.util.Utility
Gets the confidence rating of a given object.
getConfidence(TrackedMap, int) - Static method in class nzilbb.ag.util.Utility
Gets the confidence rating of a given object.
getConfig() - Method in class nzilbb.ag.automation.Annotator
Provides the overall configuration of the annotator.
getConfig() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Provides the overall configuration of the annotator.
getConfig() - Method in class nzilbb.ag.automation.util.Transcribe
Getter for Transcribe.config: Transcriber installation configuration, if any is required.
getConfigParameterInfo() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
Retrieves HTML-encoded definition of the installation config parameters, including a list of all parameters, and the encoding of the parameter string, for displaying to users who wish to configure the annotator programmatically.
getConnectionName() - Method in class nzilbb.sql.mysql.MySQLConnectionFactory
Getter for MySQLConnectionFactory.connectionName: Database user ID.
getConnectionPassword() - Method in class nzilbb.sql.mysql.MySQLConnectionFactory
Getter for MySQLConnectionFactory.connectionPassword: Database password.
getConnectionUrl() - Method in class nzilbb.sql.mysql.MySQLConnectionFactory
Getter for MySQLConnectionFactory.connectionUrl: Connection URL.
getConversionCommandLine() - Method in class nzilbb.media.ffmpeg.FfmpegConverter
Getter for FfmpegConverter.conversionCommandLine: Command line for conversion.
getCorpus() - Method in class nzilbb.ag.Graph
Deprecated.
getCorpusIds() - Method in interface nzilbb.ag.GraphStoreQuery
Gets a list of corpus IDs.
getCorpusLayerId() - Method in class nzilbb.ag.Schema
Getter for Schema.corpusLayerId: ID of the layer that tags the graph with its corpus name, if any.
getDebug() - Method in class nzilbb.ag.automation.util.Annotate
Getter for Annotate.debug: Whether to print debug tracing.
getDebug() - Method in class nzilbb.ag.automation.util.AnnotatorWebApp
Getter for AnnotatorWebApp.debug: Whether to print debug tracing.
getDebug() - Method in class nzilbb.ag.util.Coalescer
Getter for Coalescer.debug: Whether a log of messages should be kept for reporting.
getDebug() - Method in class nzilbb.ag.util.DefaultOffsetGenerator
Getter for DefaultOffsetGenerator.debug: Whether a log of messages should be kept for reporting.
getDebug() - Method in class nzilbb.ag.util.Merger
Getter for Merger.debug: Whether a log of messages should be kept for reporting.
getDebug() - Method in class nzilbb.ag.util.Normalizer
Getter for Normalizer.debug: Whether a log of messages should be kept for reporting.
getDebug() - Method in class nzilbb.ag.util.Validator
Getter for Validator.debug: Whether a log of messages should be kept for reporting.
getDefaultAnchorConfidence() - Method in class nzilbb.ag.util.DefaultOffsetGenerator
Getter for DefaultOffsetGenerator.defaultAnchorConfidence: Value to assume in the case of Anchors that have no value for "confidence".
getDefaultAnchorConfidence() - Method in class nzilbb.ag.util.Validator
Getter for Validator.defaultAnchorConfidence: Value to assume in the case of Anchors that have no value for "confidence".
getDefaultHeight() - Method in class nzilbb.util.GuiProgram
Getter for GuiProgram.iDefaultHeight: Default height of the application.
getDefaultOffsets() - Method in class nzilbb.ag.cli.Deserialize
Getter for Deserialize.defaultOffsets: Whether to set null anchor offsets or not.
getDefaultOffsetThreshold() - Method in class nzilbb.ag.util.DefaultOffsetGenerator
Getter for DefaultOffsetGenerator.defaultOffsetThreshold: The confidence threshold for default anchor offset computation, or null to skip default offset computation.
getDefaultOffsetThreshold() - Method in class nzilbb.ag.util.Validator
Getter for Validator.defaultOffsetThreshold: The confidence threshold for default anchor offset computation, or null to skip default offset computation.
getDefaultStress() - Method in class nzilbb.encoding.DISC2CMU
Getter for DISC2CMU.defaultStress: Default stress value to append to vowels.
getDefaultWidth() - Method in class nzilbb.util.GuiProgram
Getter for GuiProgram.iDefaultWidth: Default width of the application.
getDefaultWindowTitle() - Method in class nzilbb.util.GuiProgram
Getter for GuiProgram.sDefaultWindowTitle: Default title for the application window.
getDeleteDistance() - Method in class nzilbb.editpath.DefaultEditComparator
Getter for DefaultEditComparator.iDeleteDistance: The distance represented by a deletion.
getDeleteInSource() - Method in class nzilbb.ag.util.SpanningConventionTransformer
Getter for SpanningConventionTransformer.deleteInSource: Whether to delete the source annotations between the start and end source annotations (exclusive).
getDeleteOnClose() - Method in class nzilbb.util.TempFileInputStream
Getter for TempFileInputStream.bDeleteOnClose: Whether to delete the file when close() is called or not.
getDeleteSource() - Method in class nzilbb.media.ffmpeg.FfmpegCensor
Getter for FfmpegCensor.deleteSource: Delete source file when finished.
getDelimiter() - Method in class nzilbb.ag.util.SpanningConventionTransformer
Getter for SpanningConventionTransformer.delimiter: Delimiter to insert between source labels when concatenting them to for the destination label.
getDelimiter() - Method in class nzilbb.encoding.DISC2IPA
Getter for DISC2IPA.delimiter: Delimiter between IPA phonemes, if any.
getDelimiter() - Method in class nzilbb.encoding.IPA2DISC
Getter for IPA2DISC.delimiter: Delimiter between IPA phonemes, if any.
getDelimiters() - Method in class nzilbb.ag.util.SimpleTokenizer
Getter for SimpleTokenizer.delimiters: Regular expression to match delimiters for tokenization.
getDependsOn() - Method in class nzilbb.util.DependencyNode
Getter for DependencyNode.dependsOn: Set of graph edges; providers that this node depends on.
getDescendantDepth() - Method in class nzilbb.ag.Layer
Returns the maximum depth of the descendants of the layer.
getDescendants() - Method in class nzilbb.ag.Layer
Gets all descendant layers.
getDescription() - Method in class nzilbb.ag.Layer
Getter for description: The description of the layer.
getDescription() - Method in class nzilbb.ag.MediaTrackDefinition
Getter for MediaTrackDefinition.description: The description of the track.
getDescriptor() - Method in class nzilbb.ag.automation.util.AnnotatorWebApp
Getter for AnnotatorWebApp.descriptor: Descriptor for the annotator.
getDescriptor() - Method in class nzilbb.ag.automation.util.Info
Getter for Info.descriptor: Descriptor for the annotator.
getDescriptor() - Method in class nzilbb.ag.automation.util.Transcribe
Getter for Transcribe.descriptor: Descriptor for the transcriber.
getDescriptor() - Method in interface nzilbb.ag.serialize.GraphDeserializer
Returns the deserializer's descriptor
getDescriptor() - Method in interface nzilbb.ag.serialize.GraphSerializer
Returns the deserializer's descriptor
getDescriptor() - Method in class nzilbb.ag.serialize.json.JSONSerialization
Returns the serialization descriptor.
getDescriptor() - Method in interface nzilbb.ag.serialize.SchemaSerializer
Returns the deserializer's descriptor
getDeserializer() - Method in class nzilbb.converter.Converter
Gets the deserializer that Converter.convert(File) uses.
getDeserializerDescriptors() - Method in interface nzilbb.ag.GraphStoreQuery
Lists the descriptors of all registered deserializers.
getDestinationEncoding() - Method in class nzilbb.encoding.PhonemeTranslator
Getter for PhonemeTranslator.destinationEncoding: The name of the destination encoding.
getDestinationEndResult() - Method in class nzilbb.ag.util.SpanningConventionTransformer
Getter for SpanningConventionTransformer.destinationEndResult: The resulting label appended to the destination annotation, which may contain references to captured groups in SpanningConventionTransformer.endPattern, or be null to not include the end annotation.
getDestinationLayerId() - Method in class nzilbb.ag.util.SimpleTokenizer
Getter for SimpleTokenizer.destinationLayerId: Layer ID of the individual tokens.
getDestinationLayerId() - Method in class nzilbb.ag.util.SpanningConventionTransformer
Getter for SpanningConventionTransformer.destinationLayerId: Layer ID of the annotation created for each span.
getDestinationResults() - Method in class nzilbb.ag.util.ConventionTransformer
Getter for ConventionTransformer.destinationResults: A map of layer IDs to label values which may include references to groups captured in the ConventionTransformer.sourcePattern.
getDestinationStartResult() - Method in class nzilbb.ag.util.SpanningConventionTransformer
Getter for SpanningConventionTransformer.destinationStartResult: The resulting label appended to the destination annotation, which may contain references to captured groups in SpanningConventionTransformer.startPattern, or be null to not include the start annotation.
getDiarizationRequired() - Method in class nzilbb.ag.automation.Transcriber
Specify whether the transcriber needs the audio to be split into utterance chunks before Transcriber.transcribe(File,Graph) is called.
getDictionary() - Method in exception nzilbb.ag.automation.DictionaryException
Getter for DictionaryException.dictionary: The dictionary.
getDictionary(String) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Gets the identified dictionary.
getDictionary(String) - Method in interface nzilbb.ag.automation.ImplementsDictionaries
Gets the identified dictionary.
getDictionaryId() - Method in interface nzilbb.ag.automation.Dictionary
Name of the dictionary, which must be unique among the dictionaries implemented by the same annotator.
getDictionaryId() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Name of the dictionary, which must be unique among the dictionaries implemented by the same annotator.
getDictionaryIds() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Lists the dictionaries implemented by this Annotator.
getDictionaryIds() - Method in interface nzilbb.ag.automation.ImplementsDictionaries
Lists the dictionaries implemented by this Annotator.
getDuration() - Method in class nzilbb.ag.Annotation
Determines the duration of the annotation - the difference between the start offset and the end offset.
getEarliestDescendant() - Method in class nzilbb.ag.Annotation
Returns the descendant annotation with the earliest start anchor, excluding tag layers (layer where Layer.getAlignment() == Constants.ALIGNMENT_NONE) and non-included layers.
getEdited() - Method in class nzilbb.ag.util.Merger
Getter for Merger.edited: JSON file from command line.
getEditedGraph() - Method in class nzilbb.ag.util.Merger
Getter for Merger.editedGraph: The edited version of the graph.
getEnd() - Method in class nzilbb.ag.Annotation
Getter for end: The annotation's end anchor.
getEnd() - Method in class nzilbb.ag.Graph
Getter for end: The anchor with the highest offset.
getEnd() - Method in class nzilbb.media.wav.FragmentExtractor
Getter for FragmentExtractor.end.
getEndId() - Method in class nzilbb.ag.Annotation
Getter for endId: ID of the annotation's end anchor.
getEndId() - Method in class nzilbb.ag.Graph
Getter for endId: ID of the anchor with the highest offset.
getEndingAnnotations() - Method in class nzilbb.ag.Anchor
Accesses a list of annotations on all layers that end with this anchor.
getEndOf() - Method in class nzilbb.ag.Anchor
Getter for Anchor.endOf: Map of annotations that end with this anchor, keyed on layer id.
getEndPattern() - Method in class nzilbb.ag.util.SpanningConventionTransformer
Getter for SpanningConventionTransformer.endPattern: A regular expression matching the label of the last source annotation in the span.
getEndSeconds() - Method in class nzilbb.media.wav.TruncatingAudioInputStream
EndSeconds accessor
getEnvironmentVariables() - Method in class nzilbb.util.Execution
Getter for Execution.environmentVariables: Environment variables.
getEpisodeDocuments(String) - Method in interface nzilbb.ag.GraphStoreQuery
Get a list of documents associated with the episode of the given transcript.
getEpisodeLayer() - Method in class nzilbb.ag.Schema
Get the layer specified by Schema.episodeLayerId
getEpisodeLayerId() - Method in class nzilbb.ag.Schema
Getter for Schema.episodeLayerId: ID of the layer that tags the graph with its episode name, if any.
getError() - Method in class nzilbb.util.Execution
Getter for Execution.error: Text from stderr
getErrors() - Method in exception nzilbb.ag.ql.AGQLException
Getter for AGQLException.errors.
getErrors() - Method in exception nzilbb.ag.serialize.SerializationException
Getter for SerializationException.errors: Collection of fatal errors that occurred during deserialization.
getErrors() - Method in class nzilbb.ag.util.DefaultOffsetGenerator
Getter for DefaultOffsetGenerator.errors: Fatal errors raised during the last DefaultOffsetGenerator.transform(Graph).
getErrors() - Method in class nzilbb.ag.util.Merger
Getter for Merger.errors: Fatal errors raised during the last Merger.transform(Graph).
getErrors() - Method in class nzilbb.ag.util.Validator
Getter for Validator.errors: Fatal errors raised during the last Validator.transform(Graph).
getExe() - Method in class nzilbb.util.Execution
Getter for Execution.exe: Executable file.
getExecution() - Method in class nzilbb.media.MediaThread
Getter for MediaThread.execution: The external process Execution object, if the thread was given one.
getExpression() - Method in exception nzilbb.ag.ql.AGQLException
Getter for AGQLException.expression.
getExtApiInfo() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
Retrieves HTML-encoded document containing information about what endpoints are published by the ext web-app, for displaying to users who wish to use it programmatically.
getExtension() - Method in class nzilbb.ag.MediaFile
The file's extension, not including the dot.
getFfmpeg() - Method in class nzilbb.media.ffmpeg.FfmpegCensor
Getter for FfmpegCensor.ffmpeg: Executable file for ffmpeg.
getFfmpeg() - Method in class nzilbb.media.ffmpeg.FfmpegConverter
Getter for FfmpegConverter.ffmpeg: Executable file for ffmpeg.
getFile() - Method in class nzilbb.ag.MediaFile
Getter for MediaFile.file: The local media file, if any.
getFileSuffixes() - Method in class nzilbb.ag.serialize.SerializationDescriptor
Getter for SerializationDescriptor.fileSuffixes: The normal file name suffixes (extensions) of this MIME type.
getFileSuffixesArray() - Method in class nzilbb.ag.serialize.SerializationDescriptor
Getter for SerializationDescriptor.fileSuffixes: The normal file name suffixes (extensions) of this MIME type.
getFinished() - Method in class nzilbb.util.Execution
Getter for Execution.finished: Whether the execution has completed.
getFinishedPath() - Method in class nzilbb.webapp.StandAloneWebApp
Getter for StandAloneWebApp.finishedPath: The URI path (excluding leading '/') for the request that terminates the web app.
getFinishedResponse() - Method in class nzilbb.webapp.StandAloneWebApp
Getter for StandAloneWebApp.finishedResponse: The HTML document to show when /StandAloneWebApp.finishedPath is called.
getFirstCommonAncestor(Annotation) - Method in class nzilbb.ag.Annotation
Determines the first ancestor annotation this annotation has in common with the given annotation.
getFirstCommonAncestor(Layer) - Method in class nzilbb.ag.Layer
Determines the first ancestor layer this layer has in common with the given layer.
getFollowing() - Method in class nzilbb.ag.Anchor
Gets all anchors that are linked to this anchor via annotations after this one in the graph.
getFragment(double, double, String[]) - Method in class nzilbb.ag.Graph
Creates a fragment of this graph, copying into it annotations that fall within the given bounds, on the given layers.
getFragment(String, double, double, String[]) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a fragment of a transcript, given its ID and the start/end offsets that define the desired fragment, and containing only the given layers.
getFragment(String, String) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a fragment of a transcript, given its ID and the ID of an annotation in it that defines the desired fragment.
getFragment(String, String, String[]) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a fragment of a transcript, given its ID and the ID of an annotation in it that defines the desired fragment, and containing only the given layers.
getFragment(Annotation, String[]) - Method in class nzilbb.ag.Graph
Creates a fragment of this graph, copying into it the given annotation and its descendants, on the given layers.
getFragment(Annotation, Annotation, String[]) - Method in class nzilbb.ag.Graph
Creates a fragment of this graph, copying into it annotations that fall within the bounds of the given bounds annotation, and which are descendants of the given ancestor annotation, on the given layers.
getFragmentSeries(String, String[]) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a series of fragments, given the series' ID, and only the given layers.
getFrameLength() - Method in class nzilbb.media.wav.TruncatingAudioInputStream
Obtains the length of the audio data contained in the file, expressed in sample frames.
getFrom() - Method in class nzilbb.editpath.EditStep
Getter for EditStep.oFrom: The element in the start sequence.
getFromIndex() - Method in class nzilbb.editpath.EditStep
Getter for EditStep.fromIndex: The index of "from".
getFullValidation() - Method in class nzilbb.ag.util.Validator
Getter for Validator.fullValidation: Whether to validate all annotations on all layers (true) or perform a 'smart' validation tries to validate only parts of the graph that have actually changed (false - the default).
getGenerateFrom() - Method in class nzilbb.ag.MediaFile
Getter for MediaFile.generateFrom: The media file from which this one could be generated, or null if the file already exists.
getGrammarFileName() - Method in class nzilbb.ag.ql.AGQLLexer
 
getGrammarFileName() - Method in class nzilbb.ag.ql.AGQLParser
 
getGraph() - Method in class nzilbb.ag.Anchor
Getter for Anchor.graph: The annotation's annotation graph.
getGraph() - Method in class nzilbb.ag.Annotation
Getter for Annotation.graph: The annotation's annotation graph.
getGraph() - Method in class nzilbb.ag.Graph
Getter for Annotation.graph, which always returns this.
getGraph() - Method in class nzilbb.ag.StoreGraphMediaProvider
Getter for StoreGraphMediaProvider.graph.
getGraph() - Method in class nzilbb.ag.util.LayerTraversal
Getter for LayerTraversal.graph: The graph to be traversed.
getGraph(String) - Method in interface nzilbb.ag.GraphStoreQuery
Deprecated.
getGraph(String, String[]) - Method in interface nzilbb.ag.GraphStoreQuery
Deprecated.
getGraphIds() - Method in interface nzilbb.ag.GraphStoreQuery
Deprecated.
getGraphIdsInCorpus(String) - Method in interface nzilbb.ag.GraphStoreQuery
Deprecated.
getGraphIdsWithParticipant(String) - Method in interface nzilbb.ag.GraphStoreQuery
Deprecated.
getGui() - Method in class nzilbb.ag.automation.util.Info
Getter for Info.gui: Whether to show a graphical user interface (true) or write info to stdout (false).
getHasConfigWebapp() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
getHasExtWebapp() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
Bean-getter version of AnnotatorDescriptor.hasExtWebapp()
getHasTaskWebapp() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
getHelp() - Method in class nzilbb.converter.Converter
Getter for Converter.help: Display help info about available serialization parameters.
getHint() - Method in class nzilbb.configure.Parameter
Getter for Parameter.hint: A text hint that might be displayed to a user.
getHttpStatus() - Method in exception nzilbb.ag.automation.util.RequestException
Getter for RequestException.httpStatus: The HTTP status code to return.
getIcon() - Method in class nzilbb.ag.serialize.SerializationDescriptor
Getter for SerializationDescriptor.icon: URL to an icon for this MIME type.
getId() - Method in exception nzilbb.ag.GraphNotFoundException
Getter for GraphNotFoundException.id: ID of the graph.
getId() - Method in interface nzilbb.ag.GraphStoreQuery
Gets the store's ID.
getId() - Method in class nzilbb.ag.TrackedMap
Getter for id: The object's identifier.
getIgnoreLabelConfidence() - Method in class nzilbb.ag.util.Merger
Getter for Merger.ignoreLabelConfidence: Whether to ignore label confidence and force label changes (true), or only change labels when the edited confidence is equal to or higher than the original confidence.
getIgnoreOffsetConfidence() - Method in class nzilbb.ag.util.Merger
Getter for Merger.ignoreOffsetConfidence: Wether to ignore offset confidence and force offset changes (true), or only change offsets when the edited offset is equal to or higher than the original confidence (false).
getIndenter() - Method in class nzilbb.ag.serialize.json.JSONSerialization
Getter for JSONSerialization.indenter: String used for indenting.
getInfo() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
Retrieves HTML-encoded description of the function of the annotator, for displaying to the user.
getInput() - Method in class nzilbb.util.Execution
Getter for Execution.input: Text from stdout
getInputLayer() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Getter for TheWorksExample.inputLayer: ID of input layer.
getInputStream() - Method in class nzilbb.media.wav.TruncatingAudioInputStream
InputStream accessor
getInsertDistance() - Method in class nzilbb.editpath.DefaultEditComparator
Getter for DefaultEditComparator.iInsertDistance: The distance represented by an insertion.
getInstance() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
Getter for AnnotatorDescriptor.instance: Instance of the annotator class.
getInstantaneous() - Method in class nzilbb.ag.Annotation
Returns whether the annotation is formally instantaneous or not; whether or not its start anchor and end anchor are the same.
getJavascriptName() - Method in class nzilbb.ag.MediaFile
A javascript-safe version of #getName()
getKey() - Method in class nzilbb.ag.Change
Getter for Change.key: The attribute name which will be changed, if the change is an Update.
getLabel() - Method in class nzilbb.ag.Annotation
Getter for label: The annotation's label.
getLabel() - Method in class nzilbb.ag.Graph
Getter for label: The label for the whole graph, which is defined as it's ID.
getLabel() - Method in class nzilbb.configure.Parameter
Getter for Parameter.label: A label that might be presented to a user.
getLabelConfidence() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Getter for TheWorksExample.labelConfidence: Value for annotator confidence.
getLastAddedAnchorId() - Method in class nzilbb.ag.Graph
Getter for lastAddedAnchorId: The ID of the end anchor of the last annotation added using Graph.addAnnotation(Annotation), or the last anchor added using Graph.addAnchor(Anchor).
getLastError() - Method in class nzilbb.media.MediaThread
Getter for MediaThread.lastError: Last error, if any.
getLatestDescendant() - Method in class nzilbb.ag.Annotation
Returns the descendant annotation with the latest end anchor, excluding tag layers (layer where Layer.getAlignment() == Constants.ALIGNMENT_NONE) and non-included layers.
getLayer() - Method in class nzilbb.ag.Annotation
Getter for layer: The annotation's layer definition.
getLayer() - Method in class nzilbb.ag.Graph
Getter for layer: The graph's layer definition, which is by definition the root of its schema.
getLayer(String) - Method in class nzilbb.ag.Graph
Get the definition of the given layer ID.
getLayer(String) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a layer definition.
getLayer(String) - Method in class nzilbb.ag.Schema
Gets the named layer.
getLayerId() - Method in class nzilbb.ag.Annotation
Getter for layerId: The identifier of the annotation's layer.
getLayerId() - Method in class nzilbb.ag.Graph
Getter for layerId: The graph's layer ID, which is by definition the root of its schema.
getLayerId() - Method in class nzilbb.ag.util.Coalescer
Getter for Coalescer.layerId: ID of the layer on which contiguous peers with the same label will be joined.
getLayerIds() - Method in interface nzilbb.ag.GraphStoreQuery
Gets a list of layer IDs (annotation 'types').
getLayerIds() - Method in class nzilbb.ag.util.UtteranceParallelizer
Getter for UtteranceParallelizer.layerIds: Layer IDs to parallelize, e.g.
getLayers() - Method in interface nzilbb.ag.GraphStoreQuery
Gets a list of layer definitions.
getLayers() - Method in class nzilbb.ag.Schema
Getter for Schema.layers: Layers, indexed by ID.
getLayersTopDown() - Method in class nzilbb.ag.Graph
Get a list of layers, ordered top down.
getLayersToSerialize() - Method in class nzilbb.converter.Converter
Specifies which layers should be given to the serializer.
getLeftPadding() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Getter for TheWorksExample.leftPadding: How many spaces to add on the left.
getLocation() - Method in class nzilbb.sql.derby.DerbyConnectionFactory
Getter for DerbyConnectionFactory.location: Location for the database files.
getLog() - Method in class nzilbb.ag.util.Coalescer
Getter for Coalescer.log: Messages for debugging.
getLog() - Method in class nzilbb.ag.util.DefaultOffsetGenerator
Getter for DefaultOffsetGenerator.log: Messages for debugging.
getLog() - Method in class nzilbb.ag.util.Merger
Getter for Merger.log: Messages for debugging.
getLog() - Method in class nzilbb.ag.util.Normalizer
Getter for Normalizer.log: Messages for debugging.
getLog() - Method in class nzilbb.ag.util.Validator
Getter for Validator.log: Messages for debugging.
getLogObservers() - Method in class nzilbb.ag.util.Merger
Getter for Merger.logObservers: Listeners for log messages.
getLongestFirst() - Method in class nzilbb.ag.util.AnnotationComparatorByAnchor
Getter for AnnotationComparatorByAnchor.longestFirst: If start offsets are the same, the one with the latest end anchor is first (true) or last (false).
getMatchAnnotations(Iterator<String>, String[], int, int, Consumer<Annotation[]>) - Method in interface nzilbb.ag.GraphStoreQuery
Gets the annotations on given layers for a set of match IDs.
getMatchingAnnotations(String) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a list of annotations that match a particular pattern.
getMatchingAnnotations(String, Integer, Integer) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a list of annotations that match a particular pattern.
getMatchingGraphIds(String) - Method in interface nzilbb.ag.GraphStoreQuery
Deprecated.
getMatchingGraphIds(String, Integer, Integer) - Method in interface nzilbb.ag.GraphStoreQuery
Deprecated.
getMatchingGraphIds(String, Integer, Integer, String) - Method in interface nzilbb.ag.GraphStoreQuery
Deprecated.
getMatchingLayers(String) - Method in class nzilbb.ag.Schema
Returns layers that match the given expression.
getMatchingLayers(Predicate<Layer>) - Method in class nzilbb.ag.Schema
Returns layers that match the given expression.
getMatchingParticipantIds(String) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a list of IDs of participants that match a particular pattern.
getMatchingParticipantIds(String, Integer, Integer) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a list of IDs of participants that match a particular pattern.
getMatchingTranscriptIds(String) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a list of IDs of transcript that match a particular pattern.
getMatchingTranscriptIds(String, Integer, Integer) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a list of IDs of transcripts that match a particular pattern.
getMatchingTranscriptIds(String, Integer, Integer, String) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a list of IDs of transcript that match a particular pattern.
getMaxLabelLength() - Method in class nzilbb.ag.util.Normalizer
Getter for Normalizer.maxLabelLength: The maximum length of a label, or null if there's no limit.
getMaxLabelLength() - Method in class nzilbb.ag.util.Validator
Getter for Validator.maxLabelLength: Maximum allowed label length, or null (the default) for no limit.
getMedia(String, String) - Method in interface nzilbb.ag.GraphMediaProvider
Gets a given media track for the graph.
getMedia(String, String) - Method in class nzilbb.ag.StoreGraphMediaProvider
Gets a given media track for the graph.
getMedia(String, String) - Method in class nzilbb.ag.util.FileMediaProvider
Gets a given media track for the graph.
getMedia(String, String, String) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a given media track for a given transcript.
getMedia(String, String, String, Double, Double) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a given media track for a given transcript.
getMediaProvider() - Method in class nzilbb.ag.Graph
Getter for Graph.mediaProvider.
getMediaTracks() - Method in interface nzilbb.ag.GraphStoreQuery
List the predefined media tracks available for transcripts.
getMethod() - Method in exception nzilbb.ag.automation.util.RequestException
Getter for RequestException.method: The request method.
getMidpoint() - Method in class nzilbb.ag.Annotation
Determines the offset halfway between the start offset and the end offset.
getMimeType() - Method in class nzilbb.ag.MediaFile
Getter for MediaFile.mimeType: The MIME type of the file.
getMimeType() - Method in class nzilbb.ag.serialize.SerializationDescriptor
Getter for SerializationDescriptor.mimeType: The MIME type of the format.
getMimeType() - Method in class nzilbb.ag.serialize.util.NamedStream
Getter for NamedStream.mimeType: Optional MIME Type for the stream.
getMinimumApiVersion() - Method in class nzilbb.ag.automation.Annotator
Get the minimum version of the nzilbb.ag API supported by the serializer.
getMinimumApiVersion() - Method in class nzilbb.ag.automation.example.minimal.MinimalExample
Get the minimum version of the nzilbb.ag API supported by the serializer.
getMinimumApiVersion() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Get the minimum version of the nzilbb.ag API supported by the serializer.
getMinimumApiVersion() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
Get the minimum version of the nzilbb.ag API supported by the serializer.
getMinimumApiVersion() - Method in class nzilbb.ag.serialize.SerializationDescriptor
Getter for SerializationDescriptor.minimumApiVersion: Minimum version of the nzilbb.ag API supported by the serializer.
getMinimumPauseLength() - Method in class nzilbb.ag.util.Coalescer
Getter for Coalescer.minimumPauseLength: Minimum amount of time between two peers with the same parent, with no intervening peers, for which the inter-annotation pause counts as a not congituous.
getMinimumTurnPauseLength() - Method in class nzilbb.ag.util.Normalizer
Getter for Normalizer.minimumTurnPauseLength: Minimum amount of time between two turns by the same speaker, with no intervening speaker, for which the inter-turn pause counts as a turn change boundary.
getModeNames() - Method in class nzilbb.ag.ql.AGQLLexer
 
getName() - Method in class nzilbb.ag.MediaFile
Getter for MediaFile.name: Name of the file
getName() - Method in class nzilbb.ag.serialize.SerializationDescriptor
Getter for SerializationDescriptor.name: The name of the format or storage system that is used for serialization/deserialization.
getName() - Method in class nzilbb.ag.serialize.util.NamedStream
Getter for NamedStream.name: The name of the stream
getName() - Method in class nzilbb.configure.Parameter
Getter for Parameter.name: The paramater's name.
getName() - Method in class nzilbb.sql.derby.DerbyConnectionFactory
Getter for DerbyConnectionFactory.name: Database name - default is "derby".
getNameUrlSafe() - Method in class nzilbb.ag.MediaFile
A URL-safe version of #getName()
getNameWithoutSuffix() - Method in class nzilbb.ag.MediaFile
Strip of the existension of the file name.
getNext() - Method in class nzilbb.ag.Annotation
Returns the annotation's next sibling by ordinal, if any.
getNoChangeLayers() - Method in class nzilbb.ag.util.Merger
Getter for Merger.noChangeLayers: Set of IDs of layers for which annotations may not be added, changed, or deleted.
getNode() - Method in exception nzilbb.util.CircularDependencyException
Getter for CircularDependencyException.node: The node with the circular dependency.
getNodes() - Method in class nzilbb.util.DependencyGraph
Getter for DependencyGraph.nodes: All the nodes in the graph.
getNonOrthoCharacterPattern() - Method in class nzilbb.ag.util.OrthographyClumper
Getter for OrthographyClumper.nonOrthoCharacterPattern: A regular expression that identifies a non-orthographic character.
getNumberOfInputs() - Method in class nzilbb.ag.serialize.SerializationDescriptor
Getter for SerializationDescriptor.numberOfInputs: The (maximum) number of inputs required - e.g.
getObject() - Method in class nzilbb.ag.Change
Getter for Change.object: The object on which the change is made.
getOffset() - Method in class nzilbb.ag.Anchor
Getter for offset: The anchor's time/character offset.
getOffsetGranularity() - Method in class nzilbb.ag.Graph
Getter for Graph.getOffsetGranularity(): Granularity of offsets - e.g.
getOffsetMax() - Method in class nzilbb.ag.Anchor
Returns the maximum possible offset for this anchor.
getOffsetMin() - Method in class nzilbb.ag.Anchor
Returns the minimum possible offset for this anchor.
getOffsetUnits() - Method in class nzilbb.ag.Graph
Getter for Graph.offsetUnits: The units for anchor offsets - e.g.
getOldNameToNewName() - Method in class nzilbb.ag.util.ParticipantRenamer
Getter for ParticipantRenamer.oldNameToNewName: A map from old speaker names to new speaker names.
getOldValue() - Method in class nzilbb.ag.Change
Getter for Change.oldValue: The old value for the attribute defined by Change.getKey()
getOperation() - Method in class nzilbb.ag.Change
Getter for Change.operation: The operation of this change.
getOperation() - Method in class nzilbb.editpath.EditStep
Getter for EditStep.enOperation: The operation represented by this step.
getOrCreateAnchorAt(double) - Method in class nzilbb.ag.Graph
Gets an anchor at the given offset.
getOrCreateAnchorAt(double, Integer) - Method in class nzilbb.ag.Graph
Gets an anchor at the given offset.
getOrdinal() - Method in class nzilbb.ag.Annotation
Getter for ordinal: The annotation's ordinal position amongst the parent's children.
getOriginalEndId() - Method in class nzilbb.ag.Annotation
Gets the original endId of the annotation, before any subsequent calls to Annotation.setEndId(String), since the object was created.
getOriginalLabel() - Method in class nzilbb.ag.Annotation
Gets the original label of the annotation, before any subsequent calls to Annotation.setLabel(String), since the object was created.
getOriginalOffset() - Method in class nzilbb.ag.Anchor
Gets the original offset of the anchor, before any subsequent calls to Anchor.setOffset(Double), since the object was created.
getOriginalOrdinal() - Method in class nzilbb.ag.Annotation
Gets the original ordinal of the annotation, before any subsequent calls to Annotation.setOrdinal(int), since the object was created.
getOriginalParentId() - Method in class nzilbb.ag.Annotation
Gets the original parentId of the annotation, before any subsequent calls to Annotation.setParentId(String), since the object was created.
getOriginalStartId() - Method in class nzilbb.ag.Annotation
Gets the original startId of the annotation, before any subsequent calls to Annotation.setStartId(String), since the object was created.
getOthers() - Method in class nzilbb.ag.ChangeTracker
Getter for ChangeTracker.others: Consumers to pass the events to.
getOutputLayer() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Getter for TheWorksExample.outputLayer: ID of output layer.
getOutputLayers() - Method in class nzilbb.ag.automation.Annotator
Determines which layers the annotator will create/update/delete annotations on.
getOutputLayers() - Method in class nzilbb.ag.automation.example.minimal.MinimalExample
Determines which layers the annotator will create/update/delete annotations on.
getOutputLayers() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Determines which layers the annotator will create/update/delete annotations on.
getOutputLayers() - Method in class nzilbb.ag.automation.Transcriber
Determines which layers the annotator will create/update/delete annotations on.
getOutputSuffix() - Method in class nzilbb.ag.automation.util.Annotate
Getter for Annotate.outputSuffix: Suffix for adding to the file name of input transcripts in order to determine the annotated transcript file name.
getParameterInfo() - Method in class nzilbb.util.GuiProgram
Returns information about the parameters that are understood by this applet.
getParent() - Method in class nzilbb.ag.Annotation
Getter for parent: The annotation's parent annotation, if any.
getParent() - Method in class nzilbb.ag.Layer
Getter for Layer.parent: The layer's parent layer, if any.
getParentId() - Method in class nzilbb.ag.Annotation
Getter for parentId: The annotation's parent annotation ID, if any.
getParentId() - Method in class nzilbb.ag.Layer
Getter for parentId: The layer's parent layer id.
getParentIncludes() - Method in class nzilbb.ag.Layer
Getter for parentIncludes: Whether the parent t-includes the child.
getParticipant(String) - Method in interface nzilbb.ag.GraphStoreQuery
Gets the participant record specified by the given identifier.
getParticipant(String, String[]) - Method in interface nzilbb.ag.GraphStoreQuery
Gets the participant record specified by the given identifier.
getParticipantIds() - Method in interface nzilbb.ag.GraphStoreQuery
Gets a list of participant IDs.
getParticipantLayer() - Method in class nzilbb.ag.Schema
Get the layer specified by Schema.participantLayerId
getParticipantLayerId() - Method in class nzilbb.ag.Schema
Getter for Schema.participantLayerId: ID of the layer that contains participants.
getPartitionLayerId() - Method in class nzilbb.ag.util.OrthographyClumper
Getter for OrthographyClumper.partitionLayerId: ID of a partition layer, such that words can't be clumped across partitions.
getPeerComparator() - Method in class nzilbb.ag.util.LayerHierarchyTraversal
Getter for LayerHierarchyTraversal.peerComparator: Comparator for ordering peer layers.
getPeers() - Method in class nzilbb.ag.Layer
Getter for peers: Whether children on this layer have peers or not.
getPeersOverlap() - Method in class nzilbb.ag.Layer
Getter for peersOverlap: Whether child peers can overlap or not.
getPercentComplete() - Method in class nzilbb.ag.automation.Annotator
Getter for Annotator.percentComplete: Progress indicator; set to 100 when processing is complete.
getPercentComplete() - Method in interface nzilbb.ag.serialize.GraphSerializer
Determines how far through the serialization is.
getPercentComplete() - Method in class nzilbb.ag.serialize.json.JSONSerialization
Determines how far through the serialization is.
getPercentComplete() - Method in class nzilbb.media.MediaThread
Getter for MediaThread.percentComplete: Percent complete.
getPercentComplete() - Method in interface nzilbb.util.MonitorableTask
Determines how far through the task is is.
getPercentCompleteObservers() - Method in class nzilbb.ag.automation.Annotator
Getter for Annotator.percentCompleteObservers: Listeners for progress updates.
getPort() - Method in class nzilbb.webapp.StandAloneWebApp
Getter for StandAloneWebApp.port: Server port to listen on.
getPossibleValues() - Method in class nzilbb.configure.Parameter
Getter for Parameter.possibleValues: A list of possible values for Parameter.value, or null if the possible values is not a closed set.
getPossibleValuesArray() - Method in class nzilbb.configure.Parameter
Array getter for Parameter.possibleValues: A list of possible values for Parameter.value, or null if the possible values is not a closed set.
getPreceding() - Method in class nzilbb.ag.Anchor
Gets all anchors that are linked to this anchor via annotations before this one in the graph.
getPrefix() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Getter for TheWorksExample.prefix: Prefix to add.
getPrevious() - Method in class nzilbb.ag.Annotation
Returns the annotation's previous sibling by ordinal, if any.
getProcess() - Method in class nzilbb.util.Execution
Getter for Execution.process: The executed process.
getProvider() - Method in class nzilbb.util.DependencyNode
Getter for DependencyNode.provider: The object that provides what's required for other nodes.
getQuery() - Method in class nzilbb.webapp.StandAloneWebApp
Getter for StandAloneWebApp.query: The query string to use when opening the web-app.
getRdbms() - Method in class nzilbb.sql.mysql.MySQLTranslator
Getter for MySQLTranslator.rdbms: Name of the Relational Database Management System the translator is for.
getReference() - Method in class nzilbb.ag.util.AnnotationComparatorByDistance
Getter for AnnotationComparatorByDistance.reference.
getRequired() - Method in class nzilbb.configure.Parameter
Getter for Parameter.required: Whether the parameter is required (true) or optional (false - the default).
getRequiredLayers() - Method in class nzilbb.ag.automation.Annotator
Determines which layers the annotator requires in order to annotate a graph.
getRequiredLayers() - Method in class nzilbb.ag.automation.example.minimal.MinimalExample
Determines which layers the annotator requires in order to annotate a graph.
getRequiredLayers() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Determines which layers the annotator requires in order to annotate a graph.
getRequiredLayers() - Method in class nzilbb.ag.automation.Transcriber
Requires participant and turn layers, and also utterance layer if Transcriber.getDiarizationRequired() returns true.
getRequiredLayers() - Method in interface nzilbb.ag.serialize.GraphSerializer
Determines which layers, if any, must be present in the graph that will be serialized.
getRequiredLayers() - Method in class nzilbb.ag.serialize.json.JSONSerialization
Determines which layers, if any, must be present in the graph that will be serialized.
getRequiredLayers() - Method in interface nzilbb.ag.serialize.SchemaSerializer
Determines which layers, if any, must be present in the graph that will be serialized.
getResource(String) - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
Provides access to the given resource, supplied by the annotator class.
getResult() - Method in class nzilbb.ag.util.LayerHierarchyTraversal
Getter for LayerHierarchyTraversal.result: The result of the traversal, if required.
getResult() - Method in class nzilbb.ag.util.LayerTraversal
Getter for LayerTraversal.result: The result of the traversal, if required.
getReverse() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Getter for TheWorksExample.reverse: Reverse annotation labels setting.
getRightPadding() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Getter for TheWorksExample.rightPadding: How many spaces to add on the right.
getRoot() - Method in class nzilbb.ag.Schema
Getter for Schema.root: The root of the layer hierarchy, representing the graph as a whole.
getRoot() - Method in class nzilbb.webapp.StandAloneWebApp
Getter for StandAloneWebApp.root: Root directory of webapp.
getRouter() - Method in class nzilbb.ag.automation.util.AnnotatorWebApp
Getter for AnnotatorWebApp.router: Router for sending requests to annotator.
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.AgqlExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.AllMethodCallContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.AnchorConfidenceExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.AnchorExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.AnchorIdExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.AnchorOffsetExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.AnnotationExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.AnnotationListExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.AnnotatorExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.AnnotatorsMethodCallContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.AtomContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.AtomListExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.BooleanExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceParameterContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.ComparisonOperatorContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.ConfidenceExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.FirstAtomContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.FirstMethodCallContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.GraphIdExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.IdExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.IncludesAnyExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.IncludesExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.LabelExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.LabelsMethodCallContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.LayerExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.ListExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.ListLengthExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.LiteralContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.LogicalOperatorContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.NextExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.OperandContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.OrderExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.OrderListExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.OrdinalExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.ParentExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.ParentIdExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.PatternMatchExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.PredicateContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.PreviousExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.StringLiteralContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.SubsequentAtomContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.ValueListExpressionContext
 
getRuleIndex() - Method in class nzilbb.ag.ql.AGQLParser.WhenExpressionContext
 
getRuleNames() - Method in class nzilbb.ag.ql.AGQLLexer
 
getRuleNames() - Method in class nzilbb.ag.ql.AGQLParser
 
getRunning() - Method in class nzilbb.ag.automation.Annotator
Getter for Annotator.running: Whether the annotator is currently annotating.
getRunning() - Method in class nzilbb.util.Execution
Getter for Execution.running: Whether the execution is currently running.
getRunning() - Method in interface nzilbb.util.MonitorableTask
Reveals whether the task is still running or not.
getRunningObservers() - Method in class nzilbb.ag.automation.Annotator
Getter for Annotator.runningObservers: Listeners for run state.
getRunningTimers() - Method in class nzilbb.util.Timers
Getter for Timers.runningTimers: Currently running timers - a map of IDs to start times.
getSampleRate() - Method in class nzilbb.media.wav.FragmentExtractor
Getter for FragmentExtractor.sampleRate: Sample rate.
getSampleRate() - Method in class nzilbb.media.wav.Resampler
Getter for Resampler.sampleRate: Sample rate.
getSaturated() - Method in class nzilbb.ag.Layer
Getter for saturated: Whether children on this layer must temporally fill the entire parent duration (true) or not (false).
getSchema() - Method in class nzilbb.ag.automation.Annotator
Getter for Annotator.schema: The layer schema.
getSchema() - Method in class nzilbb.ag.Graph
Getter for Graph.schema: The layer definitions and their interrelations.
getSchema() - Method in interface nzilbb.ag.GraphStoreQuery
Gets the layer schema.
getSchema() - Method in class nzilbb.ag.util.LayerHierarchyTraversal
Getter for LayerHierarchyTraversal.schema: The schema to be traversed.
getSchema() - Method in class nzilbb.converter.Converter
Specify the schema to used by Converter.convert(File).
getSerialization() - Method in class nzilbb.ag.automation.util.Annotate
Getter for Annotate.serialization: Serialization .jar file that implements both GraphSerializer and GraphDeserializer.
getSerializedATN() - Method in class nzilbb.ag.ql.AGQLLexer
 
getSerializedATN() - Method in class nzilbb.ag.ql.AGQLParser
 
getSerializer() - Method in class nzilbb.converter.Converter
Gets the serializer that Converter.convert(File) uses.
getSerializerDescriptors() - Method in interface nzilbb.ag.GraphStoreQuery
Lists the descriptors of all registered serializers.
getSimulatedInstallationDuration() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Getter for TheWorksExample.simulatedInstallationDuration: How long, in seconds, the #setConfig(String) method should take to return.
getSmidgin() - Method in class nzilbb.ag.util.Merger
Getter for Merger.smidgin: Initial duration of early/layer children, out of order annotations, etc.
getSortAnchors() - Method in class nzilbb.ag.serialize.json.JSONSerialization
Getter for JSONSerialization.sortAnchors: Whether to sort anchors by offset and graph structure (which takes time for larger graphs).
getSortedAnchors() - Method in class nzilbb.ag.Graph
Returns the anchors sorted by offset.
getSourceEncoding() - Method in class nzilbb.encoding.PhonemeTranslator
Getter for PhonemeTranslator.sourceEncoding: The name of the source encoding.
getSourceEndResult() - Method in class nzilbb.ag.util.SpanningConventionTransformer
Getter for SpanningConventionTransformer.sourceEndResult: The resulting label of the end source annotation, which may contain references to captured groups in SpanningConventionTransformer.endPattern, or be null to delete the end annotation.
getSourceLayerId() - Method in class nzilbb.ag.util.ConventionTransformer
Getter for ConventionTransformer.sourceLayerId: Layer ID of the annotations to transform.
getSourceLayerId() - Method in class nzilbb.ag.util.SimpleTokenizer
Getter for SimpleTokenizer.sourceLayerId: Layer ID of the layer to tokenize.
getSourceLayerId() - Method in class nzilbb.ag.util.SpanningConventionTransformer
Getter for SpanningConventionTransformer.sourceLayerId: Layer ID of the annotations to transform.
getSourcePattern() - Method in class nzilbb.ag.util.ConventionTransformer
Getter for ConventionTransformer.sourcePattern: Regular expression in the source layer which triggers transformation of the annotation.
getSourceStartResult() - Method in class nzilbb.ag.util.SpanningConventionTransformer
Getter for SpanningConventionTransformer.sourceStartResult: The resulting label of the start source annotation, which may contain references to captured groups in SpanningConventionTransformer.startPattern, or be null to delete the start annotation.
getStart() - Method in class nzilbb.ag.Annotation
Getter for start: The annotation's start anchor.
getStart() - Method in class nzilbb.ag.Graph
Getter for start: The anchor with the lowest offset.
getStart() - Method in class nzilbb.media.wav.FragmentExtractor
Getter for FragmentExtractor.start.
getStartId() - Method in class nzilbb.ag.Annotation
Getter for startId: ID of the annotation's start anchor.
getStartId() - Method in class nzilbb.ag.Graph
Getter for startId: ID of the anchor with the lowest offset.
getStartingAnnotations() - Method in class nzilbb.ag.Anchor
Accesses a list of annotations on all layers that start with this anchor.
getStartOf() - Method in class nzilbb.ag.Anchor
Getter for Anchor.startOf: Map of annotations that start with this anchor, keyed on layer id.
getStartPattern() - Method in class nzilbb.ag.util.SpanningConventionTransformer
Getter for SpanningConventionTransformer.startPattern: A regular expression matching the label of the first source annotation in the span.
getStartSeconds() - Method in class nzilbb.media.wav.TruncatingAudioInputStream
StartSeconds accessor
getStatus() - Method in class nzilbb.ag.automation.Annotator
Getter for Annotator.status: The current status of the task.
getStatus() - Method in interface nzilbb.util.MonitorableTask
Reveals the current status of the task.
getStatusObservers() - Method in class nzilbb.ag.automation.Annotator
Getter for Annotator.statusObservers: Listeners for status updates.
getStderrObservers() - Method in class nzilbb.util.Execution
Getter for Execution.stderrObservers: Listeners for strings coming from stderr.
getStdout() - Method in class nzilbb.ag.automation.util.Annotate
Getter for Annotate.stdout: Write annotated output to stdout instead of to a file.
getStdoutObservers() - Method in class nzilbb.util.Execution
Getter for Execution.stdoutObservers: Listeners for strings coming from stdout.
getStepDistance() - Method in class nzilbb.editpath.EditStep
Getter for EditStep.stepDistance: The distance represented by this single step.
getStore() - Method in class nzilbb.ag.automation.Annotator
Getter for Annotator.store: The graph store, if the annotator is annotated with UsesGraphStore.
getStore() - Method in class nzilbb.ag.StoreGraphMediaProvider
Getter for StoreGraphMediaProvider.store.
getStream() - Method in class nzilbb.ag.serialize.util.NamedStream
Getter for NamedStream.inputStream: The input stream
getSubdirectory() - Method in class nzilbb.ag.automation.util.AnnotatorWebApp
Getter for AnnotatorWebApp.subdirectory: Name of subdirectory of the web-app, relative to the directory of the Annotator class.
getSuffix() - Method in class nzilbb.ag.MediaTrackDefinition
Getter for MediaTrackDefinition.suffix: The file suffix associated with the track.
getTaskId() - Method in interface nzilbb.util.MonitorableTask
Returns a unique identifier for the task.
getTaskParameterInfo() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
Retrieves HTML-encoded definition of the task parameters, including a list of all parameters, and the encoding of the parameter string, for displaying to users who wish to configure annotator tasks programmatically.
getTempFile() - Method in class nzilbb.util.TempFileInputStream
Getter for TempFileInputStream.fTempFile: The temporary file for deletion.
getter(String) - Method in interface nzilbb.util.CloneableBean
Access the class's getter for the given attribute.
getTimeoutMS() - Method in class nzilbb.util.TempFileInputStream
Getter for TempFileInputStream.timeoutMS: Timeout after which, if the file still exists, it will be deleted.
getTimers() - Method in class nzilbb.ag.Graph
Getter for Graph.timers: Timers for debugging and optimization.
getTo() - Method in class nzilbb.editpath.EditStep
Getter for EditStep.oTo: The element in the end sequence.
getToIndex() - Method in class nzilbb.editpath.EditStep
Getter for EditStep.toIndex: The index of "to".
getTokenNames() - Method in class nzilbb.ag.ql.AGQLLexer
Deprecated.
getTokenNames() - Method in class nzilbb.ag.ql.AGQLParser
Deprecated.
getTokensInSourceLayer() - Method in class nzilbb.ag.util.SimpleTokenizer
Getter for SimpleTokenizer.tokensInSourceLayer: Whether the tokens should be in the source layer (true) or the destination layer (false).
getTotals() - Method in class nzilbb.util.Timers
Getter for Timers.totals: Timer totals - a map of IDs to total run times.
getTrace() - Method in class nzilbb.sql.mysql.MySQLTranslator
Getter for MySQLTranslator.trace: Whether to print statements passed to MySQLTranslator.apply(String)
getTrackedAttributes() - Method in class nzilbb.ag.Anchor
Keys for attributes that are change-tracked - i.e.
getTrackedAttributes() - Method in class nzilbb.ag.Annotation
Keys for attributes that are change-tracked.
getTrackedAttributes() - Method in class nzilbb.ag.Graph
Keys for attributes that are change-tracked - in the case of Graph, there are none.
getTrackedAttributes() - Method in class nzilbb.ag.TrackedMap
Keys for attributes that are change-tracked - i.e.
getTracker() - Method in class nzilbb.ag.TrackedMap
Getter for TrackedMap.getTracker(): Object that tracks all changes to this object.
getTrackSuffix() - Method in class nzilbb.ag.MediaFile
Getter for MediaFile.trackSuffix: The track suffix of the media - see MediaTrackDefinition.suffix.
getTranscriber() - Method in class nzilbb.ag.automation.util.Transcribe
Getter for Transcribe.transcriber: The transcriber to configure.
getTranscriberDescriptors() - Method in interface nzilbb.ag.GraphStoreQuery
Lists descriptors of all transcribers that are installed.
getTranscriberName() - Method in class nzilbb.ag.automation.util.Transcribe
Getter for Transcribe.transcriberName: The name of either a .jar file, or a class (if it's on the classpath), which implements the transcriber.
getTranscript(String) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a transcript given its ID.
getTranscript(String, String[]) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a transcript given its ID, containing only the given layers.
getTranscriptIds() - Method in interface nzilbb.ag.GraphStoreQuery
Gets a list of all trancript IDs.
getTranscriptIdsInCorpus(String) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a list of transcript IDs in the given corpus.
getTranscriptIdsWithParticipant(String) - Method in interface nzilbb.ag.GraphStoreQuery
Gets a list of IDs of transcripts that include the given participant.
getTransformer() - Method in exception nzilbb.ag.automation.InvalidConfigurationException
The Annotator rasing the exception.
getTransformer() - Method in exception nzilbb.ag.TransformationException
Getter for TransformationException.transformer: The transformer rasing the exception.
getTurnLayer() - Method in class nzilbb.ag.Schema
Get the layer specified by Schema.turnLayerId
getTurnLayerId() - Method in class nzilbb.ag.Schema
Getter for Schema.turnLayerId: ID of the layer that contains speaker turns.
getType() - Method in class nzilbb.ag.Layer
Getter for Layer.type: The type for labels on this layer.
getType() - Method in class nzilbb.ag.MediaFile
Gets the media type of the file.
getType() - Method in class nzilbb.configure.Parameter
Getter for Parameter.type: The type of the parameter.
getUri() - Method in exception nzilbb.ag.automation.util.RequestException
Getter for RequestException.uri: The request URI.
getUrl() - Method in class nzilbb.ag.MediaFile
Getter for MediaFile.url: URL to the content of the file.
getUsage() - Method in class nzilbb.util.CommandLineProgram
Getter for CommandLineProgram.usage: Whether or not to display usage information
getUsage() - Method in class nzilbb.util.GuiProgram
Getter for GuiProgram.usage: Whether or not to display usage information
getUser() - Method in exception nzilbb.ag.PermissionException
Getter for PermissionException.user: The user ID that doesn't have permission, if available.
getUtteranceLayer() - Method in class nzilbb.ag.Schema
Get the layer specified by Schema.utteranceLayerId
getUtteranceLayerId() - Method in class nzilbb.ag.Schema
Getter for Schema.utteranceLayerId: ID of the layer that contains speaker utterances.
getV() - Method in class nzilbb.util.CommandLineProgram
Getter for CommandLineProgram.v: Version information.
getV() - Method in class nzilbb.util.GuiProgram
Getter for GuiProgram.v: Version information.
getValidator() - Method in class nzilbb.ag.util.Merger
Getter for Merger.validator: The validator to use after merge is complete, or null to not validate the graph after merge.
getValidLabels() - Method in class nzilbb.ag.Layer
Getter for validLabels: List of valid label values for this layer, or null if the layer values are not restricted.
getValidLabelsArray() - Method in class nzilbb.ag.Layer
Getter for validLabels: List of valid label values for this layer, or null if the layer values are not restricted.
getValue() - Method in class nzilbb.ag.Change
Getter for Change.value: The new value for the attribute identified by Change.getKey().
getValue() - Method in class nzilbb.configure.Parameter
Getter for Parameter.value: The value (or default value) of the parameter.
getVerbose() - Method in class nzilbb.ag.automation.util.Transcribe
Getter for Transcribe.verbose: Print verbose output to stderr
getVerbose() - Method in class nzilbb.ag.cli.Deserialize
Getter for Deserialize.verbose: Print verbose output.
getVerbose() - Method in class nzilbb.ag.cli.Transform
Getter for Transform.verbose: Print verbose output.
getVerbose() - Method in class nzilbb.converter.Converter
Getter for Converter.verbose: Whether detailed verbose output is printed or not.
getVerbose() - Method in class nzilbb.media.ffmpeg.FfmpegCensor
Getter for FfmpegCensor.verbose: Whether to output intervals and ffmpeg command line arguments to stderr or not.
getVerbose() - Method in class nzilbb.util.Execution
Getter for Execution.verbose: Whether to log verbose debug information to stdout or not.
getVersion() - Method in class nzilbb.ag.automation.Annotator
Version of this implementation; versions will typically be numeric, but this is not a requirement.
getVersion() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
Version of this implementation; versions will typically be numeric, but this is not a requirement.
getVersion() - Method in class nzilbb.ag.serialize.SerializationDescriptor
Getter for SerializationDescriptor.version: The version of the serializer/deserializer.
getVersion() - Method in class nzilbb.util.CommandLineProgram
Getter for CommandLineProgram.version: Print version information.
getVersion() - Method in class nzilbb.util.GuiProgram
Getter for GuiProgram.version: Print version information.
getVocabulary() - Method in class nzilbb.ag.ql.AGQLLexer
 
getVocabulary() - Method in class nzilbb.ag.ql.AGQLParser
 
getWarnings() - Method in interface nzilbb.ag.serialize.GraphDeserializer
Returns any warnings that may have arisen during the last execution of GraphDeserializer.deserialize().
getWarnings() - Method in class nzilbb.ag.serialize.json.JSONSerialization
Returns any warnings that may have arisen during the last execution of JSONSerialization.deserialize().
getWarnings() - Method in interface nzilbb.ag.serialize.SchemaSerializer
Returns any warnings that may have arisen during the last execution of SchemaSerializer.serializeSchema(Schema,List).
getWhen() - Method in class nzilbb.ag.TrackedMap
Getter for TrackedMap.when: Date/time this entity was created or changed.
getWordLayer() - Method in class nzilbb.ag.Schema
Get the layer specified by Schema.wordLayerId
getWordLayerId() - Method in class nzilbb.ag.Schema
Getter for Schema.wordLayerId: ID of the layer that contains individual word tokens.
getWordLayerId() - Method in class nzilbb.ag.util.OrthographyClumper
Getter for OrthographyClumper.wordLayerId: ID of the layer to transform.
getWorkingDir() - Method in class nzilbb.ag.automation.util.AnnotatorWebApp
Getter for AnnotatorWebApp.workingDir: Working directory.
getWorkingDir() - Method in class nzilbb.ag.automation.util.Transcribe
Getter for Transcribe.workingDir: Working directory.
getWorkingDirectory() - Method in class nzilbb.ag.automation.Annotator
A persistent directory in which files can be saved and accessed.
getWorkingDirectory() - Method in class nzilbb.util.Execution
Getter for Execution.workingDirectory: The working directory for execution, or null for the current directory.
getZeroStressToSchwa() - Method in class nzilbb.encoding.CMU2DISC
Getter for CMU2DISC.zeroStressToSchwa: Translate zero-stress vowels as schwa.
GRANULARITY_MILLISECONDS - Static variable in class nzilbb.ag.Constants
Graph.getOffsetUnits() value for millisecond accuracy.
Graph - Class in nzilbb.ag
Linguistic annotation graph.
Graph() - Constructor for class nzilbb.ag.Graph
Default constructor.
GRAPH - Static variable in class nzilbb.ag.ql.AGQLLexer
 
GRAPH - Static variable in class nzilbb.ag.ql.AGQLParser
 
GRAPH() - Method in class nzilbb.ag.ql.AGQLParser.GraphIdExpressionContext
 
GraphDeserializer - Interface in nzilbb.ag.serialize
Interface for deserializing a graph from streams of data.
graphIdExpression() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceGraphIdOperandContext
 
graphIdExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
graphIdExpression() - Method in class nzilbb.ag.ql.AGQLParser.GraphIdOperandContext
 
GraphIdExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.GraphIdExpressionContext
 
GraphIdOperandContext(AGQLParser.OperandContext) - Constructor for class nzilbb.ag.ql.AGQLParser.GraphIdOperandContext
 
GraphMediaProvider - Interface in nzilbb.ag
Interface for objects that provide access to media for a given graph.
GraphNotFoundException - Exception in nzilbb.ag
An exception ocurring if a given graph could not be located.
GraphNotFoundException() - Constructor for exception nzilbb.ag.GraphNotFoundException
Default constructor.
GraphNotFoundException(String) - Constructor for exception nzilbb.ag.GraphNotFoundException
Constructor with graph ID.
GraphNotFoundException(String, String) - Constructor for exception nzilbb.ag.GraphNotFoundException
Constructor with message.
GraphNotFoundException(String, String, Throwable) - Constructor for exception nzilbb.ag.GraphNotFoundException
Constructor with message and cause.
GraphNotFoundException(String, Throwable) - Constructor for exception nzilbb.ag.GraphNotFoundException
Constructor with cause.
GraphSerializer - Interface in nzilbb.ag.serialize
Interface for serializing a graph to streams of data.
GraphSerializer.Cardinality - Enum in nzilbb.ag.serialize
Possible values for cardinality.
GraphStore - Interface in nzilbb.ag
Interface for querying and updating an annotation graph store, a database of transcripts represented as Annotation Graphs.
GraphStoreAdministration - Interface in nzilbb.ag
Interface for administration of a graph store.
GraphStoreQuery - Interface in nzilbb.ag
Interface for querying an annotation graph store, a database of transcripts represented using Annotation Graphs.
GraphTransformer - Interface in nzilbb.ag
Interface for transformer that transforms a Graph in some way.
GT - Static variable in class nzilbb.ag.ql.AGQLLexer
 
GT - Static variable in class nzilbb.ag.ql.AGQLParser
 
GT() - Method in class nzilbb.ag.ql.AGQLParser.ComparisonOperatorContext
 
GTE - Static variable in class nzilbb.ag.ql.AGQLLexer
 
GTE - Static variable in class nzilbb.ag.ql.AGQLParser
 
GTE() - Method in class nzilbb.ag.ql.AGQLParser.ComparisonOperatorContext
 
GuiProgram - Class in nzilbb.util
Base class that standardizes various common functions for utilitiy applications - whether they be run as full applications from the command line or via JNLP or as applets within a browser.
GuiProgram() - Constructor for class nzilbb.util.GuiProgram
Default constructor

H

hasChanges() - Method in class nzilbb.ag.ChangeTracker
Determines whether there are any changes.
hasConfigWebapp() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
Determines whether the annotator includes a web-app for installation or general configuration.
hasExtWebapp() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
Determines whether the annotator includes an extras web-app.
hashCode() - Method in class nzilbb.ag.Layer
Computes a hashCode for the object.
hashCode() - Method in class nzilbb.ag.serialize.SerializationDescriptor
Returns a hash code value for the object.
hashCode() - Method in class nzilbb.ag.TrackedMap
Computes a hashCode for the object.
hasTaskWebapp() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
Determines whether the annotator includes a web-app for task parameter configuration.
headSet(Annotation) - Method in class nzilbb.ag.AnnotationChain
 
help() - Method in class nzilbb.converter.Converter
Generates help information.
HTK2DISC - Class in nzilbb.encoding
Translates Hidden Markov Model Toolkit (HTK) dictionary pronunciations like t r _{ n s k r I p S _@ n.
HTK2DISC() - Constructor for class nzilbb.encoding.HTK2DISC
Default constructor.

I

IconFilename(SerializationDescriptor) - Static method in class nzilbb.ag.serialize.util.IconHelper
Transforms the given descriptor's MIME type name into something that is safe to use as a file name.
IconHelper - Class in nzilbb.ag.serialize.util
Helper functions for dealing with (de)serializer icons.
IconHelper() - Constructor for class nzilbb.ag.serialize.util.IconHelper
 
ID - Static variable in class nzilbb.ag.ql.AGQLLexer
 
ID - Static variable in class nzilbb.ag.ql.AGQLParser
 
ID() - Method in class nzilbb.ag.ql.AGQLParser.AnchorIdExpressionContext
 
ID() - Method in class nzilbb.ag.ql.AGQLParser.GraphIdExpressionContext
 
ID() - Method in class nzilbb.ag.ql.AGQLParser.IdExpressionContext
 
ID() - Method in class nzilbb.ag.ql.AGQLParser.LayerExpressionContext
 
IDENTIFIER - Static variable in class nzilbb.ag.ql.AGQLLexer
 
IDENTIFIER - Static variable in class nzilbb.ag.ql.AGQLParser
 
IDENTIFIER() - Method in class nzilbb.ag.ql.AGQLParser.IdentifierAtomContext
 
IdentifierAtomContext(AGQLParser.AtomContext) - Constructor for class nzilbb.ag.ql.AGQLParser.IdentifierAtomContext
 
IDeserializer - Interface in nzilbb.ag.serialize
Deprecated.
Use GraphSerializer instead
idExpression() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceIdOperandContext
 
idExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
idExpression() - Method in class nzilbb.ag.ql.AGQLParser.IdOperandContext
 
IdExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.IdExpressionContext
 
IdOperandContext(AGQLParser.OperandContext) - Constructor for class nzilbb.ag.ql.AGQLParser.IdOperandContext
 
IEditComparator<T> - Interface in nzilbb.editpath
Deprecated.
Use EditComparator instead.
IGraphMediaProvider - Interface in nzilbb.ag
Deprecated.
Use GraphMediaProvider instead.
IGraphStore - Interface in nzilbb.ag
Deprecated.
Use GraphStore instead.
IGraphStoreAdministration - Interface in nzilbb.ag
Deprecated.
IGraphStoreQuery - Interface in nzilbb.ag
Deprecated.
Use GraphStoreQuery instead.
IGraphTransformer - Interface in nzilbb.ag
Deprecated.
Use GraphTransformer instead.
IMediaCensor - Interface in nzilbb.media
Deprecated.
Use MediaCensor instead.
IMediaConverter - Interface in nzilbb.media
Deprecated.
Use MediaConverter instead.
ImplementsDictionaries - Interface in nzilbb.ag.automation
Extend this interface if your Annotator publishes Dictionary implementations.
IN - Static variable in class nzilbb.ag.ql.AGQLLexer
 
IN - Static variable in class nzilbb.ag.ql.AGQLParser
 
IN() - Method in class nzilbb.ag.ql.AGQLParser.IncludesExpressionContext
 
includedAnnotationsOn(String) - Method in class nzilbb.ag.Annotation
Finds all annotations on the given layer that this annotation includes.
includes(Annotation) - Method in class nzilbb.ag.Annotation
Determines whether this annotation t-includes the given annotation.
INCLUDES - Static variable in class nzilbb.ag.ql.AGQLLexer
 
INCLUDES - Static variable in class nzilbb.ag.ql.AGQLParser
 
INCLUDES() - Method in class nzilbb.ag.ql.AGQLParser.IncludesExpressionContext
 
INCLUDESANY - Static variable in class nzilbb.ag.ql.AGQLLexer
 
INCLUDESANY - Static variable in class nzilbb.ag.ql.AGQLParser
 
INCLUDESANY() - Method in class nzilbb.ag.ql.AGQLParser.IncludesAnyExpressionContext
 
includesAnyExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
includesAnyExpression() - Method in class nzilbb.ag.ql.AGQLParser.IncludesAnyPredicateContext
 
IncludesAnyExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.IncludesAnyExpressionContext
 
IncludesAnyPredicateContext(AGQLParser.PredicateContext) - Constructor for class nzilbb.ag.ql.AGQLParser.IncludesAnyPredicateContext
 
includesExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
includesExpression() - Method in class nzilbb.ag.ql.AGQLParser.IncludesPredicateContext
 
IncludesExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.IncludesExpressionContext
 
includesMidpointOf(Annotation) - Method in class nzilbb.ag.Annotation
Determines whether this annotation includes the midpoint of the given annotation.
includesOffset(Double) - Method in class nzilbb.ag.Annotation
Determines whether the annotion's start/end offsets surround the given offset - whether the annotation t-includes the offset.
IncludesPredicateContext(AGQLParser.PredicateContext) - Constructor for class nzilbb.ag.ql.AGQLParser.IncludesPredicateContext
 
includingAnnotationsOn(String) - Method in class nzilbb.ag.Annotation
Finds all annotations on the given layer that include this annotation.
Info - Class in nzilbb.ag.automation.util
Utility for displaying annotator information.
Info() - Constructor for class nzilbb.ag.automation.util.Info
 
init() - Method in class nzilbb.ag.automation.util.Annotate
Initialize the deserializer, annotator, and serializer.
init() - Method in class nzilbb.ag.automation.util.AnnotatorWebApp
Initialize the application.
init() - Method in class nzilbb.ag.automation.util.ConfigApp
Initialize the application.
init() - Method in class nzilbb.ag.automation.util.ExtApp
Initialize the application.
init() - Method in class nzilbb.ag.automation.util.TaskApp
Initialize the application.
init() - Method in class nzilbb.converter.Converter
 
initAnnotator() - Method in class nzilbb.ag.automation.util.Annotate
Initializes the annotator.
initDeserializer() - Method in class nzilbb.ag.automation.util.Annotate
Initializes the deserializer.
initSchema() - Method in class nzilbb.ag.automation.util.Annotate
Initializes the schema.
initSerializer() - Method in class nzilbb.ag.automation.util.Annotate
Initializes the serializer.
InputStreamToString(InputStream) - Static method in class nzilbb.util.IO
Reads the contents of the given InputStream into a String, assuming it's UTF-8 encoded text.
insert(E) - Method in class nzilbb.encoding.comparator.ARPAbet2DISCComparator
The distance for inserting the given element.
insert(E) - Method in class nzilbb.encoding.comparator.Char2CharComparator
The distance for inserting the given element.
insert(E) - Method in class nzilbb.encoding.comparator.DISC2ARPAbetComparator
The distance for inserting the given element.
insert(E) - Method in class nzilbb.encoding.comparator.DISC2DISCComparator
The distance for inserting the given element.
insert(E) - Method in class nzilbb.encoding.comparator.DISC2IPAComparator
The distance for inserting the given element.
insert(E) - Method in class nzilbb.encoding.comparator.IPA2DISCComparator
The distance for inserting the given element.
insert(E) - Method in class nzilbb.encoding.comparator.IPA2IPAComparator
The distance for inserting the given element.
insert(E) - Method in class nzilbb.encoding.comparator.Orthography2ARPAbetComparator
The distance for inserting the given element.
insert(E) - Method in class nzilbb.encoding.comparator.Orthography2DISCComparator
The distance for inserting the given element.
insert(E) - Method in class nzilbb.encoding.comparator.Orthography2OrthographyComparator
The distance for inserting the given element.
insert(T) - Method in class nzilbb.editpath.DefaultEditComparator
The distance for inserting the given element.
insert(T) - Method in interface nzilbb.editpath.EditComparator
The distance for inserting the given element.
INSERT - nzilbb.editpath.EditStep.StepOperation
 
insertAfter(Annotation, String, String) - Method in class nzilbb.ag.Graph
Creates an annotation chained after the given annotation.
insertBefore(Annotation, String, String) - Method in class nzilbb.ag.Graph
Creates an annotation chained before the given annotation.
INTEGER_LITERAL - Static variable in class nzilbb.ag.ql.AGQLLexer
 
INTEGER_LITERAL - Static variable in class nzilbb.ag.ql.AGQLParser
 
INTEGER_LITERAL() - Method in class nzilbb.ag.ql.AGQLParser.LiteralContext
 
interpretAppletParameters() - Method in class nzilbb.util.GuiProgram
Should be called from the init() method of derived classes, this method interprets parameters passed to the applet, setting bean attributes appropiately.
interpretPropertiesParameters() - Method in class nzilbb.util.CommandLineProgram
This method looks for a .properties file matching the class name, and if it finds one, uses it to set bean attributes and arguments appropiately.
interpretPropertiesParameters() - Method in class nzilbb.util.GuiProgram
This method looks for a .properties file matching the class name, and if it finds one, uses it to set bean attributes and arguments appropiately.
InvalidConfigurationException - Exception in nzilbb.ag.automation
Thrown when an Annotator configuration is invalid.
InvalidConfigurationException(Annotator) - Constructor for exception nzilbb.ag.automation.InvalidConfigurationException
Constructor.
InvalidConfigurationException(Annotator, String) - Constructor for exception nzilbb.ag.automation.InvalidConfigurationException
Constructor with message.
InvalidConfigurationException(Annotator, String, Throwable) - Constructor for exception nzilbb.ag.automation.InvalidConfigurationException
Constructor with message and cause.
InvalidConfigurationException(Annotator, Throwable) - Constructor for exception nzilbb.ag.automation.InvalidConfigurationException
Constructor with cause.
InvalidDocument - nzilbb.ag.serialize.SerializationException.ErrorType
 
invalidValueParameters() - Method in class nzilbb.configure.ParameterSet
Returns a list of Parameters that have a collection of possible values, but the assigned value is not among them.
IO - Class in nzilbb.util
Helper functions for Input/Output operations.
IO() - Constructor for class nzilbb.util.IO
 
IPA2DISC - Class in nzilbb.encoding
Translates IPA-encoded phonemic transcriptions using Unicode characters like tɹænskɹɪpʃən to CELEX-DISC-encoded transcriptions like tr{nskrIpS@n
IPA2DISC() - Constructor for class nzilbb.encoding.IPA2DISC
Default constructor.
IPA2DISCComparator<E> - Class in nzilbb.encoding.comparator
Comparator that maps a IPA-encoded series to an ARPAbet-encoded series.
IPA2DISCComparator() - Constructor for class nzilbb.encoding.comparator.IPA2DISCComparator
 
IPA2IPAComparator<E> - Class in nzilbb.encoding.comparator
Comparator that maps one IPA-encoded series to another.
IPA2IPAComparator() - Constructor for class nzilbb.encoding.comparator.IPA2IPAComparator
Constructor
isAlpha2(String) - Method in class nzilbb.util.ISO639
Determines whether the given string is a 2-letter ISO639 code.
isAlpha3(String) - Method in class nzilbb.util.ISO639
Determines whether the given string is a 3-letter ISO639 code.
isAncestor(String) - Method in class nzilbb.ag.Layer
Determines whether the given layer is an ancestor of this layer.
ISchemaSerializer - Interface in nzilbb.ag.serialize
Deprecated.
Use SchemaSerializer instead.
isDescendant(String) - Method in class nzilbb.ag.Layer
Determines whether the given layer is a descendant of this layer.
isEndOn(String) - Method in class nzilbb.ag.Anchor
Determines whether the anchor is the start of an annotation on the given layer.
ISerializer - Interface in nzilbb.ag.serialize
Deprecated.
Use GraphSerializer instead.
isFragment() - Method in class nzilbb.ag.Graph
Determines whether this is a fragment of a larger graph (true) or the whole graph (false).
IsIPADiacritic(char) - Static method in class nzilbb.encoding.DISC2HTK
Determines whether the given character is a known diacritic in IPA.
IsIPASuprasegmental(char) - Static method in class nzilbb.encoding.DISC2HTK
Determines whether the given character is a known suprasegmental in IPA.
isLinked() - Method in class nzilbb.ag.Anchor
Determines whether the anchor is the start or end of any annotation.
isName(String) - Method in class nzilbb.util.ISO639
Determines whether the given string is a language name in English.
ISO639 - Class in nzilbb.util
Manages various operations for validating and translating ISO 639 standard language codes and language names.
ISO639() - Constructor for class nzilbb.util.ISO639
Default constructor
isReadOnly() - Method in interface nzilbb.ag.automation.Dictionary
Determines whether the dictionary is entirely read-only, or has facility for adding/editing entries.
isReadOnly() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Determines whether the dictionary is entirely read-only, or has facility for adding/editing entries.
isStartOn(String) - Method in class nzilbb.ag.Anchor
Determines whether the anchor is the start of an annotation on the given layer.
IStoreDeserializer - Interface in nzilbb.ag.serialize
Deprecated.

J

JarCommentOfClass(Class) - Static method in class nzilbb.util.IO
Determines the 'comment' of the jar file that the given class comes from, which is is often used to store the version of modules and libraries.
JarFileOfClass(Class) - Static method in class nzilbb.util.IO
Determines the jar file that the given class comes from.
JSONSerialization - Class in nzilbb.ag.serialize.json
Annotation Graph serializer/deserializer for JSON.
JSONSerialization() - Constructor for class nzilbb.ag.serialize.json.JSONSerialization
Default constructor.

K

Kirshenbaum2DISC - Class in nzilbb.encoding
Translates Kirshenbaum-encoded phonemic transcriptions like tr&nskrIpS@n to CELEX-DISC-encoded transcriptions like tr{nskrIpS@n.
Kirshenbaum2DISC() - Constructor for class nzilbb.encoding.Kirshenbaum2DISC
Default constructor.

L

label() - Method in annotation type nzilbb.configure.ParameterField
A short label for the field.
label() - Method in annotation type nzilbb.util.Switch
A short label for the switch.
LABEL - Static variable in class nzilbb.ag.ql.AGQLLexer
 
LABEL - Static variable in class nzilbb.ag.ql.AGQLParser
 
LABEL() - Method in class nzilbb.ag.ql.AGQLParser.GraphIdExpressionContext
 
LABEL() - Method in class nzilbb.ag.ql.AGQLParser.LabelExpressionContext
 
labelExpression() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceLabelOperandContext
 
labelExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
labelExpression() - Method in class nzilbb.ag.ql.AGQLParser.LabelOperandContext
 
LabelExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.LabelExpressionContext
 
LabelOperandContext(AGQLParser.OperandContext) - Constructor for class nzilbb.ag.ql.AGQLParser.LabelOperandContext
 
labels(String) - Method in class nzilbb.ag.Graph
Returns the labels of the annotations on the given layer, as an array of Strings.
LABELS - Static variable in class nzilbb.ag.ql.AGQLLexer
 
LABELS - Static variable in class nzilbb.ag.ql.AGQLParser
 
LABELS() - Method in class nzilbb.ag.ql.AGQLParser.LabelsMethodCallContext
 
labelsMethodCall() - Method in class nzilbb.ag.ql.AGQLParser
 
labelsMethodCall() - Method in class nzilbb.ag.ql.AGQLParser.ValueListExpressionContext
 
LabelsMethodCallContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.LabelsMethodCallContext
 
last() - Method in class nzilbb.ag.AnnotationChain
 
last(String) - Method in class nzilbb.ag.Annotation
Gets a single related annotation on the given layer; the last among peers.
layer - Variable in class nzilbb.ag.ql.AGQLParser.AllMethodCallContext
 
layer - Variable in class nzilbb.ag.ql.AGQLParser.AnnotatorsMethodCallContext
 
layer - Variable in class nzilbb.ag.ql.AGQLParser.FirstMethodCallContext
 
layer - Variable in class nzilbb.ag.ql.AGQLParser.LabelsMethodCallContext
 
Layer - Class in nzilbb.ag
Annotation graph layer.
Layer() - Constructor for class nzilbb.ag.Layer
Default constructor
Layer(String) - Constructor for class nzilbb.ag.Layer
Bare name constructor where the name and description are the same.
Layer(String, String) - Constructor for class nzilbb.ag.Layer
Bare name constructor.
Layer(String, String, int, boolean, boolean, boolean) - Constructor for class nzilbb.ag.Layer
Top-level layer constructor.
Layer(String, String, int, boolean, boolean, boolean, String, boolean) - Constructor for class nzilbb.ag.Layer
Attribute constructor.
Layer(JsonObject) - Constructor for class nzilbb.ag.Layer
JSON constructor.
LAYER - Static variable in class nzilbb.ag.ql.AGQLLexer
 
LAYER - Static variable in class nzilbb.ag.ql.AGQLParser
 
LAYER() - Method in class nzilbb.ag.ql.AGQLParser.LayerExpressionContext
 
layerExpression() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceLayerOperandContext
 
layerExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
layerExpression() - Method in class nzilbb.ag.ql.AGQLParser.LayerOperandContext
 
LayerExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.LayerExpressionContext
 
LayerHierarchyTraversal<R> - Class in nzilbb.ag.util
Traverses Layers a Schema's Layer hierarchy.
LayerHierarchyTraversal() - Constructor for class nzilbb.ag.util.LayerHierarchyTraversal
Default constructor.
LayerHierarchyTraversal(R) - Constructor for class nzilbb.ag.util.LayerHierarchyTraversal
Constructor with starting result.
LayerHierarchyTraversal(R, Collection<Layer>) - Constructor for class nzilbb.ag.util.LayerHierarchyTraversal
Constructor with starting result and a collection of layers to immediately traverse.
LayerHierarchyTraversal(R, Comparator<Layer>, Collection<Layer>) - Constructor for class nzilbb.ag.util.LayerHierarchyTraversal
Constructor with starting result and a collection of layers to immediately traverse.
LayerHierarchyTraversal(R, Comparator<Layer>, Schema) - Constructor for class nzilbb.ag.util.LayerHierarchyTraversal
Constructor with starting result and schema to immediately traverse.
LayerHierarchyTraversal(R, Schema) - Constructor for class nzilbb.ag.util.LayerHierarchyTraversal
Constructor with starting result and schema to immediately traverse.
LAYERID - Static variable in class nzilbb.ag.ql.AGQLLexer
 
LAYERID - Static variable in class nzilbb.ag.ql.AGQLParser
 
LAYERID() - Method in class nzilbb.ag.ql.AGQLParser.LayerExpressionContext
 
LayerOperandContext(AGQLParser.OperandContext) - Constructor for class nzilbb.ag.ql.AGQLParser.LayerOperandContext
 
layers() - Method in class nzilbb.ag.Schema
Return the layers as an array.
LayerTraversal<R> - Class in nzilbb.ag.util
Traverses Annotations in a Graph using the Layer hierarchy (i.e.
LayerTraversal() - Constructor for class nzilbb.ag.util.LayerTraversal
Default constructor.
LayerTraversal(R) - Constructor for class nzilbb.ag.util.LayerTraversal
Constructor with starting result.
LayerTraversal(R, Annotation) - Constructor for class nzilbb.ag.util.LayerTraversal
Constructor with starting result and annotation to immediately traverse.
LayerTraversal(R, Graph) - Constructor for class nzilbb.ag.util.LayerTraversal
Constructor with starting result and graph to immediately traverse.
LayerTraversal(R, Graph, boolean) - Constructor for class nzilbb.ag.util.LayerTraversal
Constructor with starting result and graph to immediately traverse.
leftOperand - Variable in class nzilbb.ag.ql.AGQLParser.CoalesceExpressionContext
 
leftOperand - Variable in class nzilbb.ag.ql.AGQLParser.IncludesAnyExpressionContext
 
LENGTH - Static variable in class nzilbb.ag.ql.AGQLLexer
 
LENGTH - Static variable in class nzilbb.ag.ql.AGQLParser
 
LENGTH() - Method in class nzilbb.ag.ql.AGQLParser.ListLengthExpressionContext
 
levenshteinDistance(String, String) - Method in class nzilbb.editpath.MinimumEditPathString
Computes the minimum edit distance between two sequences.
LevenshteinDistance(String, String) - Static method in class nzilbb.editpath.MinimumEditPathString
Computes the minimum edit distance between two strings.
list(String) - Method in class nzilbb.ag.Annotation
Deprecated.
Use #all(String) instead.
listAllEntries() - Method in interface nzilbb.ag.automation.Dictionary
Returns a list of all entries in the dictionary.
listAllEntries() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Returns a list of all entries in the dictionary.
listAllEntries(int, int) - Method in interface nzilbb.ag.automation.Dictionary
Returns a sub-list of all entries in the dictionary - i.e.
listAllEntries(int, int) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Returns a sub-list of all entries in the dictionary - i.e.
listEditableEntries() - Method in interface nzilbb.ag.automation.Dictionary
Returns a list of all editable entries in the dictionary.
listEditableEntries() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Returns a list of all editable entries in the dictionary.
listEditableEntries(int, int) - Method in interface nzilbb.ag.automation.Dictionary
Returns a sub-list of editable entries in the dictionary - i.e.
listEditableEntries(int, int) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Returns a sub-list of editable entries in the dictionary - i.e.
listExpression() - Method in class nzilbb.ag.ql.AGQLParser.IncludesAnyExpressionContext
 
listExpression() - Method in class nzilbb.ag.ql.AGQLParser.IncludesExpressionContext
 
listExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
listExpression() - Method in class nzilbb.ag.ql.AGQLParser.ListLengthExpressionContext
 
listExpression() - Method in class nzilbb.ag.ql.AGQLParser.PatternMatchExpressionContext
 
listExpression(int) - Method in class nzilbb.ag.ql.AGQLParser.IncludesAnyExpressionContext
 
ListExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.ListExpressionContext
 
listLengthExpression() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceListLengthOperandContext
 
listLengthExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
listLengthExpression() - Method in class nzilbb.ag.ql.AGQLParser.ListLengthOperandContext
 
ListLengthExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.ListLengthExpressionContext
 
ListLengthOperandContext(AGQLParser.OperandContext) - Constructor for class nzilbb.ag.ql.AGQLParser.ListLengthOperandContext
 
listOperand - Variable in class nzilbb.ag.ql.AGQLParser.IncludesExpressionContext
 
listOperand - Variable in class nzilbb.ag.ql.AGQLParser.PatternMatchExpressionContext
 
literal() - Method in class nzilbb.ag.ql.AGQLParser
 
literal() - Method in class nzilbb.ag.ql.AGQLParser.LiteralAtomContext
 
LiteralAtomContext(AGQLParser.AtomContext) - Constructor for class nzilbb.ag.ql.AGQLParser.LiteralAtomContext
 
LiteralContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.LiteralContext
 
load(String) - Method in interface nzilbb.ag.serialize.StoreGraphDeserializer
Loads the serialized form of the graph, using the given identifier.
load(NamedStream[], Schema) - Method in interface nzilbb.ag.serialize.GraphDeserializer
Loads the serialized form of the graph, using the given set of named streams.
load(NamedStream[], Schema) - Method in class nzilbb.ag.serialize.json.JSONSerialization
Loads the serialized form of the graph, using the given set of named streams.
LoadConfiguration(SerializationDescriptor, ParameterSet, File, Schema) - Static method in class nzilbb.ag.serialize.util.ConfigurationHelper
Loads configuration for a (de)serializer from an XML file, whose path is determined by the given descriptor and the given directory.
LoadParameters(Map<String, String[]>, String, ParameterSet, Schema) - Static method in class nzilbb.ag.serialize.util.ConfigurationHelper
Loads a (de)serialization configuratation from the given parameter map (most likely from a servlet request) the icon file for the given descriptor has been extracted to the given directory.
logicalOperator() - Method in class nzilbb.ag.ql.AGQLParser.CompositeExpressionContext
 
logicalOperator() - Method in class nzilbb.ag.ql.AGQLParser
 
LogicalOperatorContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.LogicalOperatorContext
 
lookup(String) - Method in interface nzilbb.ag.automation.Dictionary
Look up all entries for the given key.
lookup(String) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Look up all entries for the given key.
lookupEditableEntry(String) - Method in interface nzilbb.ag.automation.Dictionary
Returns a specific editable key from the dictionary.
lookupEditableEntry(String) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Returns a specific editable key from the dictionary.
lookupRaw(String) - Method in interface nzilbb.ag.automation.Dictionary
Looks up a key and provides all possible matches, in their raw representation for dictionary editing.
lookupRaw(String) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Looks up a key and provides all possible matches, in their raw representation for dictionary editing.
LT - Static variable in class nzilbb.ag.ql.AGQLLexer
 
LT - Static variable in class nzilbb.ag.ql.AGQLParser
 
LT() - Method in class nzilbb.ag.ql.AGQLParser.ComparisonOperatorContext
 
LTE - Static variable in class nzilbb.ag.ql.AGQLLexer
 
LTE - Static variable in class nzilbb.ag.ql.AGQLParser
 
LTE() - Method in class nzilbb.ag.ql.AGQLParser.ComparisonOperatorContext
 

M

main(String[]) - Static method in class nzilbb.ag.automation.util.Annotate
Command-line entrypoint
main(String[]) - Static method in class nzilbb.ag.automation.util.ConfigApp
Command-line entrypoint
main(String[]) - Static method in class nzilbb.ag.automation.util.ExtApp
Command-line entrypoint
main(String[]) - Static method in class nzilbb.ag.automation.util.Info
Command-line entrypoint
main(String[]) - Static method in class nzilbb.ag.automation.util.TaskApp
Command-line entrypoint
main(String[]) - Static method in class nzilbb.ag.automation.util.Transcribe
 
main(String[]) - Static method in class nzilbb.ag.cli.Deserialize
 
main(String[]) - Static method in class nzilbb.ag.util.DefaultOffsetGenerator
Command line interface entrypoint: reads JSON-encoded transcripts from stdin, generates default anchor offsets, and writes them to stdout.
main(String[]) - Static method in class nzilbb.ag.util.Merger
Command line interface entrypoint: reads JSON-encoded transcripts from stdin, generates default anchor offsets, and writes them to stdout.
main(String[]) - Static method in class nzilbb.ag.util.Normalizer
Command line interface entrypoint: reads JSON-encoded transcripts from stdin, normalizes them, and writes them to stdout.
main(String[]) - Static method in class nzilbb.ag.util.Validator
Command line interface entrypoint: reads JSON-encoded transcripts from stdin, validates them, and writes them to stdout.
main(String[]) - Static method in class nzilbb.webapp.StandAloneWebApp
Command-line entrypoint
mainRun(String[]) - Method in class nzilbb.util.GuiProgram
Main entrypoint if run as an application - this should be called by the public static void main(String argv[]) of the derived class.
mapAnnotationsForMerge(Layer, SortedSet<Annotation>, SortedSet<Annotation>, String) - Method in class nzilbb.ag.util.Merger
PHASE 1: Maps annotations from another fragment to annotations in this fragment, in order to then compute change deltas.
mapByParents(Layer, Graph) - Method in class nzilbb.ag.util.Merger
Convenience function that maps together unedited and edited annotations on a give layer, by parent annotation.
mark(int) - Method in class nzilbb.media.wav.TruncatingAudioInputStream
 
mark(int) - Method in class nzilbb.util.TempFileInputStream
Overridden to pass through the call to TempFileInputStream.fis
markSupported() - Method in class nzilbb.media.wav.TruncatingAudioInputStream
 
markSupported() - Method in class nzilbb.util.TempFileInputStream
Overridden to pass through the call to TempFileInputStream.fis
MATCHES - Static variable in class nzilbb.ag.ql.AGQLLexer
 
MATCHES - Static variable in class nzilbb.ag.ql.AGQLParser
 
MATCHES() - Method in class nzilbb.ag.ql.AGQLParser.PatternMatchExpressionContext
 
maxPairedDistance(Annotation) - Method in class nzilbb.ag.Annotation
Determines the offset difference between this annotation and another; the maximum distance between the start and end anchors - MAX(ABS(this.start-other.start),ABS(this.end-other.end)).
MediaCensor - Interface in nzilbb.media
Censors media by taking a series of time points and obfuscating every other interval between them.
MediaConverter - Interface in nzilbb.media
Converts media from one format to another.
MediaException - Exception in nzilbb.media
Exception during media processing.
MediaException() - Constructor for exception nzilbb.media.MediaException
Default constructor.
MediaException(String) - Constructor for exception nzilbb.media.MediaException
Constructor with message.
MediaException(String, Throwable) - Constructor for exception nzilbb.media.MediaException
Constructor with message and cause.
MediaException(Throwable) - Constructor for exception nzilbb.media.MediaException
Constructor with cause.
MediaFile - Class in nzilbb.ag
A single media file, which may exist or may be creatable by conversion from some other media file.
MediaFile() - Constructor for class nzilbb.ag.MediaFile
Default constructor.
MediaFile(File) - Constructor for class nzilbb.ag.MediaFile
Constructor from a file.
MediaFile(File, String) - Constructor for class nzilbb.ag.MediaFile
Constructor from a file and suffix.
MediaFile(File, MediaFile) - Constructor for class nzilbb.ag.MediaFile
Constructor from another file that it can be generated from.
MediaFile(JsonObject) - Constructor for class nzilbb.ag.MediaFile
Constructor from JSON.
MediaThread - Class in nzilbb.media
Thread processing media.
MediaThread() - Constructor for class nzilbb.media.MediaThread
Default constructor.
MediaThread(Runnable) - Constructor for class nzilbb.media.MediaThread
Constructor with target.
MediaTrackDefinition - Class in nzilbb.ag
Definition of a possible media track that a graph might be associated with.
MediaTrackDefinition() - Constructor for class nzilbb.ag.MediaTrackDefinition
Default constructor.
MediaTrackDefinition(String, String) - Constructor for class nzilbb.ag.MediaTrackDefinition
Constructor from attribute values.
MediaTrackDefinition(JsonObject) - Constructor for class nzilbb.ag.MediaTrackDefinition
Constructor from JSON.
mergeAnnotations(Annotation, Annotation) - Method in class nzilbb.ag.util.Coalescer
Moves all of the children of the following peer into the preceding peer, sets the end of the preceding to the end of the following, and marks the following for deletion.
Merger - Class in nzilbb.ag.util
Merges an edited version of a graph into the original version of that graph.
Merger() - Constructor for class nzilbb.ag.util.Merger
Default constructor.
Merger(Graph) - Constructor for class nzilbb.ag.util.Merger
Constructor with edited graph.
mergeTurns(Annotation, Annotation) - Method in class nzilbb.ag.util.Normalizer
Moves all of the children of the following turn into the preceding turn, set the the end of the preceding to the end of the following, and marks the following for deletion.
message(String) - Method in class nzilbb.util.CommandLineProgram
Display a message
midpointIncludingAnnotationsOn(String) - Method in class nzilbb.ag.Annotation
Finds all annotations on the given layer that include the midpoint of this annotation.
MimeTypeToSuffix() - Static method in class nzilbb.ag.MediaFile
A map from MIME type to filename extension.
MinimalExample - Class in nzilbb.ag.automation.example.minimal
This is an example annotator which implements the minimal possible for a complete annotator.
MinimalExample() - Constructor for class nzilbb.ag.automation.example.minimal.MinimalExample
 
minimumEditDistance(String, String) - Method in class nzilbb.editpath.MinimumEditPathString
Computes the minimum edit distance between two sequences.
minimumEditDistance(List<T>, List<T>) - Method in class nzilbb.editpath.MinimumEditPath
Computes the minimum edit distance between two sequences.
minimumEditPath(String, String) - Method in class nzilbb.editpath.MinimumEditPathString
Computes the minimum path from one sequence to another.
minimumEditPath(List<T>, List<T>) - Method in class nzilbb.editpath.MinimumEditPath
Computes the minimum path from one sequence to another.
MinimumEditPath<T> - Class in nzilbb.editpath
Implementation of the Wagner-Fischer algorithm to determine the minimum edit path (or distance) between two sequences.
MinimumEditPath() - Constructor for class nzilbb.editpath.MinimumEditPath
Default constructor
MinimumEditPath(EditComparator<T>) - Constructor for class nzilbb.editpath.MinimumEditPath
Constructor
MinimumEditPathString - Class in nzilbb.editpath
Utility subclass of MinimumEditPath for handling Strings as sequences of Characters
MinimumEditPathString() - Constructor for class nzilbb.editpath.MinimumEditPathString
Default constructor
MinimumEditPathString(EditComparator<Character>) - Constructor for class nzilbb.editpath.MinimumEditPathString
Constructor
modeNames - Static variable in class nzilbb.ag.ql.AGQLLexer
 
MonitorableSeries<T> - Interface in nzilbb.util
A Spliterator whose progress can be monitored, and which can be cancelled.
MonitorableTask - Interface in nzilbb.util
A task whose progress can be monitored, and which can be cancelled.
moveEndingAnnotations(Anchor) - Method in class nzilbb.ag.Anchor
Sets the end of all annotations that end here, to the given anchor.
moveStartingAnnotations(Anchor) - Method in class nzilbb.ag.Anchor
Sets the start of all annotations that start here, to the given anchor.
my(String) - Method in class nzilbb.ag.Annotation
Deprecated.
Use #first(String) instead.
MySQLConnectionFactory - Class in nzilbb.sql.mysql
A factory for supplying connections to MySQL databases.
MySQLConnectionFactory(String, String, String) - Constructor for class nzilbb.sql.mysql.MySQLConnectionFactory
Constructor.
MySQLTranslator - Class in nzilbb.sql.mysql
Object that translates statements designed for MySQL's flavour of SQL to the flavour used by the graph service.
MySQLTranslator() - Constructor for class nzilbb.sql.mysql.MySQLTranslator
 

N

name(String) - Method in class nzilbb.util.ISO639
Gets the standard English name of a language, given some language identifier.
NamedStream - Class in nzilbb.ag.serialize.util
An InputStream with an associated Name
NamedStream() - Constructor for class nzilbb.ag.serialize.util.NamedStream
Default constructor.
NamedStream(File) - Constructor for class nzilbb.ag.serialize.util.NamedStream
Constructor from a file.
NamedStream(InputStream, String) - Constructor for class nzilbb.ag.serialize.util.NamedStream
Constructor from attributes.
NamedStream(InputStream, String, String) - Constructor for class nzilbb.ag.serialize.util.NamedStream
Constructor
nameFromAlpha2(String) - Method in class nzilbb.util.ISO639
Gets the name of a language, given its alpha-2 code.
nameFromAlpha3(String) - Method in class nzilbb.util.ISO639
Gets the name of a language, given its alpha-3 code.
names() - Method in class nzilbb.util.ISO639
Provides a list of all known names.
NE - Static variable in class nzilbb.ag.ql.AGQLLexer
 
NE - Static variable in class nzilbb.ag.ql.AGQLParser
 
NE() - Method in class nzilbb.ag.ql.AGQLParser.ComparisonOperatorContext
 
negation - Variable in class nzilbb.ag.ql.AGQLParser.IncludesAnyExpressionContext
 
negation - Variable in class nzilbb.ag.ql.AGQLParser.IncludesExpressionContext
 
negation - Variable in class nzilbb.ag.ql.AGQLParser.PatternMatchExpressionContext
 
newConnection() - Method in class nzilbb.ag.automation.Annotator
Get a new connection to the database.
newConnection() - Method in interface nzilbb.sql.ConnectionFactory
Creates a new database connection.
newConnection() - Method in class nzilbb.sql.derby.DerbyConnectionFactory
Creates a new database connection.
newConnection() - Method in class nzilbb.sql.mysql.MySQLConnectionFactory
Creates a new database connection.
newLayer(Layer) - Method in interface nzilbb.ag.GraphStoreAdministration
Adds a new layer to the scheam.
newSQLTranslator() - Method in interface nzilbb.sql.ConnectionFactory
Constructs an SQL translator appropriate for the type of connection made by ConnectionFactory.newConnection().
newSQLTranslator() - Method in class nzilbb.sql.derby.DerbyConnectionFactory
Constructs an SQL translator appropriate for the type of connection made by DerbyConnectionFactory.newConnection().
newSQLTranslator() - Method in class nzilbb.sql.mysql.MySQLConnectionFactory
Constructs an SQL translator appropriate for the type of connection made by MySQLConnectionFactory.newConnection().
NEXT - Static variable in class nzilbb.ag.ql.AGQLLexer
 
NEXT - Static variable in class nzilbb.ag.ql.AGQLParser
 
NEXT() - Method in class nzilbb.ag.ql.AGQLParser.NextExpressionContext
 
nextExpression() - Method in class nzilbb.ag.ql.AGQLParser.AnnotationExpressionContext
 
nextExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
NextExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.NextExpressionContext
 
NoChange - nzilbb.ag.Change.Operation
No change is being made.
NONE - nzilbb.editpath.EditStep.StepOperation
 
Normalizer - Class in nzilbb.ag.util
Ensures the structure of the graph is normalized.
Normalizer() - Constructor for class nzilbb.ag.util.Normalizer
Default constructor.
NOT - Static variable in class nzilbb.ag.ql.AGQLLexer
 
NOT - Static variable in class nzilbb.ag.ql.AGQLParser
 
NOT() - Method in class nzilbb.ag.ql.AGQLParser.IncludesAnyExpressionContext
 
NOT() - Method in class nzilbb.ag.ql.AGQLParser.IncludesExpressionContext
 
NOT() - Method in class nzilbb.ag.ql.AGQLParser.PatternMatchExpressionContext
 
NotDestroyed(TrackedMap) - Static method in class nzilbb.ag.TrackedMap
Predicate for filtering deleted objects out of streams.
NToM - nzilbb.ag.serialize.GraphSerializer.Cardinality
 
NToN - nzilbb.ag.serialize.GraphSerializer.Cardinality
 
NToOne - nzilbb.ag.serialize.GraphSerializer.Cardinality
 
NUMBER_LITERAL - Static variable in class nzilbb.ag.ql.AGQLLexer
 
NUMBER_LITERAL - Static variable in class nzilbb.ag.ql.AGQLParser
 
NUMBER_LITERAL() - Method in class nzilbb.ag.ql.AGQLParser.LiteralContext
 
nzilbb.ag - package nzilbb.ag
Implementation of an Annotation Graph API for linguistic annotations.
nzilbb.ag.automation - package nzilbb.ag.automation
These are classes and interfaces for supporting automated annotation modules.
nzilbb.ag.automation.example - package nzilbb.ag.automation.example
Here are some example Annotator class implementations for kickstarting development of a new annotator.
nzilbb.ag.automation.example.minimal - package nzilbb.ag.automation.example.minimal
An example annotator implementation for kickstarting development of a new annotator, which includes the minimum possible implementation of an annotator.
nzilbb.ag.automation.example.theworks - package nzilbb.ag.automation.example.theworks
An example annotator implementation for kickstarting development of a new annotator, which uses all possible features, including configuration web-apps.
nzilbb.ag.automation.util - package nzilbb.ag.automation.util
Utility classes for helping process Annotator implementations.
nzilbb.ag.cli - package nzilbb.ag.cli
Contains command line interface tools for manipulating annotation graphs from the command line.
nzilbb.ag.ql - package nzilbb.ag.ql
Automatically generated classes for parsing graph queries.
nzilbb.ag.serialize - package nzilbb.ag.serialize
Contains interfaces that are required to convert too/from specific file formats.
nzilbb.ag.serialize.json - package nzilbb.ag.serialize.json
Annotation Graph serializer/deserializer for JSON.
nzilbb.ag.serialize.util - package nzilbb.ag.serialize.util
Utility classes used during format conversion.
nzilbb.ag.util - package nzilbb.ag.util
Utility classes for processing annotation graphs.
nzilbb.configure - package nzilbb.configure
Object configuration formalization classes.
nzilbb.converter - package nzilbb.converter
 
nzilbb.editpath - package nzilbb.editpath
Implementation of Wagner-Fischer algorithm to determine the minimum edit path.
nzilbb.encoding - package nzilbb.encoding
Handling for translation between different phoneme encodings.
nzilbb.encoding.comparator - package nzilbb.encoding.comparator
Comparators for helping EditComparator map elements of one encoding to elements of another.
nzilbb.media - package nzilbb.media
Interfaces and classes for automated media processing.
nzilbb.media.ffmpeg - package nzilbb.media.ffmpeg
Media processing classes that use ffmpeg for editing/converting media.
nzilbb.media.wav - package nzilbb.media.wav
Classes for processing WAV files, using the javax.sound.sampled native Java API.
nzilbb.sql - package nzilbb.sql
Factory interface for providing access to relational database connections.
nzilbb.sql.derby - package nzilbb.sql.derby
Implementation for providing connections to Derby databases.
nzilbb.sql.mysql - package nzilbb.sql.mysql
Implementation for providing connections to MySQL databases, and translation of MySQL-oriented SQL.
nzilbb.util - package nzilbb.util
Utility classes for IO, program execution, ISO language code handling, etc.
nzilbb.webapp - package nzilbb.webapp
Utility base class for supporting running presenting webapp-based user interfaces.

O

OFFSET - Static variable in class nzilbb.ag.ql.AGQLLexer
 
OFFSET - Static variable in class nzilbb.ag.ql.AGQLParser
 
OFFSET() - Method in class nzilbb.ag.ql.AGQLParser.AnchorOffsetExpressionContext
 
OneGraphSpliterator(Graph) - Static method in class nzilbb.ag.serialize.util.Utility
Creates an array of Graphs from one graph.
OneNamedStreamArray(File) - Static method in class nzilbb.ag.serialize.util.Utility
Creates an array of NamedStreams from one file.
OneNamedStreamArray(NamedStream) - Static method in class nzilbb.ag.serialize.util.Utility
Creates an array of NamedStreams from one stream.
OnlyASCII(String) - Static method in class nzilbb.util.IO
Strips all non-ASCII characters from the given string.
OPEN_PAREN - Static variable in class nzilbb.ag.ql.AGQLLexer
 
OPEN_PAREN - Static variable in class nzilbb.ag.ql.AGQLParser
 
OPEN_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.AllMethodCallContext
 
OPEN_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.AnnotatorsMethodCallContext
 
OPEN_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.AtomListExpressionContext
 
OPEN_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceExpressionContext
 
OPEN_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.FirstMethodCallContext
 
OPEN_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.IncludesAnyExpressionContext
 
OPEN_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.IncludesExpressionContext
 
OPEN_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.LabelsMethodCallContext
 
OPEN_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.PatternMatchExpressionContext
 
OPEN_SQUARE_PAREN - Static variable in class nzilbb.ag.ql.AGQLLexer
 
OPEN_SQUARE_PAREN - Static variable in class nzilbb.ag.ql.AGQLParser
 
OPEN_SQUARE_PAREN() - Method in class nzilbb.ag.ql.AGQLParser.AtomListExpressionContext
 
operand() - Method in class nzilbb.ag.ql.AGQLParser.AscendingOrderExpressionContext
 
operand() - Method in class nzilbb.ag.ql.AGQLParser.BarePredicateContext
 
operand() - Method in class nzilbb.ag.ql.AGQLParser.ComparisonPredicateContext
 
operand() - Method in class nzilbb.ag.ql.AGQLParser.DescendingOrderExpressionContext
 
operand() - Method in class nzilbb.ag.ql.AGQLParser.IncludesExpressionContext
 
operand() - Method in class nzilbb.ag.ql.AGQLParser
 
operand() - Method in class nzilbb.ag.ql.AGQLParser.PatternMatchExpressionContext
 
operand(int) - Method in class nzilbb.ag.ql.AGQLParser.ComparisonPredicateContext
 
OperandContext() - Constructor for class nzilbb.ag.ql.AGQLParser.OperandContext
 
OperandContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.OperandContext
 
operator - Variable in class nzilbb.ag.ql.AGQLParser.ComparisonOperatorContext
 
operator - Variable in class nzilbb.ag.ql.AGQLParser.LogicalOperatorContext
 
OR - Static variable in class nzilbb.ag.ql.AGQLLexer
 
OR - Static variable in class nzilbb.ag.ql.AGQLParser
 
OR() - Method in class nzilbb.ag.ql.AGQLParser.LogicalOperatorContext
 
order - Variable in class nzilbb.ag.ql.AGQLParser.AscendingOrderExpressionContext
 
order - Variable in class nzilbb.ag.ql.AGQLParser.DescendingOrderExpressionContext
 
orderExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
orderExpression() - Method in class nzilbb.ag.ql.AGQLParser.OrderListExpressionContext
 
orderExpression(int) - Method in class nzilbb.ag.ql.AGQLParser.OrderListExpressionContext
 
OrderExpressionContext() - Constructor for class nzilbb.ag.ql.AGQLParser.OrderExpressionContext
 
OrderExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.OrderExpressionContext
 
orderListExpression() - Method in class nzilbb.ag.ql.AGQLParser.AgqlExpressionContext
 
orderListExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
OrderListExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.OrderListExpressionContext
 
ORDINAL - Static variable in class nzilbb.ag.ql.AGQLLexer
 
ORDINAL - Static variable in class nzilbb.ag.ql.AGQLParser
 
ORDINAL() - Method in class nzilbb.ag.ql.AGQLParser.OrdinalExpressionContext
 
ordinalExpression() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceOrdinalOperandContext
 
ordinalExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
ordinalExpression() - Method in class nzilbb.ag.ql.AGQLParser.OrdinalOperandContext
 
OrdinalExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.OrdinalExpressionContext
 
ordinalMinimum(String) - Method in class nzilbb.ag.Annotation
The minimum ordinal for the given child layer.
OrdinalOperandContext(AGQLParser.OperandContext) - Constructor for class nzilbb.ag.ql.AGQLParser.OrdinalOperandContext
 
Orthography2ARPAbetComparator<E> - Class in nzilbb.encoding.comparator
Comparator that maps an (English) orthography series to a ARPAbet-encoded series.
Orthography2ARPAbetComparator() - Constructor for class nzilbb.encoding.comparator.Orthography2ARPAbetComparator
 
Orthography2DISCComparator<E> - Class in nzilbb.encoding.comparator
Comparator that maps an (English) orthography series to a DISC-encoded series.
Orthography2DISCComparator() - Constructor for class nzilbb.encoding.comparator.Orthography2DISCComparator
 
Orthography2OrthographyComparator<E> - Class in nzilbb.encoding.comparator
Comparator that maps one plain-text full word orthography to another.
Orthography2OrthographyComparator() - Constructor for class nzilbb.encoding.comparator.Orthography2OrthographyComparator
 
OrthographyClumper - Class in nzilbb.ag.util
Transformer that joins isolated punctuation (and other non-orthographic) 'words' to the preceding (or following, if first) word.
OrthographyClumper() - Constructor for class nzilbb.ag.util.OrthographyClumper
Default constructor.
OrthographyClumper(String) - Constructor for class nzilbb.ag.util.OrthographyClumper
Constructor.
OrthographyClumper(String, String) - Constructor for class nzilbb.ag.util.OrthographyClumper
Constructor.
other - Variable in class nzilbb.ag.ql.AGQLParser.AllMethodCallContext
 
other - Variable in class nzilbb.ag.ql.AGQLParser.AnchorExpressionContext
 
other - Variable in class nzilbb.ag.ql.AGQLParser.AnchorIdExpressionContext
 
other - Variable in class nzilbb.ag.ql.AGQLParser.AnnotatorExpressionContext
 
other - Variable in class nzilbb.ag.ql.AGQLParser.AnnotatorsMethodCallContext
 
other - Variable in class nzilbb.ag.ql.AGQLParser.ConfidenceExpressionContext
 
other - Variable in class nzilbb.ag.ql.AGQLParser.IdExpressionContext
 
other - Variable in class nzilbb.ag.ql.AGQLParser.LabelExpressionContext
 
other - Variable in class nzilbb.ag.ql.AGQLParser.LabelsMethodCallContext
 
other - Variable in class nzilbb.ag.ql.AGQLParser.LayerExpressionContext
 
other - Variable in class nzilbb.ag.ql.AGQLParser.OrdinalExpressionContext
 
other - Variable in class nzilbb.ag.ql.AGQLParser.ParentIdExpressionContext
 
other - Variable in class nzilbb.ag.ql.AGQLParser.WhenExpressionContext
 
Other - nzilbb.ag.serialize.SerializationException.ErrorType
 
overlappingAnnotations(double, double, String) - Method in class nzilbb.ag.Graph
Returns a list of annotations that overlap with the given offset interval.
overlappingAnnotations(Anchor, Anchor, String) - Method in class nzilbb.ag.Graph
Returns a list of annotations that overlap with the offset interval defined by the given anchors.
overlappingAnnotations(Annotation, String) - Method in class nzilbb.ag.Graph
Returns a list of annotations that overlap with the given offset interval

P

parameter(Parameter) - Method in class nzilbb.configure.ParameterSet
Builder-pattern method for adding a parameter to the set.
Parameter - Class in nzilbb.configure
A parameter that needs to be set for a some operation or configuration.
Parameter() - Constructor for class nzilbb.configure.Parameter
Default constructor.
Parameter(String, Class) - Constructor for class nzilbb.configure.Parameter
Constructor from attributes.
Parameter(String, Class, String) - Constructor for class nzilbb.configure.Parameter
Constructor from attributes.
Parameter(String, Class, String, String) - Constructor for class nzilbb.configure.Parameter
Constructor from attributes.
Parameter(String, Class, String, String, boolean) - Constructor for class nzilbb.configure.Parameter
Constructor from attributes.
Parameter(String, Class, String, String, boolean, Object) - Constructor for class nzilbb.configure.Parameter
Constructor from attributes.
Parameter(String, Class, String, String, Object) - Constructor for class nzilbb.configure.Parameter
Constructor from attributes.
Parameter(String, Object) - Constructor for class nzilbb.configure.Parameter
Constructor from attributes.
Parameter(String, String, String, boolean, Object) - Constructor for class nzilbb.configure.Parameter
Constructor from attributes.
Parameter(String, String, String, Object) - Constructor for class nzilbb.configure.Parameter
Constructor from attributes.
ParameterField - Annotation Type in nzilbb.configure
Annotation for a field that can be configured as a Parameter.
ParameterSet - Class in nzilbb.configure
Set of parameters, being a map to Parameters keyed on parameter name.
ParameterSet() - Constructor for class nzilbb.configure.ParameterSet
Default constructor
PARENT - Static variable in class nzilbb.ag.ql.AGQLLexer
 
PARENT - Static variable in class nzilbb.ag.ql.AGQLParser
 
PARENT() - Method in class nzilbb.ag.ql.AGQLParser.ParentExpressionContext
 
parentExpression() - Method in class nzilbb.ag.ql.AGQLParser.AnnotationExpressionContext
 
parentExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
ParentExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.ParentExpressionContext
 
PARENTID - Static variable in class nzilbb.ag.ql.AGQLLexer
 
PARENTID - Static variable in class nzilbb.ag.ql.AGQLParser
 
PARENTID() - Method in class nzilbb.ag.ql.AGQLParser.ParentIdExpressionContext
 
parentIdExpression() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceParentIdOperandContext
 
parentIdExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
parentIdExpression() - Method in class nzilbb.ag.ql.AGQLParser.ParentIdOperandContext
 
ParentIdExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.ParentIdExpressionContext
 
ParentIdOperandContext(AGQLParser.OperandContext) - Constructor for class nzilbb.ag.ql.AGQLParser.ParentIdOperandContext
 
ParseFragmentId(String) - Static method in class nzilbb.ag.Graph
Deduces the graph name, start time, and end time from the given fragment ID.
ParticipantRenamer - Class in nzilbb.ag.util
Renames participants in a graph.
ParticipantRenamer() - Constructor for class nzilbb.ag.util.ParticipantRenamer
Default constructor.
ParticipantRenamer(String, String) - Constructor for class nzilbb.ag.util.ParticipantRenamer
Convenience constructor for renaming a single participant.
PatterMatchPredicateContext(AGQLParser.PredicateContext) - Constructor for class nzilbb.ag.ql.AGQLParser.PatterMatchPredicateContext
 
patternMatchExpression() - Method in class nzilbb.ag.ql.AGQLParser.PatterMatchPredicateContext
 
patternMatchExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
PatternMatchExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.PatternMatchExpressionContext
 
patternOperand - Variable in class nzilbb.ag.ql.AGQLParser.PatternMatchExpressionContext
 
PeerAnnotationsByAnchor - Class in nzilbb.ag.util
Convenience class implementing a list of peer annotations (i.e.
PeerAnnotationsByAnchor(Annotation, String) - Constructor for class nzilbb.ag.util.PeerAnnotationsByAnchor
Constructor from parent and layer.
PermissionException - Exception in nzilbb.ag
An exception ocurring during an annotation store operation because the operation is disallowed.
PermissionException() - Constructor for exception nzilbb.ag.PermissionException
Default constructor.
PermissionException(String) - Constructor for exception nzilbb.ag.PermissionException
Constructor with message.
PermissionException(String, String) - Constructor for exception nzilbb.ag.PermissionException
Constructor with message.
PermissionException(String, String, Throwable) - Constructor for exception nzilbb.ag.PermissionException
Constructor with message and cause.
PermissionException(String, Throwable) - Constructor for exception nzilbb.ag.PermissionException
Constructor with message and cause.
PermissionException(Throwable) - Constructor for exception nzilbb.ag.PermissionException
Constructor with cause.
persistent() - Method in annotation type nzilbb.util.Switch
Whether or not the setting is persistent, and set during installation (true) or transitory, and specified for each invocation (false).
PhonemeTranslator - Class in nzilbb.encoding
Base-class for Functions that convert phonemic transcriptions from one encoding to another.
PhonemeTranslator() - Constructor for class nzilbb.encoding.PhonemeTranslator
Default constructor.
precedes(Anchor) - Method in class nzilbb.ag.Anchor
Determines whether the given anchor is linked to this anchor via annotations after this one in the graph.
predicate() - Method in class nzilbb.ag.ql.AGQLParser.CompositeExpressionContext
 
predicate() - Method in class nzilbb.ag.ql.AGQLParser
 
predicate() - Method in class nzilbb.ag.ql.AGQLParser.PredicateExpressionContext
 
PredicateContext() - Constructor for class nzilbb.ag.ql.AGQLParser.PredicateContext
 
PredicateContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.PredicateContext
 
PredicateExpressionContext(AGQLParser.BooleanExpressionContext) - Constructor for class nzilbb.ag.ql.AGQLParser.PredicateExpressionContext
 
PREVIOUS - Static variable in class nzilbb.ag.ql.AGQLLexer
 
PREVIOUS - Static variable in class nzilbb.ag.ql.AGQLParser
 
PREVIOUS() - Method in class nzilbb.ag.ql.AGQLParser.PreviousExpressionContext
 
previousExpression() - Method in class nzilbb.ag.ql.AGQLParser.AnnotationExpressionContext
 
previousExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
PreviousExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.PreviousExpressionContext
 
printPath(List<EditStep<Character>>) - Static method in class nzilbb.editpath.MinimumEditPathString
Prints the edit path, by displaying the from string on one line and the to string on the next line, vertically aligned to indicate changes, and marking inserts/deletes with a mid-dot '·' (a character unlikely to really appear in a string, so will likely unambiguously indicate a lack in one of the strings).
processArguments(String[]) - Method in class nzilbb.util.CommandLineProgram
Main entrypoint if run as an application - this should be called by the public static void main(String argv[]) of the derived class.
processTranscripts(Graph[]) - Method in class nzilbb.converter.Converter
Process the transcripts after they were deserialized, but before they're serialized.
ProgramDescription - Annotation Type in nzilbb.util
Annotation for a CommandLineProgram or GuiProgram - used to inform command-line and applet parameter interpretation, and to product usage information.
ProjectProperties(Class) - Static method in class nzilbb.util.IO
Accesses the project.properties resource of the given class.
providerForGraph(Graph) - Method in interface nzilbb.ag.GraphMediaProvider
Provides another instance of the implementing class, for the given graph.
providerForGraph(Graph) - Method in class nzilbb.ag.StoreGraphMediaProvider
Provides another instance of the implementing class, for the given graph.
providerForGraph(Graph) - Method in class nzilbb.ag.util.FileMediaProvider
Provides another instance of the implementing class, for the given graph.
Pump(InputStream, OutputStream) - Static method in class nzilbb.util.IO
Copy all data from an input stream to an output stream.
Pump(InputStream, OutputStream, boolean) - Static method in class nzilbb.util.IO
Copy all data from an input stream to an output stream.
Pump(InputStream, OutputStream, boolean, LongConsumer) - Static method in class nzilbb.util.IO
Copy all data from an input stream to an output stream.
PumpStream(InputStream, OutputStream) - Static method in class nzilbb.ag.serialize.util.IconHelper
Reads all data from an input stream and writes it to an output stream.

Q

quantumOffset(Double) - Method in class nzilbb.ag.Graph
Returns the given offset rounded to the nearest 'quantum' as determined by Graph.getOffsetGranularity()
quotedString - Variable in class nzilbb.ag.ql.AGQLParser.StringLiteralContext
 

R

read() - Method in class nzilbb.media.wav.TruncatingAudioInputStream
 
read() - Method in class nzilbb.util.TempFileInputStream
Overridden to pass through the call to TempFileInputStream.fis
read(byte[]) - Method in class nzilbb.util.TempFileInputStream
Overridden to pass through the call to TempFileInputStream.fis
read(byte[], int, int) - Method in class nzilbb.media.wav.TruncatingAudioInputStream
 
read(byte[], int, int) - Method in class nzilbb.util.TempFileInputStream
Overridden to pass through the call to TempFileInputStream.fis
RecursivelyDelete(File) - Static method in class nzilbb.util.IO
Recursively deletes a directory.
registerDeserializer(GraphDeserializer) - Method in interface nzilbb.ag.GraphStoreAdministration
Registers a transcript deserializer.
registerSerializer(GraphSerializer) - Method in interface nzilbb.ag.GraphStoreAdministration
Registers a transcript serializer.
reject(Change) - Method in class nzilbb.ag.ChangeTracker
De-register a TrackedMap object Change.
remove(String) - Method in interface nzilbb.ag.automation.Dictionary
Removes a key from the dictionary.
remove(String) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Removes a key from the dictionary.
remove(String, String) - Method in interface nzilbb.ag.automation.Dictionary
Removes an entry from the dictionary.
remove(String, String) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Removes a entry entry from the dictionary.
removeDeleted(Collection<Annotation>) - Method in class nzilbb.ag.util.Merger
Removes elements from the collection that are marked for deletion.
removeLeadingMappedAnnotations(Vector<Annotation>) - Method in class nzilbb.ag.util.Merger
Removes leading annotations from the list, up to and including the last mapped annotation (i.e.
removeListener(Consumer<Change>) - Method in class nzilbb.ag.ChangeTracker
Stop a registered consumer receiving further the changes.
rename(String, String) - Method in class nzilbb.ag.util.ParticipantRenamer
Configures the transformer to rename a speaker.
Rename(File, File) - Static method in class nzilbb.util.IO
Renames a file.
REPLACE(String, String, String) - Static method in class nzilbb.sql.derby.DerbySQLTranslator
Implementation for the REPLACE SQL function.
request(String, String, String, InputStream) - Method in class nzilbb.ag.automation.util.RequestRouter
Make a request of the annotator.
request(String, URI, String, InputStream) - Method in class nzilbb.ag.automation.util.RequestRouter
Make a request of the annotator.
RequestException - Exception in nzilbb.ag.automation.util
An error that occurred during a RequestRouter request.
RequestException(int, String, String, URI) - Constructor for exception nzilbb.ag.automation.util.RequestException
Constructor.
RequestException(int, String, String, URI, Throwable) - Constructor for exception nzilbb.ag.automation.util.RequestException
Constructor.
RequestException(int, String, URI, Throwable) - Constructor for exception nzilbb.ag.automation.util.RequestException
Constructor.
RequestRouter - Class in nzilbb.ag.automation.util
Routes requests from a webapp to a given Annotator.
RequestRouter() - Constructor for class nzilbb.ag.automation.util.RequestRouter
Default constructor.
RequestRouter(Annotator) - Constructor for class nzilbb.ag.automation.util.RequestRouter
Constructor.
required() - Method in annotation type nzilbb.configure.ParameterField
Whether or not the switch is compulsory.
Resampler - Class in nzilbb.media.wav
MediaConverter that converts sound samples using the javax.sound.sampled API.
Resampler() - Constructor for class nzilbb.media.wav.Resampler
Default constructor.
reset() - Method in class nzilbb.ag.ChangeTracker
Clear all tracked changes.
reset() - Method in class nzilbb.media.wav.TruncatingAudioInputStream
 
reset() - Method in class nzilbb.util.TempFileInputStream
Overridden to pass through the call to TempFileInputStream.fis
resolve() - Method in class nzilbb.util.DependencyGraph
Resolves dependencies, and returns an ordered list of nodes reflecting the order in which nodes must be processed to ensure each node's depencies are met before processing.
rightOperand - Variable in class nzilbb.ag.ql.AGQLParser.CoalesceExpressionContext
 
rightOperand - Variable in class nzilbb.ag.ql.AGQLParser.IncludesAnyExpressionContext
 
rollback() - Method in class nzilbb.ag.Change
Rolls back the change to the object.
rollback() - Method in class nzilbb.ag.Graph
Rolls back changes since the object was create or Graph.commit() was last called.
rollback() - Method in class nzilbb.ag.TrackedMap
Rolls back changes since the object was created.
rollback(String) - Method in class nzilbb.ag.TrackedMap
Rolls back an individual attribute change.
RULE_agqlExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_allMethodCall - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_anchorConfidenceExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_anchorExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_anchorIdExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_anchorOffsetExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_annotationExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_annotationListExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_annotatorExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_annotatorsMethodCall - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_atom - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_atomListExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_booleanExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_coalesceExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_coalesceParameter - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_comparisonOperator - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_confidenceExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_firstAtom - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_firstMethodCall - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_graphIdExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_idExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_includesAnyExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_includesExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_labelExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_labelsMethodCall - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_layerExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_listExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_listLengthExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_literal - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_logicalOperator - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_nextExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_operand - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_orderExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_orderListExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_ordinalExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_parentExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_parentIdExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_patternMatchExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_predicate - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_previousExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_stringLiteral - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_subsequentAtom - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_valueListExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
RULE_whenExpression - Static variable in class nzilbb.ag.ql.AGQLParser
 
ruleNames - Static variable in class nzilbb.ag.ql.AGQLLexer
 
ruleNames - Static variable in class nzilbb.ag.ql.AGQLParser
 
run() - Method in class nzilbb.util.Execution
Runs the executable, monitors it, and returns when done.

S

SafeFileNameUrl(String) - Static method in class nzilbb.util.IO
Converts the given string into a version that's generally safe for a file name or URL.
SAMPA2DISC - Class in nzilbb.encoding
Translates SAMPA-encoded phonemic transcriptions like streIndZ to CELEX-DISC-encoded transcriptions like str1n_.
SAMPA2DISC() - Constructor for class nzilbb.encoding.SAMPA2DISC
Default constructor.
save(File) - Method in class nzilbb.ag.serialize.util.NamedStream
Saves the named stream as a file into the given directory.
SaveConfiguration(SerializationDescriptor, ParameterSet, File) - Static method in class nzilbb.ag.serialize.util.ConfigurationHelper
Ensures the icon file for the given descriptor has been extracted to the given directory.
saveEpisodeDocument(String, String) - Method in interface nzilbb.ag.GraphStore
Saves the given document for the episode of the given transcript.
saveGraph(Graph) - Method in interface nzilbb.ag.GraphStore
Deprecated.
SaveInputStreamToFile(InputStream, File) - Static method in class nzilbb.util.IO
Saves the content of a URL to a file.
SaveInputStreamToFile(InputStream, File, LongConsumer) - Static method in class nzilbb.util.IO
Saves the content of a URL to a file.
saveLayer(Layer) - Method in interface nzilbb.ag.GraphStoreAdministration
Saves changes to a layer.
saveMedia(String, String, String) - Method in interface nzilbb.ag.GraphStore
Saves the given media for the given transcript
saveParticipant(Annotation) - Method in interface nzilbb.ag.GraphStore
Saves a participant, and all its tags, to the database.
saveSource(String, String) - Method in interface nzilbb.ag.GraphStore
Saves the given source file for the given transcript.
saveTranscript(Graph) - Method in interface nzilbb.ag.GraphStore
Saves the given transcript.
SaveUrlConnectionToFile(URLConnection, File) - Static method in class nzilbb.util.IO
Saves the content of a URL to a file.
SaveUrlConnectionToFile(URLConnection, File, IntConsumer) - Static method in class nzilbb.util.IO
Saves the content of a URL to a file.
SaveUrlToFile(URL, File) - Static method in class nzilbb.util.IO
Saves the content of a URL to a file.
SaveUrlToFile(URL, File, IntConsumer) - Static method in class nzilbb.util.IO
Saves the content of a URL to a file.
Schema - Class in nzilbb.ag
Definition of layers and their interrelations.
Schema() - Constructor for class nzilbb.ag.Schema
Default constructor.
Schema(String, String, String, String, Layer...) - Constructor for class nzilbb.ag.Schema
Constructor from array and attributes.
Schema(Collection<Layer>) - Constructor for class nzilbb.ag.Schema
Constructor from collection.
Schema(Collection<Layer>, String, String, String, String) - Constructor for class nzilbb.ag.Schema
Constructor from collection and attributes.
Schema(Collection<Layer>, String, String, String, String, String, String) - Constructor for class nzilbb.ag.Schema
Constructor from collection and attributes.
Schema(Layer[]) - Constructor for class nzilbb.ag.Schema
Constructor from array.
Schema(Layer[], String, String, String, String) - Constructor for class nzilbb.ag.Schema
Constructor from array and attributes.
Schema(Layer[], String, String, String, String, String, String) - Constructor for class nzilbb.ag.Schema
Constructor from array and attributes.
SchemaSerializer - Interface in nzilbb.ag.serialize
Interface for serializing a Schema to streams of data.
SemanticVersionComparator - Class in nzilbb.util
Compares semantic version strings.
SemanticVersionComparator() - Constructor for class nzilbb.util.SemanticVersionComparator
Default constructor.
sempred(RuleContext, int, int) - Method in class nzilbb.ag.ql.AGQLParser
 
SerializationDescriptor - Class in nzilbb.ag.serialize
A descriptor that describes the attributes of a serializer or deserializer.
SerializationDescriptor() - Constructor for class nzilbb.ag.serialize.SerializationDescriptor
Default constructor
SerializationDescriptor(String, String) - Constructor for class nzilbb.ag.serialize.SerializationDescriptor
Attribute constructor.
SerializationDescriptor(String, String, String, String) - Constructor for class nzilbb.ag.serialize.SerializationDescriptor
Attribute constructor.
SerializationDescriptor(String, String, String, String, String) - Constructor for class nzilbb.ag.serialize.SerializationDescriptor
Attribute constructor.
SerializationDescriptor(String, String, String, String, String, URL) - Constructor for class nzilbb.ag.serialize.SerializationDescriptor
Attribute constructor.
SerializationDescriptor(String, String, String, String, String, URL, int) - Constructor for class nzilbb.ag.serialize.SerializationDescriptor
Attribute constructor.
SerializationDescriptor(String, String, String, String, URL) - Constructor for class nzilbb.ag.serialize.SerializationDescriptor
Attribute constructor.
SerializationDescriptor(String, String, String, Vector<String>, String, URL, int) - Constructor for class nzilbb.ag.serialize.SerializationDescriptor
Attribute constructor.
SerializationDescriptor(JsonObject) - Constructor for class nzilbb.ag.serialize.SerializationDescriptor
Constructor from JSON.
SerializationException - Exception in nzilbb.ag.serialize
Thrown when GraphDeserializer.deserialize() could not complete due to fatal errors.
SerializationException() - Constructor for exception nzilbb.ag.serialize.SerializationException
Default constructor
SerializationException(String) - Constructor for exception nzilbb.ag.serialize.SerializationException
Constructor.
SerializationException(Throwable) - Constructor for exception nzilbb.ag.serialize.SerializationException
Constructor.
SerializationException(SerializationException.ErrorType, String) - Constructor for exception nzilbb.ag.serialize.SerializationException
Constructor.
SerializationException.ErrorType - Enum in nzilbb.ag.serialize
 
SerializationParametersMissingException - Exception in nzilbb.ag.serialize
Exception thrown when a (de)serializer is asked to (de)serialize data, but it hasn't enough configuration parameters to proceed.
SerializationParametersMissingException() - Constructor for exception nzilbb.ag.serialize.SerializationParametersMissingException
Default constructor
SerializationParametersMissingException(String) - Constructor for exception nzilbb.ag.serialize.SerializationParametersMissingException
Default constructor
serialize(Spliterator<Graph>, String[], Consumer<NamedStream>, Consumer<String>, Consumer<SerializationException>) - Method in interface nzilbb.ag.serialize.GraphSerializer
Serializes the given series of graphs, generating one or more NamedStreams.
serialize(Spliterator<Graph>, String[], Consumer<NamedStream>, Consumer<String>, Consumer<SerializationException>) - Method in class nzilbb.ag.serialize.json.JSONSerialization
Serializes the given graph, generating one or more NamedStreams.
serialize(Graph[], File) - Method in class nzilbb.ag.automation.util.Annotate
Serialize the given graph to a given file name.
serializerConfiguration(ParameterSet) - Method in class nzilbb.converter.Converter
Adjust the configuration of the serializer.
serializerForFilesSuffix(String) - Method in interface nzilbb.ag.GraphStoreQuery
Gets the serializer for the given file suffix (extension).
serializerForMimeType(String) - Method in interface nzilbb.ag.GraphStoreQuery
Gets the serializer for the given MIME type.
SerializerNotConfiguredException - Exception in nzilbb.ag.serialize
Exception thrown when a deserializer is asked to deserialize data, but it hasn't been configured.
SerializerNotConfiguredException() - Constructor for exception nzilbb.ag.serialize.SerializerNotConfiguredException
Default constructor
SerializerNotConfiguredException(String) - Constructor for exception nzilbb.ag.serialize.SerializerNotConfiguredException
Constructor with message
SerializerNotConfiguredException(Throwable) - Constructor for exception nzilbb.ag.serialize.SerializerNotConfiguredException
Constructor with exception
serializeSchema(Schema, List<String>) - Method in interface nzilbb.ag.serialize.SchemaSerializer
Serializes the given schema, generating one or more NamedStreams.
setAlignment(int) - Method in class nzilbb.ag.Layer
Setter for alignment: The layer's alignment - 0 for none, 1 for point alignment, 2 for interval alignment.
setAnchors(LinkedHashMap<String, Anchor>) - Method in class nzilbb.ag.Graph
Setter for anchors.
setAnnotatePrevious(boolean) - Method in class nzilbb.ag.util.SpanningConventionTransformer
Setter for SpanningConventionTransformer.annotatePrevious: Whether the destination annotation annotates the source token prior to the first matching source token (i.e.
setAnnotationsById(LinkedHashMap<String, Annotation>) - Method in class nzilbb.ag.Graph
Setter for Graph.annotationsById.
setAnnotationTaskId(String) - Method in class nzilbb.ag.automation.util.TaskApp
Setter for TaskApp.annotationTaskId: Identifier of the task to be configured.
setAnnotator(File) - Method in class nzilbb.ag.automation.util.Annotate
Setter for Annotate.annotator: Annotator .jar file.
setAnnotator(String) - Method in class nzilbb.ag.TrackedMap
Setter for TrackedMap.annotator: Name of the person or system that created or changed this entity.
setAnnotator(Annotator) - Method in class nzilbb.ag.automation.util.AnnotatorWebApp
Setter for AnnotatorWebApp.annotator: The annotator to configure.
setAnnotator(Annotator) - Method in class nzilbb.ag.automation.util.Info
Setter for Info.annotator: The annotator to configure.
setAnnotator(Annotator) - Method in class nzilbb.ag.automation.util.RequestRouter
Setter for RequestRouter.annotator: The annotator to route requests to.
setAnnotatorName(String) - Method in class nzilbb.ag.automation.util.Info
Setter for Info.annotatorName: The name of either a .jar file, or a class (if it's on the classpath), which implements the annotator.
setArguments(Vector<String>) - Method in class nzilbb.util.Execution
Setter for Execution.arguments: Command line arguments.
setArraySizeLimit(int) - Method in class nzilbb.ag.util.Merger
Setter for Merger.arraySizeLimit: The maximum length of a list used for mapping annotations of the same layer but in different graphs to each other.
setAudioFilter(String) - Method in class nzilbb.media.ffmpeg.FfmpegCensor
Setter for FfmpegCensor.audioFilter: Filter for obfuscating audio.
setBackTrace(EditStep<T>) - Method in class nzilbb.editpath.EditStep
Setter for EditStep.eBackTrace: Backtrace to the previous (minimum) edit in the sequence.
setBatchMode(Boolean) - Method in class nzilbb.converter.Converter
Setter for Converter.batchMode: Whether to start processing immediately (true) or wait until the user presses "Convert" (false).
setBreadthFirst(boolean) - Method in class nzilbb.ag.util.LayerTraversal
Setter for LayerTraversal.breadthFirst: Whether the traversal is breadth-first (true) or depth-first (false - the default).
setCancellationObservers(List<Consumer<Boolean>>) - Method in class nzilbb.ag.automation.Annotator
Setter for Annotator.cancellationObservers: Listeners for cancellation.
setCancelling(boolean) - Method in class nzilbb.ag.serialize.json.JSONSerialization
Setter for JSONSerialization.cancelling: Serialization marked for cancelling.
setCategory(String) - Method in class nzilbb.ag.Layer
Setter for Layer.category: Category for the layer, if any.
setChangeDistance(int) - Method in class nzilbb.editpath.DefaultEditComparator
Setter for DefaultEditComparator.iChangeDistance: The distance represented by a change.
setCharacterAnchorConfidence(Integer) - Method in class nzilbb.ag.util.SimpleTokenizer
Setter for SimpleTokenizer.characterAnchorConfidence: The confidence of anchors created in graphs for which Graph.offsetUnits == Constants.UNIT_CHARACTERS.
setChildren(LinkedHashMap<String, Layer>) - Method in class nzilbb.ag.Layer
Setter for children: Child layers.
setCloseGaps(boolean) - Method in class nzilbb.ag.util.SpanningConventionTransformer
Setter for SpanningConventionTransformer.closeGaps: Whether to close gaps in the source layer created by deleting span annotations, by setting the end of the previous annotation to the start of the following annotation.
setComparator(Comparator<T>) - Method in class nzilbb.editpath.DefaultEditComparator
Setter for DefaultEditComparator.comparator: A comparator to use to determin equality, or null to use java.util.Object.equals(Object).
setComparator(EditComparator<T>) - Method in class nzilbb.editpath.MinimumEditPath
Setter for MinimumEditPath.comparator: The comparator used when determining the distance between two sequence elements.
setConfidence(int) - Method in class nzilbb.ag.util.DefaultOffsetGenerator
Setter for DefaultOffsetGenerator.confidence: Value to set for confidence for anchors that have their offsets changed by this transformer.
setConfidence(Integer) - Method in class nzilbb.ag.TrackedMap
Setter for TrackedMap.confidence: Confidence rating.
setConfidence(TrackedMap, int) - Static method in class nzilbb.ag.util.Utility
Sets the confidence rating of a given object.
setConfig(String) - Method in class nzilbb.ag.automation.Annotator
Specifies the overall configuration of the annotator, and runs any processing required to install the annotator.
setConfig(String) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Specifies the overall configuration of the annotator, and runs any processing required to install the annotator.
setConfig(String) - Method in class nzilbb.ag.automation.util.Transcribe
Setter for Transcribe.config: Transcriber installation configuration, if any is required.
setConnectionName(String) - Method in class nzilbb.sql.mysql.MySQLConnectionFactory
Setter for MySQLConnectionFactory.connectionName: Database user ID.
setConnectionPassword(String) - Method in class nzilbb.sql.mysql.MySQLConnectionFactory
Setter for MySQLConnectionFactory.connectionPassword: Database password.
setConnectionUrl(String) - Method in class nzilbb.sql.mysql.MySQLConnectionFactory
Setter for MySQLConnectionFactory.connectionUrl: Connection URL.
setConversionCommandLine(String) - Method in class nzilbb.media.ffmpeg.FfmpegConverter
Setter for FfmpegConverter.conversionCommandLine: Command line for conversion.
setCorpus(String) - Method in class nzilbb.ag.Graph
Deprecated.
setCorpusLayerId(String) - Method in class nzilbb.ag.Schema
Setter for Schema.corpusLayerId: ID of the layer that tags the graph with its corpus name, if any.
setDebug(boolean) - Method in class nzilbb.ag.util.Coalescer
Setter for Coalescer.debug: Whether a log of messages should be kept for reporting.
setDebug(boolean) - Method in class nzilbb.ag.util.Merger
Setter for Merger.debug: Whether a log of messages should be kept for reporting.
setDebug(boolean) - Method in class nzilbb.ag.util.Normalizer
Setter for Normalizer.debug: Whether a log of messages should be kept for reporting.
setDebug(boolean) - Method in class nzilbb.ag.util.Validator
Setter for Validator.debug: Whether a log of messages should be kept for reporting.
setDebug(Boolean) - Method in class nzilbb.ag.automation.util.Annotate
Setter for Annotate.debug: Whether to print debug tracing.
setDebug(Boolean) - Method in class nzilbb.ag.automation.util.ConfigApp
Setter for AnnotatorWebApp.debug: Whether to print debug tracing.
setDebug(Boolean) - Method in class nzilbb.ag.automation.util.ExtApp
Setter for AnnotatorWebApp.debug: Whether to print debug tracing.
setDebug(Boolean) - Method in class nzilbb.ag.automation.util.TaskApp
Setter for AnnotatorWebApp.debug: Whether to print debug tracing.
setDebug(Boolean) - Method in class nzilbb.ag.util.DefaultOffsetGenerator
Setter for DefaultOffsetGenerator.debug: Whether a log of messages should be kept for reporting.
setDefaultAnchorConfidence(int) - Method in class nzilbb.ag.util.DefaultOffsetGenerator
Setter for DefaultOffsetGenerator.defaultAnchorConfidence: Value to assume in the case of Anchors that have no value for "confidence".
setDefaultAnchorConfidence(Integer) - Method in class nzilbb.ag.util.Validator
Setter for Validator.defaultAnchorConfidence: Value to assume in the case of Anchors that have no value for "confidence".
setDefaultHeight(int) - Method in class nzilbb.util.GuiProgram
Setter for GuiProgram.iDefaultHeight: Default height of the application.
setDefaultOffsets(Boolean) - Method in class nzilbb.ag.cli.Deserialize
Setter for Deserialize.defaultOffsets: Whether to set null anchor offsets or not.
setDefaultOffsetThreshold(int) - Method in class nzilbb.ag.util.DefaultOffsetGenerator
Setter for DefaultOffsetGenerator.defaultOffsetThreshold: The confidence threshold for default anchor offset computation, or null to skip default offset computation.
setDefaultOffsetThreshold(Integer) - Method in class nzilbb.ag.util.Validator
Setter for Validator.defaultOffsetThreshold: The confidence threshold for default anchor offset computation, or null to skip default offset computation.
setDefaultStress(String) - Method in class nzilbb.encoding.DISC2CMU
Setter for DISC2CMU.defaultStress: Default stress value to append to vowels.
setDefaultWidth(int) - Method in class nzilbb.util.GuiProgram
Setter for GuiProgram.iDefaultWidth: Default width of the application.
setDefaultWindowTitle(String) - Method in class nzilbb.util.GuiProgram
Setter for GuiProgram.sDefaultWindowTitle: Default title for the application window.
setDeleteDistance(int) - Method in class nzilbb.editpath.DefaultEditComparator
Setter for DefaultEditComparator.iDeleteDistance: The distance represented by a deletion.
setDeleteInSource(boolean) - Method in class nzilbb.ag.util.SpanningConventionTransformer
Setter for SpanningConventionTransformer.deleteInSource: Whether to delete the source annotations between the start and end source annotations (exclusive).
setDeleteOnClose(Boolean) - Method in class nzilbb.util.TempFileInputStream
Setter for TempFileInputStream.bDeleteOnClose: Whether to delete the file when close() is called or not.
setDeleteSource(Boolean) - Method in class nzilbb.media.ffmpeg.FfmpegCensor
Setter for FfmpegCensor.deleteSource: Delete source file when finished.
setDelimiter(String) - Method in class nzilbb.ag.util.SpanningConventionTransformer
Setter for SpanningConventionTransformer.delimiter: Delimiter to insert between source labels when concatenting them to for the destination label.
setDelimiter(String) - Method in class nzilbb.encoding.DISC2IPA
Setter for DISC2IPA.delimiter: Delimiter between IPA phonemes, if any.
setDelimiter(String) - Method in class nzilbb.encoding.IPA2DISC
Setter for IPA2DISC.delimiter: Delimiter between IPA phonemes, if any.
setDelimiters(String) - Method in class nzilbb.ag.util.SimpleTokenizer
Setter for SimpleTokenizer.delimiters: Regular expression to match delimiters for tokenization.
setDescription(String) - Method in class nzilbb.ag.Layer
Setter for description: The description of the layer.
setDescription(String) - Method in class nzilbb.ag.MediaTrackDefinition
Setter for MediaTrackDefinition.description: The description of the track.
setDescriptor(AnnotatorDescriptor) - Method in class nzilbb.ag.automation.util.AnnotatorWebApp
Setter for AnnotatorWebApp.descriptor: Descriptor for the annotator.
setDescriptor(AnnotatorDescriptor) - Method in class nzilbb.ag.automation.util.Info
Setter for Info.descriptor: Descriptor for the annotator.
setDescriptor(AnnotatorDescriptor) - Method in class nzilbb.ag.automation.util.Transcribe
Setter for Transcribe.descriptor: Descriptor for the transcriber.
setDestinationEndResult(String) - Method in class nzilbb.ag.util.SpanningConventionTransformer
Setter for SpanningConventionTransformer.destinationEndResult: The resulting label appended to the destination annotation, which may contain references to captured groups in SpanningConventionTransformer.endPattern, or be null to not include the end annotation.
setDestinationLayerId(String) - Method in class nzilbb.ag.util.SimpleTokenizer
Setter for SimpleTokenizer.destinationLayerId: Layer ID of the individual tokens.
setDestinationLayerId(String) - Method in class nzilbb.ag.util.SpanningConventionTransformer
Setter for SpanningConventionTransformer.destinationLayerId: Layer ID of the annotation created for each span.
setDestinationResults(HashMap<String, String>) - Method in class nzilbb.ag.util.ConventionTransformer
Setter for ConventionTransformer.destinationResults: A map of layer IDs to label values which may include references to groups captured in the ConventionTransformer.sourcePattern.
setDestinationStartResult(String) - Method in class nzilbb.ag.util.SpanningConventionTransformer
Setter for SpanningConventionTransformer.destinationStartResult: The resulting label appended to the destination annotation, which may contain references to captured groups in SpanningConventionTransformer.startPattern, or be null to not include the start annotation.
setEdited(File) - Method in class nzilbb.ag.util.Merger
Setter for Merger.edited: JSON file from command line.
setEditedGraph(Graph) - Method in class nzilbb.ag.util.Merger
Setter for Merger.editedGraph: The edited version of the graph.
setEnd(Double) - Method in class nzilbb.media.wav.FragmentExtractor
Setter for FragmentExtractor.end.
setEnd(Anchor) - Method in class nzilbb.ag.Annotation
Setter for end: The annotation's end anchor.
setEndId(String) - Method in class nzilbb.ag.Annotation
Setter for endId: ID of the annotation's end anchor.
setEndOf(LinkedHashMap<String, LinkedHashSet<Annotation>>) - Method in class nzilbb.ag.Anchor
Setter for Anchor.endOf: Map of annotations that end with this anchor, keyed on layer id.
setEndPattern(String) - Method in class nzilbb.ag.util.SpanningConventionTransformer
Setter for SpanningConventionTransformer.endPattern: A regular expression matching the label of the last source annotation in the span.
setEndSeconds(double) - Method in class nzilbb.media.wav.TruncatingAudioInputStream
EndSeconds mutator
setEnvironmentVariables(LinkedHashMap<String, String>) - Method in class nzilbb.util.Execution
Setter for Execution.environmentVariables: Environment variables.
setEpisodeLayerId(String) - Method in class nzilbb.ag.Schema
Setter for Schema.episodeLayerId: ID of the layer that tags the graph with its episode name, if any.
setError(StringBuffer) - Method in class nzilbb.util.Execution
Setter for Execution.error: Text from stderr
setErrors(LinkedHashMap<SerializationException.ErrorType, String>) - Method in exception nzilbb.ag.serialize.SerializationException
Setter for SerializationException.errors: Collection of fatal errors that occurred during deserialization.
setErrors(List<String>) - Method in exception nzilbb.ag.ql.AGQLException
Setter for AGQLException.errors.
setErrors(Vector<String>) - Method in class nzilbb.ag.util.DefaultOffsetGenerator
Setter for DefaultOffsetGenerator.errors: Fatal errors raised during the last DefaultOffsetGenerator.transform(Graph).
setErrors(Vector<String>) - Method in class nzilbb.ag.util.Merger
Setter for Merger.errors: Fatal errors raised during the last Merger.transform(Graph).
setErrors(Vector<String>) - Method in class nzilbb.ag.util.Validator
Setter for Validator.errors: Fatal errors raised during the last Validator.transform(Graph).
setExe(File) - Method in class nzilbb.util.Execution
Setter for Execution.exe: Executable file.
setExe(String) - Method in class nzilbb.util.Execution
Setter for Execution.exe: Executable file.
setExecution(Execution) - Method in class nzilbb.media.MediaThread
Setter for MediaThread.execution: The external process Execution object, if the thread was given one.
setExpression(String) - Method in exception nzilbb.ag.ql.AGQLException
Setter for AGQLException.expression.
setFfmpeg(File) - Method in class nzilbb.media.ffmpeg.FfmpegCensor
Setter for FfmpegCensor.ffmpeg: Executable file for ffmpeg.
setFfmpeg(File) - Method in class nzilbb.media.ffmpeg.FfmpegConverter
Setter for FfmpegConverter.ffmpeg: Executable file for ffmpeg.
setFile(File) - Method in class nzilbb.ag.MediaFile
Setter for MediaFile.file: The local media file, if any.
setFileSuffixes(Vector<String>) - Method in class nzilbb.ag.serialize.SerializationDescriptor
Setter for SerializationDescriptor.fileSuffixes: The normal file name suffixes (extensions) of this MIME type.
setFinishedPath(String) - Method in class nzilbb.ag.automation.util.AnnotatorWebApp
Override this setter so it's not required as a command line switch
setFinishedPath(String) - Method in class nzilbb.ag.automation.util.TaskApp
Override this setter so it's not required as a command line switch
setFinishedPath(String) - Method in class nzilbb.webapp.StandAloneWebApp
Setter for StandAloneWebApp.finishedPath: The URI path (excluding leading '/') for the request that terminates the web app.
setFinishedResponse(String) - Method in class nzilbb.webapp.StandAloneWebApp
Setter for StandAloneWebApp.finishedResponse: The HTML document to show when /StandAloneWebApp.finishedPath is called.
setFrom(T) - Method in class nzilbb.editpath.EditStep
Setter for EditStep.oFrom: The element in the start sequence.
setFromIndex(int) - Method in class nzilbb.editpath.EditStep
Setter for EditStep.fromIndex: The index of "from".
setFromToIndices(int, int) - Method in class nzilbb.editpath.EditStep
Sets both fromIndex and toIndex.
setFullValidation(boolean) - Method in class nzilbb.ag.util.Validator
Setter for Validator.fullValidation: Whether to validate all annotations on all layers (true) or perform a 'smart' validation tries to validate only parts of the graph that have actually changed (false - the default).
setGenerateFrom(MediaFile) - Method in class nzilbb.ag.MediaFile
Setter for MediaFile.generateFrom: The media file from which this one could be generated, or null if the file already exists.
setGraph(Graph) - Method in class nzilbb.ag.Anchor
Setter for Anchor.graph: The annotation's annotation graph.
setGraph(Graph) - Method in class nzilbb.ag.Annotation
Setter for Annotation.graph: The annotation's annotation graph.
setGraph(Graph) - Method in class nzilbb.ag.StoreGraphMediaProvider
Setter for StoreGraphMediaProvider.graph.
setGraph(Graph) - Method in class nzilbb.ag.util.LayerTraversal
Setter for LayerTraversal.graph: The graph to be traversed.
setGui(Boolean) - Method in class nzilbb.ag.automation.util.Info
Setter for Info.gui: Whether to show a graphical user interface (true) or write info to stdout (false).
setHelp(Boolean) - Method in class nzilbb.converter.Converter
Setter for Converter.help: Display help info about available serialization parameters.
setHint(String) - Method in class nzilbb.configure.Parameter
Setter for Parameter.hint: A text hint that might be displayed to a user.
setHttpStatus(int) - Method in exception nzilbb.ag.automation.util.RequestException
Setter for RequestException.httpStatus: The HTTP status code to return.
setIcon(URL) - Method in class nzilbb.ag.serialize.SerializationDescriptor
Setter for SerializationDescriptor.icon: URL to an icon for this MIME type.
setId(String) - Method in class nzilbb.ag.Anchor
Setter for id: The anchor's identifier.
setId(String) - Method in class nzilbb.ag.Annotation
Setter for id: The annotation's identifier.
setId(String) - Method in class nzilbb.ag.Graph
Setter for id: The annotation's identifier.
setId(String) - Method in exception nzilbb.ag.GraphNotFoundException
Setter for GraphNotFoundException.id: ID of the graph.
setId(String) - Method in class nzilbb.ag.TrackedMap
Setter for id: The object's identifier.
setIgnoreLabelConfidence(boolean) - Method in class nzilbb.ag.util.Merger
Setter for Merger.ignoreLabelConfidence: Whether to ignore label confidence and force label changes (true), or only change labels when the edited confidence is equal to or higher than the original confidence.
setIgnoreOffsetConfidence(boolean) - Method in class nzilbb.ag.util.Merger
Setter for Merger.ignoreOffsetConfidence: Wether to ignore offset confidence and force offset changes (true), or only change offsets when the edited offset is equal to or higher than the original confidence (false).
setIndenter(String) - Method in class nzilbb.ag.serialize.json.JSONSerialization
Setter for JSONSerialization.indenter: String used for indenting.
setInput(StringBuffer) - Method in class nzilbb.util.Execution
Setter for Execution.input: Text from stdout
setInputLayer(String) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Setter for TheWorksExample.inputLayer: ID of input layer.
setInputStream(AudioInputStream) - Method in class nzilbb.media.wav.TruncatingAudioInputStream
InputStream mutator
setInsertDistance(int) - Method in class nzilbb.editpath.DefaultEditComparator
Setter for DefaultEditComparator.iInsertDistance: The distance represented by an insertion.
setKey(String) - Method in class nzilbb.ag.Change
Setter for Change.key: The attribute name which will be changed, if the change is an Update.
setLabel(String) - Method in class nzilbb.ag.Annotation
Setter for label: The annotation's label.
setLabel(String) - Method in class nzilbb.configure.Parameter
Setter for Parameter.label: A label that might be presented to a user.
setLabel(String, Integer) - Method in class nzilbb.ag.Annotation
Setter for label: The annotation's label and its confidence.
setLabelConfidence(Double) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Setter for TheWorksExample.labelConfidence: Value for annotator confidence.
setLastError(Throwable) - Method in class nzilbb.media.MediaThread
Setter for MediaThread.lastError: Last error, if any.
setLayer(Layer) - Method in class nzilbb.ag.Annotation
Setter for layer: The annotation's layer definition.
setLayerId(String) - Method in class nzilbb.ag.Annotation
Setter for layerId: The identifier of the annotation's layer.
setLayerId(String) - Method in class nzilbb.ag.util.Coalescer
Setter for Coalescer.layerId: ID of the layer on which contiguous peers with the same label will be joined.
setLayerIds(HashSet<String>) - Method in class nzilbb.ag.util.UtteranceParallelizer
Setter for UtteranceParallelizer.layerIds: Layer IDs to parallelize, e.g.
setLayers(LinkedHashMap<String, Layer>) - Method in class nzilbb.ag.Schema
Setter for Schema.layers: Layers, indexed by ID.
setLeftPadding(int) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Setter for TheWorksExample.leftPadding: How many spaces to add on the left.
setLocation(File) - Method in class nzilbb.sql.derby.DerbyConnectionFactory
Setter for DerbyConnectionFactory.location: Location for the database files.
setLogObservers(List<Consumer<String>>) - Method in class nzilbb.ag.util.Merger
Setter for Merger.logObservers: Listeners for log messages.
setLongestFirst(boolean) - Method in class nzilbb.ag.util.AnnotationComparatorByAnchor
Setter for AnnotationComparatorByAnchor.longestFirst: If start offsets are the same, the one with the latest end anchor is first (true) or last (false).
setMaxLabelLength(Integer) - Method in class nzilbb.ag.util.Normalizer
Setter for Normalizer.maxLabelLength: The maximum length of a label, or null if there's no limit.
setMaxLabelLength(Integer) - Method in class nzilbb.ag.util.Validator
Setter for Validator.maxLabelLength: Maximum allowed label length, or null for no limit.
setMediaProvider(GraphMediaProvider) - Method in class nzilbb.ag.Graph
Setter for Graph.mediaProvider.
setMimeType(String) - Method in class nzilbb.ag.MediaFile
Setter for MediaFile.mimeType: The MIME type of the file.
setMimeType(String) - Method in class nzilbb.ag.serialize.SerializationDescriptor
Setter for SerializationDescriptor.mimeType: The MIME type of the format.
setMimeType(String) - Method in class nzilbb.ag.serialize.util.NamedStream
Setter for NamedStream.mimeType: Optional MIME Type for the stream.
setMinimumApiVersion(String) - Method in class nzilbb.ag.serialize.SerializationDescriptor
Setter for SerializationDescriptor.minimumApiVersion: Minimum version of the nzilbb.ag API supported by the serializer.
setMinimumPauseLength(Double) - Method in class nzilbb.ag.util.Coalescer
Setter for Coalescer.minimumPauseLength: Minimum amount of time between two peers with the same parent, with no intervening peers, for which the inter-annotation pause counts as a not congituous.
setMinimumTurnPauseLength(Double) - Method in class nzilbb.ag.util.Normalizer
Setter for Normalizer.minimumTurnPauseLength: Minimum amount of time between two turns by the same speaker, with no intervening speaker, for which the inter-turn pause counts as a turn change boundary.
setName(String) - Method in class nzilbb.ag.MediaFile
Setter for MediaFile.name: Name of the file
setName(String) - Method in class nzilbb.ag.serialize.SerializationDescriptor
Setter for SerializationDescriptor.name: The name of the format or storage system that is used for serialization/deserialization.
setName(String) - Method in class nzilbb.ag.serialize.util.NamedStream
Setter for NamedStream.name: The name of the stream
setName(String) - Method in class nzilbb.configure.Parameter
Setter for Parameter.name: The paramater's name.
setName(String) - Method in class nzilbb.sql.derby.DerbyConnectionFactory
Setter for DerbyConnectionFactory.name: Database name.
setNonOrthoCharacterPattern(String) - Method in class nzilbb.ag.util.OrthographyClumper
Setter for OrthographyClumper.nonOrthoCharacterPattern: A regular expression that identifies a non-orthographic character.
setNumberOfInputs(int) - Method in class nzilbb.ag.serialize.SerializationDescriptor
Setter for SerializationDescriptor.numberOfInputs: The (maximum) number of inputs required - e.g.
setObject(TrackedMap) - Method in class nzilbb.ag.Change
Setter for Change.object: The object on which the change is made.
setOffset(Double) - Method in class nzilbb.ag.Anchor
Setter for offset: The anchor's time/character offset.
setOffset(Double, Integer) - Method in class nzilbb.ag.Anchor
Setter for offset: The anchor's time/character offset, and its confidence.
setOffsetGranularity(Double) - Method in class nzilbb.ag.Graph
setOffsetUnits(String) - Method in class nzilbb.ag.Graph
Setter for Graph.offsetUnits.g.
setOldNameToNewName(HashMap<String, String>) - Method in class nzilbb.ag.util.ParticipantRenamer
Setter for ParticipantRenamer.oldNameToNewName: A map from old speaker names to new speaker names.
setOldValue(Object) - Method in class nzilbb.ag.Change
Setter for Change.oldValue: The old value for the attribute defined by Change.getKey()
setOperation(Change.Operation) - Method in class nzilbb.ag.Change
Setter for Change.operation: The operation of this change.
setOperation(EditStep.StepOperation) - Method in class nzilbb.editpath.EditStep
Setter for EditStep.enOperation: The operation represented by this step.
setOrdinal(int) - Method in class nzilbb.ag.Annotation
Setter for ordinal: The annotation's ordinal position amongst the parent's children.
setOrdinalMinimum(String, int) - Method in class nzilbb.ag.Annotation
Set the minimum ordinal for the given child layer.
setOthers(LinkedHashSet<Consumer<Change>>) - Method in class nzilbb.ag.ChangeTracker
Setter for ChangeTracker.others: Consumers to pass the events to.
setOutputLayer(String) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Setter for TheWorksExample.outputLayer: ID of output layer.
setOutputSuffix(String) - Method in class nzilbb.ag.automation.util.Annotate
Setter for Annotate.outputSuffix: Suffix for adding to the file name of input transcripts in order to determine the annotated transcript file name.
setPadding(int, int) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Sets the padding.
setParameters(ParameterSet) - Method in interface nzilbb.ag.serialize.GraphDeserializer
Sets parameters for a given deserialization operation, after loading the serialized form of the graph.
setParameters(ParameterSet) - Method in class nzilbb.ag.serialize.json.JSONSerialization
Sets parameters for a given deserialization operation, after loading the serialized form of the graph.
setParent(Annotation) - Method in class nzilbb.ag.Annotation
Setter for parent: The annotation's parent annotation, if any.
setParent(Annotation, boolean) - Method in class nzilbb.ag.Annotation
Setter for parent: The annotation's parent annotation, if any.
setParent(Layer) - Method in class nzilbb.ag.Layer
Setter for Layer.parent: The layer's parent layer, if any.
setParentId(String) - Method in class nzilbb.ag.Annotation
Setter for parentId: The annotation's parent annotation ID, if any.
setParentId(String) - Method in class nzilbb.ag.Layer
Setter for parentId: The layer's parent layer id
setParentIncludes(boolean) - Method in class nzilbb.ag.Layer
Setter for parentIncludes: Whether the parent t-includes the child.
setParticipantLayerId(String) - Method in class nzilbb.ag.Schema
Setter for Schema.participantLayerId: ID of the layer that contains participants.
setPartitionLayerId(String) - Method in class nzilbb.ag.util.OrthographyClumper
Setter for OrthographyClumper.partitionLayerId: ID of a partition layer, such that words can't be clumped across partitions.
setPeerComparator(Comparator<Layer>) - Method in class nzilbb.ag.util.LayerHierarchyTraversal
Setter for LayerHierarchyTraversal.peerComparator: Comparator for ordering peer layers.
setPeers(boolean) - Method in class nzilbb.ag.Layer
Setter for peers: Whether children on this layer have peers or not.
setPeersOverlap(boolean) - Method in class nzilbb.ag.Layer
Setter for peersOverlap: Whether child peers can overlap or not.
setPercentComplete(int) - Method in class nzilbb.media.MediaThread
Setter for MediaThread.percentComplete: Percent complete.
setPort(Integer) - Method in class nzilbb.webapp.StandAloneWebApp
Setter for StandAloneWebApp.port: Server port to listen on.
setPossibleValues(Collection) - Method in class nzilbb.configure.Parameter
Setter for Parameter.possibleValues: A list of possible values for Parameter.value, or null if the possible values is not a closed set.
setPrefix(String) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Setter for TheWorksExample.prefix: Prefix to add.
setProcess(Process) - Method in class nzilbb.util.Execution
Setter for Execution.process: The executed process.
setQuery(String) - Method in class nzilbb.webapp.StandAloneWebApp
Setter for StandAloneWebApp.query: The query string to use when opening the web-app.
setRdbConnectionFactory(ConnectionFactory) - Method in class nzilbb.ag.automation.Annotator
Sets the information required for connecting to the relational database.
setRdbConnectionFactory(ConnectionFactory) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Sets the information required for connecting to the relational database.
setReference(Annotation) - Method in class nzilbb.ag.util.AnnotationComparatorByDistance
Setter for AnnotationComparatorByDistance.reference.
setRequired(boolean) - Method in class nzilbb.configure.Parameter
Setter for Parameter.required: Whether the parameter is required (true) or optional (false).
setResult(R) - Method in class nzilbb.ag.util.LayerHierarchyTraversal
Setter for LayerHierarchyTraversal.result: The result of the traversal, if required.
setResult(R) - Method in class nzilbb.ag.util.LayerTraversal
Setter for LayerTraversal.result: The result of the traversal, if required.
setReverse(Boolean) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Setter for TheWorksExample.reverse: Reverse annotation labels setting.
setRightPadding(Integer) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Setter for TheWorksExample.rightPadding: How many spaces to add on the right.
setRoot(File) - Method in class nzilbb.ag.automation.util.AnnotatorWebApp
Override this setter so it's not required as a command line switch
setRoot(File) - Method in class nzilbb.ag.automation.util.TaskApp
Override this setter so it's not required as a command line switch
setRoot(File) - Method in class nzilbb.webapp.StandAloneWebApp
Setter for StandAloneWebApp.root: Root directory of webapp.
setRunningTimers(LinkedHashMap<String, Long>) - Method in class nzilbb.util.Timers
Setter for Timers.runningTimers: Currently running timers - a map of IDs to start times.
setSampleRate(Integer) - Method in class nzilbb.media.wav.FragmentExtractor
Setter for FragmentExtractor.sampleRate: Sample rate.
setSampleRate(Integer) - Method in class nzilbb.media.wav.Resampler
Setter for Resampler.sampleRate: Sample rate.
setSaturated(boolean) - Method in class nzilbb.ag.Layer
Setter for saturated: Whether children on this layer must temporally fill the entire parent duration (true) or not (false).
setSchema(Schema) - Method in class nzilbb.ag.automation.Annotator
Setter for Annotator.schema: The layer schema.
setSchema(Schema) - Method in class nzilbb.ag.Graph
Setter for Graph.schema.
setSchema(Schema) - Method in class nzilbb.ag.util.LayerHierarchyTraversal
Setter for LayerHierarchyTraversal.schema: The schema to be traversed.
setSerialization(File) - Method in class nzilbb.ag.automation.util.Annotate
Setter for Annotate.serialization: Serialization .jar file that implements both GraphSerializer and GraphDeserializer.
setSimulatedInstallationDuration(Integer) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Setter for TheWorksExample.simulatedInstallationDuration: How long, in seconds, the #setConfig(String) method should take to return.
setSmidgin(double) - Method in class nzilbb.ag.util.Merger
Setter for Merger.smidgin: Initial duration of early/layer children, out of order annotations, etc.
setSortAnchors(boolean) - Method in class nzilbb.ag.serialize.json.JSONSerialization
Setter for JSONSerialization.sortAnchors: Whether to sort anchors by offset and graph structure (which takes time for larger graphs).
setSourceEndResult(String) - Method in class nzilbb.ag.util.SpanningConventionTransformer
Setter for SpanningConventionTransformer.sourceEndResult: The resulting label of the end source annotation, which may contain references to captured groups in SpanningConventionTransformer.endPattern, or be null to delete the end annotation.
setSourceLayerId(String) - Method in class nzilbb.ag.util.ConventionTransformer
Setter for ConventionTransformer.sourceLayerId: Layer ID of the annotations to transform.
setSourceLayerId(String) - Method in class nzilbb.ag.util.SimpleTokenizer
Setter for SimpleTokenizer.sourceLayerId: Layer ID of the layer to tokenize.
setSourceLayerId(String) - Method in class nzilbb.ag.util.SpanningConventionTransformer
Setter for SpanningConventionTransformer.sourceLayerId: Layer ID of the annotations to transform.
setSourcePattern(String) - Method in class nzilbb.ag.util.ConventionTransformer
Setter for ConventionTransformer.sourcePattern: Regular expression in the source layer which triggers transformation of the annotation.
setSourceStartResult(String) - Method in class nzilbb.ag.util.SpanningConventionTransformer
Setter for SpanningConventionTransformer.sourceStartResult: The resulting label of the start source annotation, which may contain references to captured groups in SpanningConventionTransformer.startPattern, or be null to delete the start annotation.
setStart(Double) - Method in class nzilbb.media.wav.FragmentExtractor
Setter for FragmentExtractor.start.
setStart(Anchor) - Method in class nzilbb.ag.Annotation
Setter for start: The annotation's start anchor.
setStartId(String) - Method in class nzilbb.ag.Annotation
Setter for startId: ID of the annotation's start anchor.
setStartOf(LinkedHashMap<String, LinkedHashSet<Annotation>>) - Method in class nzilbb.ag.Anchor
Setter for Anchor.startOf: Map of annotations that start with this anchor, keyed on layer id.
setStartPattern(String) - Method in class nzilbb.ag.util.SpanningConventionTransformer
Setter for SpanningConventionTransformer.startPattern: A regular expression matching the label of the first source annotation in the span.
setStartSeconds(double) - Method in class nzilbb.media.wav.TruncatingAudioInputStream
StartSeconds mutator
setStatus(String) - Method in class nzilbb.ag.automation.Annotator
Setter for Annotator.status: The current status of the task.
setStdout(Boolean) - Method in class nzilbb.ag.automation.util.Annotate
Setter for Annotate.stdout: Write annotated output to stdout instead of to a file.
setStepDistance(double) - Method in class nzilbb.editpath.EditStep
Setter for EditStep.stepDistance: The distance represented by this single step.
setStore(GraphStore) - Method in class nzilbb.ag.automation.Annotator
Setter for Annotator.store: The graph store, if the annotator is annotated with UsesGraphStore.
setStore(GraphStoreQuery) - Method in class nzilbb.ag.StoreGraphMediaProvider
Setter for StoreGraphMediaProvider.store.
setStream(InputStream) - Method in class nzilbb.ag.serialize.util.NamedStream
Setter for NamedStream.inputStream: The input stream
setSubdirectory(String) - Method in class nzilbb.ag.automation.util.AnnotatorWebApp
Setter for AnnotatorWebApp.subdirectory: Name of subdirectory of the web-app, relative to the directory of the Annotator class.
setSuffix(String) - Method in class nzilbb.ag.MediaTrackDefinition
Setter for MediaTrackDefinition.suffix: The file suffix associated with the track.
setSwitch(String, String) - Method in class nzilbb.converter.Converter
Specify the value for an extra switch, which will be passed to the deserializer and serializer.
setTaskParameters(String) - Method in class nzilbb.ag.automation.Annotator
Sets the configuration for a given annotation task.
setTaskParameters(String) - Method in class nzilbb.ag.automation.example.minimal.MinimalExample
Sets the configuration for a given annotation task.
setTaskParameters(String) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Sets the configuration for a given annotation task.
setTaskParameters(String) - Method in class nzilbb.ag.automation.Transcriber
Normally, a transcriber has no specific task configuration, so this implementation does nothing.
setTempFile(File) - Method in class nzilbb.util.TempFileInputStream
Setter for TempFileInputStream.fTempFile: The temporary file for deletion.
setter(String) - Method in interface nzilbb.util.CloneableBean
Access the class's setter for the given attribute.
setTimeoutMS(Long) - Method in class nzilbb.util.TempFileInputStream
Setter for TempFileInputStream.timeoutMS: Timeout after which, if the file still exists, it will be deleted.
setTimers(Timers) - Method in class nzilbb.ag.Graph
Setter for Graph.timers.
setTo(T) - Method in class nzilbb.editpath.EditStep
Setter for EditStep.oTo: The element in the end sequence.
setToIndex(int) - Method in class nzilbb.editpath.EditStep
Setter for EditStep.toIndex: The index of "to".
setTokensInSourceLayer(boolean) - Method in class nzilbb.ag.util.SimpleTokenizer
Setter for SimpleTokenizer.tokensInSourceLayer: Whether the tokens should be in the source layer (true) or the destination layer (false).
setTotals(LinkedHashMap<String, Long>) - Method in class nzilbb.util.Timers
Setter for Timers.totals: Timer totals - a map of IDs to total run times.
setTrace(boolean) - Method in class nzilbb.sql.mysql.MySQLTranslator
Setter for MySQLTranslator.trace: Whether to print statements passed to MySQLTranslator.apply(String)
setTracker(ChangeTracker) - Method in class nzilbb.ag.Graph
Ensure tracker is updated for all known annotations and anchors.
setTracker(ChangeTracker) - Method in class nzilbb.ag.TrackedMap
Setter for TrackedMap.getTracker(): Object that tracks all changes to this object.
setTrackSuffix(String) - Method in class nzilbb.ag.MediaFile
Setter for MediaFile.trackSuffix: The track suffix of the media - see MediaTrackDefinition.suffix.
setTranscriber(Transcriber) - Method in class nzilbb.ag.automation.util.Transcribe
Setter for Transcribe.transcriber: The transcriber to configure.
setTransformer(GraphTransformer) - Method in exception nzilbb.ag.TransformationException
Setter for TransformationException.transformer: The transformer rasing the exception.
setTurnLayerId(String) - Method in class nzilbb.ag.Schema
Setter for Schema.turnLayerId: ID of the layer that contains speaker turns.
setType(Class) - Method in class nzilbb.configure.Parameter
Setter for Parameter.type: The type of the parameter.
setType(String) - Method in class nzilbb.ag.Layer
Setter for Layer.type: The type for labels on this layer.
setUrl(String) - Method in class nzilbb.ag.MediaFile
Setter for MediaFile.url: URL to the content of the file.
setUsage(Boolean) - Method in class nzilbb.util.CommandLineProgram
Setter for CommandLineProgram.usage: Whether or not to display usage information
setUsage(Boolean) - Method in class nzilbb.util.GuiProgram
Setter for GuiProgram.usage: Whether or not to display usage information
setUser(String) - Method in exception nzilbb.ag.PermissionException
Setter for PermissionException.user: The user ID that doesn't have permission, if available.
setUtteranceLayerId(String) - Method in class nzilbb.ag.Schema
Setter for Schema.utteranceLayerId: ID of the layer that contains speaker utterances.
setV(String) - Method in class nzilbb.util.CommandLineProgram
Setter for CommandLineProgram.v: Version information.
setV(String) - Method in class nzilbb.util.GuiProgram
Setter for GuiProgram.v: Version information.
setValidator(Validator) - Method in class nzilbb.ag.util.Merger
Setter for Merger.validator: The validator to use after merge is complete, or null to not validate the graph after merge.
setValidLabels(LinkedHashMap<String, String>) - Method in class nzilbb.ag.Layer
Setter for validLabels: List of valid label values for this layer, or null if the layer values are not restricted.
setValue(Object) - Method in class nzilbb.ag.Change
Setter for Change.value: The new value for the attribute identified by Change.getKey().
setValue(Object) - Method in class nzilbb.configure.Parameter
Setter for Parameter.value: The value (or default value) of the parameter.
setVerbose(boolean) - Method in class nzilbb.ag.automation.util.Transcribe
Setter for Transcribe.verbose: Print verbose output to stderr
setVerbose(boolean) - Method in class nzilbb.util.Execution
Setter for Execution.verbose: Whether to log verbose debug information to stdout or not.
setVerbose(Boolean) - Method in class nzilbb.ag.cli.Deserialize
Setter for Deserialize.verbose: Print verbose output.
setVerbose(Boolean) - Method in class nzilbb.ag.cli.Transform
Setter for Transform.verbose: Print verbose output.
setVerbose(Boolean) - Method in class nzilbb.converter.Converter
Setter for Converter.verbose: Whether detailed verbose output is printed or not.
setVerbose(Boolean) - Method in class nzilbb.media.ffmpeg.FfmpegCensor
Setter for FfmpegCensor.verbose: Whether to output intervals and ffmpeg command line arguments to stderr or not.
setVersion(Boolean) - Method in class nzilbb.util.CommandLineProgram
Setter for CommandLineProgram.version: Print version information.
setVersion(Boolean) - Method in class nzilbb.util.GuiProgram
Setter for GuiProgram.version: Print version information.
setVersion(String) - Method in class nzilbb.ag.serialize.SerializationDescriptor
Setter for SerializationDescriptor.version: The version of the serializer/deserializer.
setWhen(Date) - Method in class nzilbb.ag.TrackedMap
Setter for TrackedMap.when: Date/time this entity was created or changed.
setWordLayerId(String) - Method in class nzilbb.ag.Schema
Setter for Schema.wordLayerId: ID of the layer that contains individual word tokens.
setWordLayerId(String) - Method in class nzilbb.ag.util.OrthographyClumper
Setter for OrthographyClumper.wordLayerId: ID of the layer to transform.
setWorkingDir(File) - Method in class nzilbb.ag.automation.util.ConfigApp
Setter for AnnotatorWebApp.workingDir: Working directory.
setWorkingDir(File) - Method in class nzilbb.ag.automation.util.ExtApp
Setter for AnnotatorWebApp.workingDir: Working directory.
setWorkingDir(File) - Method in class nzilbb.ag.automation.util.TaskApp
Setter for AnnotatorWebApp.workingDir: Working directory.
setWorkingDirectory(File) - Method in class nzilbb.ag.automation.Annotator
Setter for Annotator.workingDirectory: A persistent directory in which files can be saved and accessed.
setWorkingDirectory(File) - Method in class nzilbb.util.Execution
Setter for Execution.workingDirectory: The working directory for execution, or null for the current directory.
setZeroStressToSchwa(boolean) - Method in class nzilbb.encoding.CMU2DISC
Setter for CMU2DISC.zeroStressToSchwa: Translate zero-stress vowels as schwa.
shiftAnchors(double) - Method in class nzilbb.ag.Graph
Increments all (set) anchor offsets by the given amount.
SimpleTokenizer - Class in nzilbb.ag.util
Transformer that breaks annotation labels on one layer (e.g.
SimpleTokenizer() - Constructor for class nzilbb.ag.util.SimpleTokenizer
Default constructor.
SimpleTokenizer(String, String) - Constructor for class nzilbb.ag.util.SimpleTokenizer
Constructor from attribute values.
SimpleTokenizer(String, String, String) - Constructor for class nzilbb.ag.util.SimpleTokenizer
Constructor from attribute values.
SimpleTokenizer(String, String, String, boolean) - Constructor for class nzilbb.ag.util.SimpleTokenizer
Constructor from attribute values.
SINGLE_QUOTED_STRING - Static variable in class nzilbb.ag.ql.AGQLLexer
 
SINGLE_QUOTED_STRING - Static variable in class nzilbb.ag.ql.AGQLParser
 
SINGLE_QUOTED_STRING() - Method in class nzilbb.ag.ql.AGQLParser.StringLiteralContext
 
singletonOperand - Variable in class nzilbb.ag.ql.AGQLParser.IncludesExpressionContext
 
singletonOperand - Variable in class nzilbb.ag.ql.AGQLParser.PatternMatchExpressionContext
 
skip(long) - Method in class nzilbb.media.wav.TruncatingAudioInputStream
 
skip(long) - Method in class nzilbb.util.TempFileInputStream
Overridden to pass through the call to TempFileInputStream.fis
SLASH - Static variable in class nzilbb.ag.ql.AGQLLexer
 
SLASH - Static variable in class nzilbb.ag.ql.AGQLParser
 
SLASH_QUOTED_STRING - Static variable in class nzilbb.ag.ql.AGQLLexer
 
SLASH_QUOTED_STRING - Static variable in class nzilbb.ag.ql.AGQLParser
 
SLASH_QUOTED_STRING() - Method in class nzilbb.ag.ql.AGQLParser.StringLiteralContext
 
sourceGraph() - Method in class nzilbb.ag.Graph
Returns the graph which this is a fragment of.
SpanningConventionTransformer - Class in nzilbb.ag.util
Transforms a text convention that spans possibly multiple annotations on a source layer into annotations on a destination layer.
SpanningConventionTransformer() - Constructor for class nzilbb.ag.util.SpanningConventionTransformer
Default constructor.
SpanningConventionTransformer(String, String, String, boolean, String, String, String, String, String) - Constructor for class nzilbb.ag.util.SpanningConventionTransformer
Constructor from attribute values.
SpanningConventionTransformer(String, String, String, boolean, String, String, String, String, String, boolean) - Constructor for class nzilbb.ag.util.SpanningConventionTransformer
Constructor from attribute values.
SpanningConventionTransformer(String, String, String, boolean, String, String, String, String, String, boolean, boolean) - Constructor for class nzilbb.ag.util.SpanningConventionTransformer
Constructor from attribute values.
SpanningConventionTransformer(String, String, String, boolean, String, String, String, String, String, String) - Constructor for class nzilbb.ag.util.SpanningConventionTransformer
Constructor from attribute values.
SpanningConventionTransformer(String, String, String, boolean, String, String, String, String, String, String, boolean) - Constructor for class nzilbb.ag.util.SpanningConventionTransformer
Constructor from attribute values.
StandAloneWebApp - Class in nzilbb.webapp
Utility for running stand-alone webapps.
StandAloneWebApp() - Constructor for class nzilbb.webapp.StandAloneWebApp
 
start() - Method in class nzilbb.ag.automation.util.Annotate
Start processing the transcripts
start() - Method in class nzilbb.ag.automation.util.Info
Start handling requests, and
start() - Method in class nzilbb.ag.automation.util.Transcribe
 
start() - Method in class nzilbb.ag.cli.Deserialize
 
start() - Method in class nzilbb.ag.cli.Transform
 
start() - Method in class nzilbb.converter.Converter
 
start() - Method in class nzilbb.webapp.StandAloneWebApp
Start handling requests
start(String) - Method in class nzilbb.util.Timers
Start a timer.
start(String, File, String, File) - Method in class nzilbb.media.ffmpeg.FfmpegConverter
Starts conversion.
start(String, File, String, File) - Method in interface nzilbb.media.MediaConverter
Starts conversion.
start(String, File, String, File) - Method in class nzilbb.media.wav.FragmentExtractor
Starts conversion.
start(String, File, String, File) - Method in class nzilbb.media.wav.Resampler
Starts conversion.
start(String, File, List<Double>, File) - Method in class nzilbb.media.ffmpeg.FfmpegCensor
Starts censoring.
start(String, File, List<Double>, File) - Method in interface nzilbb.media.MediaCensor
Starts censoring.
START - Static variable in class nzilbb.ag.ql.AGQLLexer
 
START - Static variable in class nzilbb.ag.ql.AGQLParser
 
START() - Method in class nzilbb.ag.ql.AGQLParser.AnchorExpressionContext
 
startAnnotations(String) - Method in class nzilbb.ag.Anchor
Accesses a stream of annotations on a given layer that start with this anchor.
STARTID - Static variable in class nzilbb.ag.ql.AGQLLexer
 
STARTID - Static variable in class nzilbb.ag.ql.AGQLParser
 
STARTID() - Method in class nzilbb.ag.ql.AGQLParser.AnchorIdExpressionContext
 
startingAnnotations() - Method in class nzilbb.ag.Anchor
Accesses a stream of annotations on any layer that start with this anchor.
startingAnnotations(String) - Method in class nzilbb.ag.Anchor
Accesses a stream of annotations on a given layer that start with this anchor.
startOf(String) - Method in class nzilbb.ag.Anchor
Accesses the mutable set of annotations on a given layer that start with this anchor.
stderr() - Method in class nzilbb.util.Execution
Returns output printed to stderr.
stdout() - Method in class nzilbb.util.Execution
Returns output printed to stdout.
StoreException - Exception in nzilbb.ag
An exception ocurring during an annotation store operation.
StoreException() - Constructor for exception nzilbb.ag.StoreException
Default constructor.
StoreException(String) - Constructor for exception nzilbb.ag.StoreException
Constructor with message.
StoreException(String, Throwable) - Constructor for exception nzilbb.ag.StoreException
Constructor with message and cause.
StoreException(Throwable) - Constructor for exception nzilbb.ag.StoreException
Constructor with cause.
StoreGraphDeserializer - Interface in nzilbb.ag.serialize
Graph deserializer that retrieves identified graphs from a store such as a relational database.
StoreGraphMediaProvider - Class in nzilbb.ag
A graph media provider that uses an IGraphStoreQuery to access media.
StoreGraphMediaProvider() - Constructor for class nzilbb.ag.StoreGraphMediaProvider
Default constructor.
StoreGraphMediaProvider(Graph, GraphStoreQuery) - Constructor for class nzilbb.ag.StoreGraphMediaProvider
Attribute constructor.
stringLiteral() - Method in class nzilbb.ag.ql.AGQLParser.AllMethodCallContext
 
stringLiteral() - Method in class nzilbb.ag.ql.AGQLParser.AnnotatorsMethodCallContext
 
stringLiteral() - Method in class nzilbb.ag.ql.AGQLParser.FirstMethodCallContext
 
stringLiteral() - Method in class nzilbb.ag.ql.AGQLParser.LabelsMethodCallContext
 
stringLiteral() - Method in class nzilbb.ag.ql.AGQLParser.LiteralContext
 
stringLiteral() - Method in class nzilbb.ag.ql.AGQLParser.PatternMatchExpressionContext
 
stringLiteral() - Method in class nzilbb.ag.ql.AGQLParser
 
StringLiteralContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.StringLiteralContext
 
subsequentAtom() - Method in class nzilbb.ag.ql.AGQLParser.AtomListExpressionContext
 
subsequentAtom() - Method in class nzilbb.ag.ql.AGQLParser
 
subsequentAtom(int) - Method in class nzilbb.ag.ql.AGQLParser.AtomListExpressionContext
 
SubsequentAtomContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.SubsequentAtomContext
 
subSet(Annotation, Annotation) - Method in class nzilbb.ag.AnnotationChain
 
SuffixToMimeType() - Static method in class nzilbb.ag.MediaFile
A map from filename extension to MIME type.
suggest(String) - Method in interface nzilbb.ag.automation.Dictionary
Suggests a possible entry for the given key.
suggest(String) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Dictionary method - Suggests a possible entry for the given entry.
Switch - Annotation Type in nzilbb.util
Annotation for a CommandLineProgram or GuiProgram switch - used to inform command-line and applet parameter interpretation, and to product usage information.

T

tagAllInstances(GraphStore, String) - Method in interface nzilbb.ag.automation.ImplementsDictionaries
Tags all instances of the given word in the given graph store, using the dictionary specified by current task configuration (i.e.
tagMatchingAnnotations(String, String, String, Integer) - Method in interface nzilbb.ag.GraphStore
Identifies a list of annotations that match a particular pattern, and tags them on the given layer with the given label.
tags(Annotation) - Method in class nzilbb.ag.Annotation
Determines whether this is a tag of the given annotation (or vice-versa); whether the two annotations share start/end anchors.
tagsOn(String) - Method in class nzilbb.ag.Annotation
Finds all annotations on the given layer that tag this annotation; where start and end anchors are shared.
tailSet(Annotation) - Method in class nzilbb.ag.AnnotationChain
 
TaskApp - Class in nzilbb.ag.automation.util
Utility for running a stand-alone webapp for configuring the parameters of an annotation task.
TaskApp() - Constructor for class nzilbb.ag.automation.util.TaskApp
Constructor
TempFileInputStream - Class in nzilbb.util
An InputStream for one-off reading of a temporary file.
TempFileInputStream(File) - Constructor for class nzilbb.util.TempFileInputStream
Constructor.
TempFileInputStream(File, Long) - Constructor for class nzilbb.util.TempFileInputStream
Constructor.
TEST - Static variable in class nzilbb.ag.ql.AGQLLexer
 
TEST - Static variable in class nzilbb.ag.ql.AGQLParser
 
TEST() - Method in class nzilbb.ag.ql.AGQLParser.PatternMatchExpressionContext
 
TheWorksExample - Class in nzilbb.ag.automation.example.theworks
This is an example annotator which implements all possible features of an annotator.
TheWorksExample() - Constructor for class nzilbb.ag.automation.example.theworks.TheWorksExample
 
TheWorksExampleDictionary - Class in nzilbb.ag.automation.example.theworks
This is an example annotator dictionary.
TheWorksExampleDictionary(Annotator) - Constructor for class nzilbb.ag.automation.example.theworks.TheWorksExampleDictionary
Constructor.
Timers - Class in nzilbb.util
Maintains a set of named timers, primarily for performance tests.
Timers() - Constructor for class nzilbb.util.Timers
Default constructor.
toJson() - Method in interface nzilbb.util.CloneableBean
Serializes the bean as a JsonObject.
toJsonString() - Method in class nzilbb.ag.TrackedMap
JSON-encodes the object.
Tokenization - nzilbb.ag.serialize.SerializationException.ErrorType
 
tokenNames - Static variable in class nzilbb.ag.ql.AGQLLexer
Deprecated.
tokenNames - Static variable in class nzilbb.ag.ql.AGQLParser
Deprecated.
toString() - Method in class nzilbb.ag.Anchor
A string representation of the object.
toString() - Method in class nzilbb.ag.Annotation
A string representation of the object.
toString() - Method in class nzilbb.ag.automation.util.AnnotatorDescriptor
A description of the annotator.
toString() - Method in exception nzilbb.ag.automation.util.RequestException
String representation of the object.
toString() - Method in class nzilbb.ag.Change
A string representation of the object.
toString() - Method in class nzilbb.ag.Layer
A string representation of the object.
toString() - Method in class nzilbb.ag.serialize.SerializationDescriptor
Override that describes the serialization.
toString() - Method in exception nzilbb.ag.serialize.SerializationException
Represents the exception with all its errors as a String.
toString() - Method in class nzilbb.configure.Parameter
String representation of the parameter.
toString() - Method in class nzilbb.editpath.EditStep
Representation of the step as a string.
toString() - Method in exception nzilbb.util.CircularDependencyException
String representation of the object.
toString() - Method in class nzilbb.util.DependencyNode
String representation of the object.
toString() - Method in class nzilbb.util.Timers
String representation of the totals.
totalDistance() - Method in class nzilbb.editpath.EditStep
The total distance up to and including this edit.
trackChanges() - Method in class nzilbb.ag.Graph
Adds a default change tracker.
TrackedMap - Class in nzilbb.ag
Base class for annotation graph classes, which encapsulates three common features of these classes: Changes to specific attributes can be tracked and rolled back, by setting TrackedMap.getTracker(), which receives notification of all relevant changes.
TrackedMap() - Constructor for class nzilbb.ag.TrackedMap
Default constructor
TrackedProperty - Annotation Type in nzilbb.ag
Annotation for bean getters, to mark the property as one whose changes can be tracked.
transcribe(File, Graph) - Method in class nzilbb.ag.automation.Transcriber
Transcribes the given audio file, saving the resulting transcript in the given graph.
Transcribe - Class in nzilbb.ag.automation.util
Command line utility for manual testing of automatic Transcriber modules.
Transcribe() - Constructor for class nzilbb.ag.automation.util.Transcribe
Constructor
transcribeFragments(Stream<File>, Consumer<Graph>) - Method in class nzilbb.ag.automation.Transcriber
Transcribes all audio files in the given stream.
Transcriber - Class in nzilbb.ag.automation
Base class for an automated transcriber module.
Transcriber() - Constructor for class nzilbb.ag.automation.Transcriber
 
transform(Graph) - Method in class nzilbb.ag.automation.example.minimal.MinimalExample
Transforms the graph.
transform(Graph) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Transforms the graph.
transform(Graph) - Method in class nzilbb.ag.automation.Transcriber
Transforms the graph by calling Transcriber.transcribe(File,Graph) it if audio is accessible and it has no words.
transform(Graph) - Method in interface nzilbb.ag.GraphTransformer
Transforms the graph.
transform(Graph) - Method in class nzilbb.ag.util.Coalescer
Transforms the graph.
transform(Graph) - Method in class nzilbb.ag.util.ConventionTransformer
Transforms the graph.
transform(Graph) - Method in class nzilbb.ag.util.DefaultOffsetGenerator
Generates default anchor offsets.
transform(Graph) - Method in class nzilbb.ag.util.Merger
Merges Merger.editedGraph into the given graph.
transform(Graph) - Method in class nzilbb.ag.util.Normalizer
Transforms the graph.
transform(Graph) - Method in class nzilbb.ag.util.OrthographyClumper
Transforms the graph.
transform(Graph) - Method in class nzilbb.ag.util.ParticipantRenamer
Transforms the graph.
transform(Graph) - Method in class nzilbb.ag.util.SimpleTokenizer
Transforms the graph.
transform(Graph) - Method in class nzilbb.ag.util.SpanningConventionTransformer
Transforms the graph.
transform(Graph) - Method in class nzilbb.ag.util.UtteranceParallelizer
Transforms the graph.
transform(Graph) - Method in class nzilbb.ag.util.Validator
Checks the graph structure, and makes changes in order to ensure the graph structure is valid.
Transform - Class in nzilbb.ag.cli
Transforms given annotations graphs.
Transform() - Constructor for class nzilbb.ag.cli.Transform
 
TransformationException - Exception in nzilbb.ag
An exception ocurring during a graph transformation.
TransformationException(GraphTransformer) - Constructor for exception nzilbb.ag.TransformationException
Constructor.
TransformationException(GraphTransformer, String) - Constructor for exception nzilbb.ag.TransformationException
Constructor with message.
TransformationException(GraphTransformer, String, Throwable) - Constructor for exception nzilbb.ag.TransformationException
Constructor with message and cause.
TransformationException(GraphTransformer, Throwable) - Constructor for exception nzilbb.ag.TransformationException
Constructor with cause.
transformFragments(Stream<Graph>, Consumer<Graph>) - Method in class nzilbb.ag.automation.Annotator
Transforms all fragments from the given stream.
transformTranscripts(GraphStore, String) - Method in class nzilbb.ag.automation.Annotator
Transforms all graphs from the given graph store that match the given graph expression.
traverseAnnotation(Annotation) - Method in class nzilbb.ag.util.LayerTraversal
Depth-first recursive method that traverses the layer annotations using the layer hierarchy, calling LayerTraversal.pre(Annotation), then calling itself for all children, then called LayerTraversal.post(Annotation), before returning.
traverseGraph(Graph) - Method in class nzilbb.ag.util.LayerTraversal
Traverses the given graph.
traverseLayers(Collection<Layer>) - Method in class nzilbb.ag.util.LayerHierarchyTraversal
Traverses the given collection of layers.
traverseSchema(Schema) - Method in class nzilbb.ag.util.LayerHierarchyTraversal
Traverses the given schema.
TruncatingAudioInputStream - Class in nzilbb.media.wav
Input stream that truncates another input stream - i.e.
TruncatingAudioInputStream(AudioInputStream, double, double) - Constructor for class nzilbb.media.wav.TruncatingAudioInputStream
Constructor
TYPE_BOOLEAN - Static variable in class nzilbb.ag.Constants
Possible value for Layer.getType() representing a number - "number".
TYPE_IPA - Static variable in class nzilbb.ag.Constants
Possible value for Layer.getType() representing a string of phonemes using unicode IPA - "ipa".
TYPE_NUMBER - Static variable in class nzilbb.ag.Constants
Possible value for Layer.getType() representing a number - "number".
TYPE_SELECT - Static variable in class nzilbb.ag.Constants
Possible value for Layer.getType() representing a string value select from a closed set of possibilities - "select".
TYPE_STRING - Static variable in class nzilbb.ag.Constants
Possible value for Layer.getType() representing a string of text - "string".
typeSupported(String) - Method in class nzilbb.media.ffmpeg.FfmpegCensor
Determines whether this censor supports censoring of media of the given type.
typeSupported(String) - Method in interface nzilbb.media.MediaCensor
Determines whether this censor supports censoring of media of the given type.

U

uninstall() - Method in class nzilbb.ag.automation.Annotator
Runs any processing required to uninstall the annotator.
uninstall() - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Runs any processing required to uninstall the annotator.
Unisyn2DISC - Class in nzilbb.encoding
Translates Unisyn-encoded phonemic transcriptions like ~ t r a n . * s k r i p . sh @ n to CELEX-DISC-encoded transcriptions like "tr{n-'skrIp-S@n.
Unisyn2DISC() - Constructor for class nzilbb.encoding.Unisyn2DISC
Default constructor.
UNIT_CHARACTERS - Static variable in class nzilbb.ag.Constants
Graph.getOffsetUnits() value for characters.
UNIT_SECONDS - Static variable in class nzilbb.ag.Constants
Graph.getOffsetUnits() value for seconds.
unsetRequiredParameters() - Method in class nzilbb.configure.ParameterSet
Returns a list of Parameters that are marked as required, but which have no value set.
Unzip(File, File) - Static method in class nzilbb.util.IO
Unzips a .zip file into the given directory
Unzip(File, File, String, IntConsumer) - Static method in class nzilbb.util.IO
Unzips a .zip file into teh given directory
Unzip(File, File, IntConsumer) - Static method in class nzilbb.util.IO
Unzips a .zip file into teh given directory
UnzipOnly(File, File, String, IntConsumer) - Static method in class nzilbb.util.IO
Unzips a .zip file into teh given directory
Update - nzilbb.ag.Change.Operation
Some attribute(s) of the object are being changed.
uploadFile(File) - Method in class nzilbb.ag.automation.example.theworks.TheWorksExample
Accepts an uploaded file.
UsesFileSystem - Annotation Type in nzilbb.ag.automation
Annotation for Annotator subclasses that need access to a persistent directory for saving and loading working files.
UsesGraphStore - Annotation Type in nzilbb.ag.automation
Annotation for Annotator subclasses that need access to a GraphStore.
UsesRelationalDatabase - Annotation Type in nzilbb.ag.automation
Annotation for Annotator subclasses that need a relational database to function.
Utility - Class in nzilbb.ag.serialize.util
Useful functions for serialization.
Utility - Class in nzilbb.ag.util
Some handy static functions.
Utility() - Constructor for class nzilbb.ag.serialize.util.Utility
 
Utility() - Constructor for class nzilbb.ag.util.Utility
 
UtteranceParallelizer - Class in nzilbb.ag.util
Graph transformer that converts simultaneous speech into parallel turns.
UtteranceParallelizer() - Constructor for class nzilbb.ag.util.UtteranceParallelizer
Default constructor.
UtteranceParallelizer(Schema) - Constructor for class nzilbb.ag.util.UtteranceParallelizer
Constructor from Schema, which automatically adds the turn and utterance layers.

V

Validator - Class in nzilbb.ag.util
Validates Graph structure.
Validator() - Constructor for class nzilbb.ag.util.Validator
Default constructor.
ValidLabelsDefinitions - Class in nzilbb.encoding
Utility functions for generating predefined valid-label definitions using different encodings.
ValidLabelsDefinitions() - Constructor for class nzilbb.encoding.ValidLabelsDefinitions
 
ValidLabelsFromDefinition(List<Map<String, Object>>) - Static method in class nzilbb.encoding.ValidLabelsDefinitions
Generates a map of labels to description suitable for Layer#validLabels, given a fuller defition of labels.
value() - Method in annotation type nzilbb.configure.ParameterField
A hint to display for the field.
value() - Method in annotation type nzilbb.util.ProgramDescription
'Usage' description of the application.
value() - Method in annotation type nzilbb.util.Switch
'Usage' description of the switch.
valueListExpression() - Method in class nzilbb.ag.ql.AGQLParser.ListExpressionContext
 
valueListExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
ValueListExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.ValueListExpressionContext
 
valueOf(String) - Static method in enum nzilbb.ag.Change.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nzilbb.ag.serialize.GraphSerializer.Cardinality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nzilbb.ag.serialize.SerializationException.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum nzilbb.editpath.EditStep.StepOperation
Returns the enum constant of this type with the specified name.
values() - Static method in enum nzilbb.ag.Change.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nzilbb.ag.serialize.GraphSerializer.Cardinality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nzilbb.ag.serialize.SerializationException.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum nzilbb.editpath.EditStep.StepOperation
Returns an array containing the constants of this enum type, in the order they are declared.
VanillaSQLTranslator - Class in nzilbb.sql.mysql
Object that translates statements designed for MySQL's flavour of SQL to standard SQL.
VanillaSQLTranslator() - Constructor for class nzilbb.sql.mysql.VanillaSQLTranslator
Default constructor
VERSION - Static variable in class nzilbb.ag.Constants
API version
visitErrorNode(ErrorNode) - Method in class nzilbb.ag.ql.AGQLBaseListener
visitTerminal(TerminalNode) - Method in class nzilbb.ag.ql.AGQLBaseListener
VOCABULARY - Static variable in class nzilbb.ag.ql.AGQLLexer
 
VOCABULARY - Static variable in class nzilbb.ag.ql.AGQLParser
 

W

warning(String) - Method in class nzilbb.util.CommandLineProgram
Show warning message
warning(Throwable) - Method in class nzilbb.util.CommandLineProgram
Show warning message
WAV - Class in nzilbb.media.wav
Utility functions for WAV files.
WHEN - Static variable in class nzilbb.ag.ql.AGQLLexer
 
WHEN - Static variable in class nzilbb.ag.ql.AGQLParser
 
WHEN() - Method in class nzilbb.ag.ql.AGQLParser.WhenExpressionContext
 
whenExpression() - Method in class nzilbb.ag.ql.AGQLParser.CoalesceWhenOperandContext
 
whenExpression() - Method in class nzilbb.ag.ql.AGQLParser
 
whenExpression() - Method in class nzilbb.ag.ql.AGQLParser.WhenOperandContext
 
WhenExpressionContext(ParserRuleContext, int) - Constructor for class nzilbb.ag.ql.AGQLParser.WhenExpressionContext
 
WhenOperandContext(AGQLParser.OperandContext) - Constructor for class nzilbb.ag.ql.AGQLParser.WhenOperandContext
 
Which(String) - Static method in class nzilbb.util.Execution
Runs the "which" command to determine if a command is available.
with(String, Object) - Method in class nzilbb.ag.TrackedMap
Builder-pattern method for putting an arbitrary kay/value into the map.
withFile(File) - Method in class nzilbb.ag.util.FileMediaProvider
Adds a file to the media available.
withFile(File, String) - Method in class nzilbb.ag.util.FileMediaProvider
Adds a file to the media available.
WithoutExtension(File) - Static method in class nzilbb.util.IO
Determines the name of the given file without extension (not including the dot).
WithoutExtension(String) - Static method in class nzilbb.util.IO
Determines the name of the given file without extension (not including the dot).
wrap(String) - Method in class nzilbb.util.GuiProgram
Endeavours to insert line breaks in the given string so that lines are no longer than 80 characters.
WS - Static variable in class nzilbb.ag.ql.AGQLLexer
 
WS - Static variable in class nzilbb.ag.ql.AGQLParser
 

X

XSAMPA2DISC - Class in nzilbb.encoding
Translates X-SAMPA-encoded phonemic transcriptions like str\eIndZ to CELEX-DISC-encoded transcriptions like str1n_.
XSAMPA2DISC() - Constructor for class nzilbb.encoding.XSAMPA2DISC
Default constructor.

_

_ATN - Static variable in class nzilbb.ag.ql.AGQLLexer
 
_ATN - Static variable in class nzilbb.ag.ql.AGQLParser
 
_serializedATN - Static variable in class nzilbb.ag.ql.AGQLLexer
 
_serializedATN - Static variable in class nzilbb.ag.ql.AGQLParser
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes All Packages