Uses of Class
eu.clarin.weblicht.wlfxb.lx.api.CooccurrenceFunction
-
Packages that use CooccurrenceFunction Package Description eu.clarin.weblicht.wlfxb.lx.api eu.clarin.weblicht.wlfxb.lx.xb Provides classes for manipulating Lexicon annotations of TCF. -
-
Uses of CooccurrenceFunction in eu.clarin.weblicht.wlfxb.lx.api
Methods in eu.clarin.weblicht.wlfxb.lx.api that return CooccurrenceFunction Modifier and Type Method Description CooccurrenceFunctionCooccurrence. getFunction()static CooccurrenceFunctionCooccurrenceFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static CooccurrenceFunction[]CooccurrenceFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.clarin.weblicht.wlfxb.lx.api with parameters of type CooccurrenceFunction Modifier and Type Method Description CooccurrenceCooccurrencesLayer. addCooccurrence(CooccurrenceFunction function, Sig sig, List<Term> terms)CooccurrenceCooccurrencesLayer. addCooccurrence(CooccurrenceFunction function, List<Term> terms) -
Uses of CooccurrenceFunction in eu.clarin.weblicht.wlfxb.lx.xb
Fields in eu.clarin.weblicht.wlfxb.lx.xb declared as CooccurrenceFunction Modifier and Type Field Description protected CooccurrenceFunctionCooccurrenceStored. functionMethods in eu.clarin.weblicht.wlfxb.lx.xb that return CooccurrenceFunction Modifier and Type Method Description CooccurrenceFunctionCooccurrenceStored. getFunction()Methods in eu.clarin.weblicht.wlfxb.lx.xb with parameters of type CooccurrenceFunction Modifier and Type Method Description CooccurrenceCooccurrencesLayerStored. addCooccurrence(CooccurrenceFunction function, Sig sig, List<Term> terms)CooccurrenceCooccurrencesLayerStored. addCooccurrence(CooccurrenceFunction function, List<Term> terms)
-