Package cz.vutbr.fit.layout.model
Interface ChunkSet
- 
- All Superinterfaces:
- Artifact
 - All Known Implementing Classes:
- DefaultChunkSet,- RDFChunkSet
 
 public interface ChunkSet extends Artifact A set of text chunks extracted from a page.- Author:
- burgetr
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TextChunkcreateTextChunk(Rectangular r, Area sourceArea, Box sourceBox)org.eclipse.rdf4j.model.IRIgetAreaTreeIri()Gets the IRI of the area tree the chunk set was build from.org.eclipse.rdf4j.model.IRIgetPageIri()Gets the IRI of the related page.Set<TextChunk>getTextChunks()AreaTopologygetTopology()- 
Methods inherited from interface cz.vutbr.fit.layout.model.ArtifactgetArtifactType, getCreatedOn, getCreator, getCreatorParams, getIri, getLabel, getMetadata, getParentIri, setIri
 
- 
 
- 
- 
- 
Method Detail- 
getAreaTreeIriorg.eclipse.rdf4j.model.IRI getAreaTreeIri() Gets the IRI of the area tree the chunk set was build from. This may be equal to the parent IRI when the chunk set was built from an area tree directly.- Returns:
- the source area tree IRI
 
 - 
getPageIriorg.eclipse.rdf4j.model.IRI getPageIri() Gets the IRI of the related page.- Returns:
- The page IRI.
 
 - 
getTopologyAreaTopology getTopology() 
 - 
createTextChunkTextChunk createTextChunk(Rectangular r, Area sourceArea, Box sourceBox) 
 
- 
 
-