Package edu.upf.taln.dri.lib.model
Class BaseDocumentElem
- java.lang.Object
-
- edu.upf.taln.dri.lib.model.BaseDocumentElem
-
- Direct Known Subclasses:
AuthorImpl
,BabelSynsetOccImpl
,CandidateTermOccImpl
,CitationImpl
,CitationMarkerImpl
,HeaderImpl
,InstitutionImpl
,SectionImpl
,SentenceImpl
,TokenImpl
public class BaseDocumentElem extends Object
Base class for all document element objects, including a reference to the DocCacheManager object they are contained in
-
-
Field Summary
Fields Modifier and Type Field Description protected DocCacheManager
cacheManager
-
Constructor Summary
Constructors Constructor Description BaseDocumentElem(DocCacheManager cacheManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DocCacheManager
getCacheManager()
protected void
setCacheManager(DocCacheManager cacheManager)
-
-
-
Field Detail
-
cacheManager
protected DocCacheManager cacheManager
-
-
Constructor Detail
-
BaseDocumentElem
public BaseDocumentElem(DocCacheManager cacheManager)
-
-
Method Detail
-
getCacheManager
protected DocCacheManager getCacheManager()
-
setCacheManager
protected void setCacheManager(DocCacheManager cacheManager)
-
-