Uses of Class
nzilbb.labbcat.server.search.Column
-
Packages that use Column Package Description nzilbb.labbcat.server.search Classes that manage definition, serializations, and deserialization of search matrices. -
-
Uses of Column in nzilbb.labbcat.server.search
Methods in nzilbb.labbcat.server.search that return Column Modifier and Type Method Description ColumnColumn. addLayerMatch(LayerMatch layerPattern)Convenience builder-pattern method for adding a layer pattern.ColumnColumn. setAdj(int newAdj)Setter foradj: Adjecency; how far matches of the following column in the matrix can be from matches of this column.ColumnColumn. setLayers(Map<String,List<LayerMatch>> newLayers)Setter forlayers: The layer patterns that match a word token.Methods in nzilbb.labbcat.server.search that return types with arguments of type Column Modifier and Type Method Description Vector<Column>Matrix. getColumns()Getter forMatrix.columns: The columns of the search matrix, each representing patterns matching one word token.Methods in nzilbb.labbcat.server.search with parameters of type Column Modifier and Type Method Description MatrixMatrix. addColumn(Column column)Convenience builder-pattern method for adding a column.Method parameters in nzilbb.labbcat.server.search with type arguments of type Column Modifier and Type Method Description MatrixMatrix. setColumns(Vector<Column> newColumns)Setter forMatrix.columns: The columns of the search matrix, each representing patterns matching one word token.
-