Package cz.vutbr.fit.layout.map.chunks
Class MetadataChunksExtractor
- java.lang.Object
- 
- cz.vutbr.fit.layout.text.chunks.ChunksSource
- 
- cz.vutbr.fit.layout.map.chunks.MetadataChunksExtractor
 
 
- 
 public class MetadataChunksExtractor extends ChunksSource - Author:
- burgetr
 
- 
- 
Constructor SummaryConstructors Constructor Description MetadataChunksExtractor(Area root, MetadataExampleGenerator exampleGenerator, Collection<MetaRefTag> tags)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<MetaRefTag>getAssignedTags()List<TextChunk>getTextChunks()Extracts a list of chunks from the source area tree.- 
Methods inherited from class cz.vutbr.fit.layout.text.chunks.ChunksSourcegetRoot
 
- 
 
- 
- 
- 
Constructor Detail- 
MetadataChunksExtractorpublic MetadataChunksExtractor(Area root, MetadataExampleGenerator exampleGenerator, Collection<MetaRefTag> tags) 
 
- 
 - 
Method Detail- 
getAssignedTagspublic Collection<MetaRefTag> getAssignedTags() 
 - 
getTextChunkspublic List<TextChunk> getTextChunks() Description copied from class:ChunksSourceExtracts a list of chunks from the source area tree.- Specified by:
- getTextChunksin class- ChunksSource
- Returns:
 
 
- 
 
-