Uses of Interface
cz.vutbr.fit.layout.model.ChunkSet
-
Packages that use ChunkSet Package Description cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model cz.vutbr.fit.layout.patterns cz.vutbr.fit.layout.rdf.model -
-
Uses of ChunkSet in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement ChunkSet Modifier and Type Class Description class
DefaultChunkSet
A default chunk set implementation.Methods in cz.vutbr.fit.layout.impl that return ChunkSet Modifier and Type Method Description ChunkSet
DefaultTextChunk. getChunkSet()
Methods in cz.vutbr.fit.layout.impl with parameters of type ChunkSet Modifier and Type Method Description void
DefaultTextChunk. setChunkSet(ChunkSet chunkSet)
-
Uses of ChunkSet in cz.vutbr.fit.layout.model
Methods in cz.vutbr.fit.layout.model that return ChunkSet Modifier and Type Method Description ChunkSet
TextChunk. getChunkSet()
Gets the chunk set the chunk belongs to. -
Uses of ChunkSet in cz.vutbr.fit.layout.patterns
Methods in cz.vutbr.fit.layout.patterns with parameters of type ChunkSet Modifier and Type Method Description Collection<AreaConnection>
TextChunkConnectionProvider. extractConnections(ChunkSet input, Page page)
-
Uses of ChunkSet in cz.vutbr.fit.layout.rdf.model
Classes in cz.vutbr.fit.layout.rdf.model that implement ChunkSet Modifier and Type Class Description class
RDFChunkSet
-