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 processAnnotatorimplementations.nzilbb.ag.serialize Contains interfaces that are required to convert too/from specific file formats.nzilbb.configure Object configuration formalization classes.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 classAnchorAnnotation graph anchor - a node of the graph.classAnnotationAnnotation graph annotation - an edge of the graph.classGraphLinguistic annotation graph.classLayerAnnotation graph layer.classMediaFileA single media file, which may exist or may be creatable by conversion from some other media file.classMediaTrackDefinitionDefinition of a possible media track that a graph might be associated with.classSchemaDefinition of layers and their interrelations.classTrackedMapBase 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 classAnnotatorDescriptorProvides 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 classSerializationDescriptorA descriptor that describes the attributes of a serializer or deserializer. -
Uses of CloneableBean in nzilbb.configure
Classes in nzilbb.configure that implement CloneableBean Modifier and Type Class Description classParameterA parameter that needs to be set for a some operation or configuration.Methods in nzilbb.configure that return CloneableBean Modifier and Type Method Description CloneableBeanParameter. fromJson(javax.json.JsonObject json)Initializes the bean with the given JSON representation. -
Uses of CloneableBean in nzilbb.util
Methods in nzilbb.util that return CloneableBean Modifier and Type Method Description default CloneableBeanCloneableBean. 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 voidCloneableBean. clonePropertiesFrom(CloneableBean other, String except)Copies the other bean's cloned properties to this bean.
-