Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.Reference
-
Packages that use Reference Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of Reference in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return Reference Modifier and Type Method Description ReferenceReferencesLayer. createReference(String type, List<Token> referenceTokens, List<Token> minReferenceTokens)ReferenceReferencesLayer. createReference(List<Token> referenceTokens)ReferenceReferencesLayer. createReference(List<Token> referenceTokens, List<Token> minReferenceTokens)Reference[]ReferencedEntity. getReferences()Reference[]ReferencesLayer. getTarget(Reference reference)Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type Reference Modifier and Type Method Description voidReferencesLayer. addRelation(Reference reference, String relation, Reference... target)Token[]ReferencesLayer. getMinimumTokens(Reference reference)Reference[]ReferencesLayer. getTarget(Reference reference)Token[]ReferencesLayer. getTokens(Reference reference)Method parameters in eu.clarin.weblicht.wlfxb.tc.api with type arguments of type Reference Modifier and Type Method Description ReferencedEntityReferencesLayer. addReferent(List<Reference> references)ReferencedEntityReferencesLayer. addReferent(List<Reference> references, String externalId) -
Uses of Reference in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement Reference Modifier and Type Class Description classReferenceStoredFields in eu.clarin.weblicht.wlfxb.tc.xb with type parameters of type Reference Modifier and Type Field Description protected Map<String,Reference>TextCorpusLayersConnector. referenceId2ItsReferenceMethods in eu.clarin.weblicht.wlfxb.tc.xb that return Reference Modifier and Type Method Description ReferenceReferencesLayerStored. createReference(String type, List<Token> referenceTokens, List<Token> minReferenceTokens)ReferenceReferencesLayerStored. createReference(List<Token> referenceTokens)ReferenceReferencesLayerStored. createReference(List<Token> referenceTokens, List<Token> minReferenceTokens)Reference[]ReferencedEntityStored. getReferences()Reference[]ReferencesLayerStored. getTarget(Reference reference)Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type Reference Modifier and Type Method Description voidReferencesLayerStored. addRelation(Reference reference, String relation, Reference... target)Token[]ReferencesLayerStored. getMinimumTokens(Reference reference)Reference[]ReferencesLayerStored. getTarget(Reference reference)Token[]ReferencesLayerStored. getTokens(Reference reference)Method parameters in eu.clarin.weblicht.wlfxb.tc.xb with type arguments of type Reference Modifier and Type Method Description ReferencedEntityReferencesLayerStored. addReferent(List<Reference> references)ReferencedEntityReferencesLayerStored. addReferent(List<Reference> references, String externalId)
-