Uses of Interface
cz.vutbr.fit.layout.model.Artifact
-
-
Uses of Artifact in cz.vutbr.fit.layout.api
Classes in cz.vutbr.fit.layout.api that implement Artifact Modifier and Type Class Description class
ArtifactInfo
Basic information about an artifact that can be obtained from a repository without actually loading the whole artifact.Methods in cz.vutbr.fit.layout.api that return Artifact Modifier and Type Method Description Artifact
ServiceManager. applyArtifactService(String serviceId, Map<String,Object> params, Artifact inputArtifact)
Configures and invokes an artifact service for an input artifact.Artifact
ArtifactRepository. getArtifact(org.eclipse.rdf4j.model.IRI artifactIri)
Obtains an artifact from the repository.Artifact
ArtifactService. process(Artifact input)
Consumes an input artifact and produces an output artifact.Methods in cz.vutbr.fit.layout.api that return types with arguments of type Artifact Modifier and Type Method Description Collection<Artifact>
ArtifactRepository. getArtifactInfo()
Obtains the basic information about the artifacts.Methods in cz.vutbr.fit.layout.api with parameters of type Artifact Modifier and Type Method Description void
ArtifactRepository. addArtifact(Artifact artifact)
Adds an artifact to the repository.Artifact
ServiceManager. applyArtifactService(String serviceId, Map<String,Object> params, Artifact inputArtifact)
Configures and invokes an artifact service for an input artifact.org.eclipse.rdf4j.model.IRI
ArtifactRepository. createArtifactIri(Artifact artifact)
Generates a unique IRI for a new artifact based on the strategy of the given repository.Artifact
ArtifactService. process(Artifact input)
Consumes an input artifact and produces an output artifact.void
ArtifactRepository. replaceArtifact(org.eclipse.rdf4j.model.IRI artifactIri, Artifact artifact)
Sets an IRI to a artifact and stores it into the repository while replacing the eventual existing artifact with that IRI. -
Uses of Artifact in cz.vutbr.fit.layout.bcs
Methods in cz.vutbr.fit.layout.bcs that return Artifact Modifier and Type Method Description Artifact
BCSProvider. process(Artifact input)
Methods in cz.vutbr.fit.layout.bcs with parameters of type Artifact Modifier and Type Method Description Artifact
BCSProvider. process(Artifact input)
-
Uses of Artifact in cz.vutbr.fit.layout.cssbox
Methods in cz.vutbr.fit.layout.cssbox that return Artifact Modifier and Type Method Description Artifact
CSSBoxTreeProvider. process(Artifact input)
Methods in cz.vutbr.fit.layout.cssbox with parameters of type Artifact Modifier and Type Method Description Artifact
CSSBoxTreeProvider. process(Artifact input)
-
Uses of Artifact in cz.vutbr.fit.layout.cssbox.impl
Classes in cz.vutbr.fit.layout.cssbox.impl that implement Artifact Modifier and Type Class Description class
PageImpl
-
Uses of Artifact in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement Artifact Modifier and Type Class Description class
BaseArtifact
A common base class for artifact implementations.class
DefaultAreaTree
Default Page implementation.class
DefaultChunkSet
A default chunk set implementation.class
DefaultLogicalAreaTree
Default implementation of the logical area tree.class
DefaultPage
Default generic page implementation.Methods in cz.vutbr.fit.layout.impl that return Artifact Modifier and Type Method Description Artifact
DefaultArtifactRepository. getArtifact(org.eclipse.rdf4j.model.IRI artifactIri)
Methods in cz.vutbr.fit.layout.impl that return types with arguments of type Artifact Modifier and Type Method Description Collection<Artifact>
DefaultArtifactRepository. getArtifactInfo()
Methods in cz.vutbr.fit.layout.impl with parameters of type Artifact Modifier and Type Method Description void
DefaultArtifactRepository. addArtifact(Artifact artifact)
org.eclipse.rdf4j.model.IRI
DefaultArtifactRepository. createArtifactIri(Artifact artifact)
void
DefaultArtifactRepository. replaceArtifact(org.eclipse.rdf4j.model.IRI artifactIri, Artifact artifact)
Constructors in cz.vutbr.fit.layout.impl with parameters of type Artifact Constructor Description BaseArtifact(org.eclipse.rdf4j.model.IRI parentIri, Artifact src)
-
Uses of Artifact in cz.vutbr.fit.layout.map.chunks
Methods in cz.vutbr.fit.layout.map.chunks that return Artifact Modifier and Type Method Description Artifact
MetadataTextChunksProvider. process(Artifact input)
Methods in cz.vutbr.fit.layout.map.chunks with parameters of type Artifact Modifier and Type Method Description Artifact
MetadataTextChunksProvider. process(Artifact input)
-
Uses of Artifact in cz.vutbr.fit.layout.model
Subinterfaces of Artifact in cz.vutbr.fit.layout.model Modifier and Type Interface Description interface
AreaTree
A tree of visual areas created from a box tree.interface
ChunkSet
A set of text chunks extracted from a page.interface
LogicalAreaTree
A tree of logical areas.interface
Page
This class represents the whole rendered (and segmented) page. -
Uses of Artifact in cz.vutbr.fit.layout.patterns
Methods in cz.vutbr.fit.layout.patterns that return Artifact Modifier and Type Method Description Artifact
AreaConnectionProvider. process(Artifact input)
Artifact
TextChunkConnectionProvider. process(Artifact input)
Methods in cz.vutbr.fit.layout.patterns with parameters of type Artifact Modifier and Type Method Description Artifact
AreaConnectionProvider. process(Artifact input)
Artifact
TextChunkConnectionProvider. process(Artifact input)
-
Uses of Artifact in cz.vutbr.fit.layout.pdf
Methods in cz.vutbr.fit.layout.pdf that return Artifact Modifier and Type Method Description Artifact
PDFBoxTreeProvider. process(Artifact input)
Methods in cz.vutbr.fit.layout.pdf with parameters of type Artifact Modifier and Type Method Description Artifact
PDFBoxTreeProvider. process(Artifact input)
-
Uses of Artifact in cz.vutbr.fit.layout.pdf.impl
Classes in cz.vutbr.fit.layout.pdf.impl that implement Artifact Modifier and Type Class Description class
PageImpl
-
Uses of Artifact in cz.vutbr.fit.layout.provider
Methods in cz.vutbr.fit.layout.provider that return Artifact Modifier and Type Method Description Artifact
OperatorApplicationProvider. process(Artifact input)
Artifact
OperatorWrapperProvider. process(Artifact input)
Artifact
VisualBoxTreeProvider. process(Artifact input)
Methods in cz.vutbr.fit.layout.provider with parameters of type Artifact Modifier and Type Method Description Artifact
OperatorApplicationProvider. process(Artifact input)
Artifact
OperatorWrapperProvider. process(Artifact input)
Artifact
VisualBoxTreeProvider. process(Artifact input)
-
Uses of Artifact in cz.vutbr.fit.layout.puppeteer
Methods in cz.vutbr.fit.layout.puppeteer that return Artifact Modifier and Type Method Description Artifact
PuppeteerTreeProvider. process(Artifact input)
Methods in cz.vutbr.fit.layout.puppeteer with parameters of type Artifact Modifier and Type Method Description Artifact
PuppeteerTreeProvider. process(Artifact input)
-
Uses of Artifact in cz.vutbr.fit.layout.puppeteer.impl
Classes in cz.vutbr.fit.layout.puppeteer.impl that implement Artifact Modifier and Type Class Description class
PageImpl
-
Uses of Artifact in cz.vutbr.fit.layout.rdf
Classes in cz.vutbr.fit.layout.rdf that implement Artifact Modifier and Type Class Description class
AreaTreeInfo
class
ChunkSetInfo
class
PageInfo
Class extends the artifact info by page-specific properties.class
RDFArtifactInfo
Information about an artifact obtained from a RDF model.Methods in cz.vutbr.fit.layout.rdf that return Artifact Modifier and Type Method Description Artifact
RDFArtifactRepository. getArtifact(org.eclipse.rdf4j.model.IRI artifactIri)
Artifact
AreaModelLoader. loadArtifact(org.eclipse.rdf4j.model.IRI artifactIri, RDFArtifactRepository artifactRepo)
Artifact
BoxModelLoader. loadArtifact(org.eclipse.rdf4j.model.IRI artifactIri, RDFArtifactRepository artifactRepo)
Artifact
ChunkSetModelLoader. loadArtifact(org.eclipse.rdf4j.model.IRI artifactIri, RDFArtifactRepository artifactRepo)
Artifact
LogicalAreaModelLoader. loadArtifact(org.eclipse.rdf4j.model.IRI artifactIri, RDFArtifactRepository artifactRepo)
Artifact
ModelLoader. loadArtifact(org.eclipse.rdf4j.model.IRI artifactIri, RDFArtifactRepository artifactRepo)
Loads an artifact from an RDF repository.Methods in cz.vutbr.fit.layout.rdf that return types with arguments of type Artifact Modifier and Type Method Description Collection<Artifact>
RDFArtifactRepository. getArtifactInfo()
Collection<Artifact>
RDFArtifactRepository. getArtifactInfoOld()
Methods in cz.vutbr.fit.layout.rdf with parameters of type Artifact Modifier and Type Method Description void
RDFArtifactRepository. addArtifact(Artifact artifact)
void
ModelBuilderBase. addArtifactData(org.eclipse.rdf4j.model.Model graph, Artifact a)
Stores the common information about an artifact to a model.org.eclipse.rdf4j.model.IRI
RDFArtifactRepository. createArtifactIri(Artifact artifact)
org.eclipse.rdf4j.model.Model
AreaModelBuilder. createGraph(Artifact artifact)
org.eclipse.rdf4j.model.Model
BoxModelBuilder. createGraph(Artifact artifact)
org.eclipse.rdf4j.model.Model
ChunkSetModelBuilder. createGraph(Artifact artifact)
org.eclipse.rdf4j.model.Model
LogicalAreaModelBuilder. createGraph(Artifact artifact)
org.eclipse.rdf4j.model.Model
ModelBuilder. createGraph(Artifact artifact)
Creates a graph from an artifact.static org.eclipse.rdf4j.model.Model
MetadataExtractor. extract(Artifact artifact)
Extracts RDF metadata from a source artifact (e.g.void
RDFArtifactRepository. replaceArtifact(org.eclipse.rdf4j.model.IRI artifactIri, Artifact artifact)
-
Uses of Artifact in cz.vutbr.fit.layout.rdf.model
Classes in cz.vutbr.fit.layout.rdf.model that implement Artifact Modifier and Type Class Description class
RDFAreaTree
class
RDFChunkSet
class
RDFPage
-
Uses of Artifact in cz.vutbr.fit.layout.segm
Classes in cz.vutbr.fit.layout.segm that implement Artifact Modifier and Type Class Description class
SegmentationAreaTree
A tree of visual areas created from a box tree.Methods in cz.vutbr.fit.layout.segm that return Artifact Modifier and Type Method Description Artifact
BasicSegmProvider. process(Artifact input)
Methods in cz.vutbr.fit.layout.segm with parameters of type Artifact Modifier and Type Method Description Artifact
BasicSegmProvider. process(Artifact input)
-
Uses of Artifact in cz.vutbr.fit.layout.text.chunks
Methods in cz.vutbr.fit.layout.text.chunks that return Artifact Modifier and Type Method Description Artifact
TextChunksProvider. process(Artifact input)
Methods in cz.vutbr.fit.layout.text.chunks with parameters of type Artifact Modifier and Type Method Description Artifact
TextChunksProvider. process(Artifact input)
-
Uses of Artifact in cz.vutbr.fit.layout.tools
Methods in cz.vutbr.fit.layout.tools that return Artifact Modifier and Type Method Description Artifact
Cli. getLastArtifact()
Gets the last created artifact.Methods in cz.vutbr.fit.layout.tools with parameters of type Artifact Modifier and Type Method Description void
Cli. setLastArtifact(Artifact art)
-
Uses of Artifact in cz.vutbr.fit.layout.tools.cmd
Methods in cz.vutbr.fit.layout.tools.cmd that return Artifact Modifier and Type Method Description Artifact
Invoke. invokeService(Artifact srcArt, String serviceId, Map<String,String> sopts)
Methods in cz.vutbr.fit.layout.tools.cmd with parameters of type Artifact Modifier and Type Method Description Artifact
Invoke. invokeService(Artifact srcArt, String serviceId, Map<String,String> sopts)
-
Uses of Artifact in cz.vutbr.fit.layout.vips
Methods in cz.vutbr.fit.layout.vips that return Artifact Modifier and Type Method Description Artifact
VipsProvider. process(Artifact input)
Methods in cz.vutbr.fit.layout.vips with parameters of type Artifact Modifier and Type Method Description Artifact
VipsProvider. process(Artifact input)
-