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 classDefaultChunkSetA default chunk set implementation.Methods in cz.vutbr.fit.layout.impl that return ChunkSet Modifier and Type Method Description ChunkSetDefaultTextChunk. getChunkSet()Methods in cz.vutbr.fit.layout.impl with parameters of type ChunkSet Modifier and Type Method Description voidDefaultTextChunk. 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 ChunkSetTextChunk. 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 classRDFChunkSet
-