Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.ReferencedEntity
-
Packages that use ReferencedEntity Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of ReferencedEntity in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return ReferencedEntity Modifier and Type Method Description ReferencedEntityReferencesLayer. addReferent(List<Reference> references)ReferencedEntityReferencesLayer. addReferent(List<Reference> references, String externalId)ReferencedEntityReferencesLayer. getReferencedEntity(int index)Methods in eu.clarin.weblicht.wlfxb.tc.api that return types with arguments of type ReferencedEntity Modifier and Type Method Description List<ReferencedEntity>ReferencesLayer. getReferencedEntities(Token token) -
Uses of ReferencedEntity in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement ReferencedEntity Modifier and Type Class Description classReferencedEntityStoredFields in eu.clarin.weblicht.wlfxb.tc.xb with type parameters of type ReferencedEntity Modifier and Type Field Description protected Map<Token,List<ReferencedEntity>>TextCorpusLayersConnector. token2ItsReferentMethods in eu.clarin.weblicht.wlfxb.tc.xb that return ReferencedEntity Modifier and Type Method Description ReferencedEntityReferencesLayerStored. addReferent(List<Reference> references)ReferencedEntityReferencesLayerStored. addReferent(List<Reference> references, String externalId)ReferencedEntityReferencesLayerStored. getReferencedEntity(int index)Methods in eu.clarin.weblicht.wlfxb.tc.xb that return types with arguments of type ReferencedEntity Modifier and Type Method Description List<ReferencedEntity>ReferencesLayerStored. getReferencedEntities(Token token)
-