Uses of Interface
nzilbb.util.CloneableBean
-
Packages that use CloneableBean Package Description nzilbb.ag Implementation of an Annotation Graph API for linguistic annotations.nzilbb.ag.automation.util Utility classes for helping processAnnotator
implementations.nzilbb.ag.serialize Contains interfaces that are required to convert too/from specific file formats.nzilbb.util Utility classes for IO, program execution, ISO language code handling, etc. -
-
Uses of CloneableBean in nzilbb.ag
Classes in nzilbb.ag that implement CloneableBean Modifier and Type Class Description class
Anchor
Annotation graph anchor - a node of the graph.class
Annotation
Annotation graph annotation - an edge of the graph.class
Graph
Linguistic annotation graph.class
Layer
Annotation graph layer.class
MediaFile
A single media file, which may exist or may be creatable by conversion from some other media file.class
MediaTrackDefinition
Definition of a possible media track that a graph might be associated with.class
Schema
Definition of layers and their interrelations.class
TrackedMap
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 settingTrackedMap.getTracker()
, which receives notification of all relevant changes. -
Uses of CloneableBean in nzilbb.ag.automation.util
Classes in nzilbb.ag.automation.util that implement CloneableBean Modifier and Type Class Description class
AnnotatorDescriptor
Provides information about an Annotator implementation, including what resources it provides and requires. -
Uses of CloneableBean in nzilbb.ag.serialize
Classes in nzilbb.ag.serialize that implement CloneableBean Modifier and Type Class Description class
SerializationDescriptor
A descriptor that describes the attributes of a serializer or deserializer. -
Uses of CloneableBean in nzilbb.util
Methods in nzilbb.util that return CloneableBean Modifier and Type Method Description default CloneableBean
CloneableBean. fromJson(javax.json.JsonObject json)
Initializes the bean with the given JSON representation.Methods in nzilbb.util with parameters of type CloneableBean Modifier and Type Method Description default void
CloneableBean. clonePropertiesFrom(CloneableBean other, String except)
Copies the other bean's cloned properties to this bean.
-