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 classArtifactInfoBasic 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 ArtifactServiceManager. applyArtifactService(String serviceId, Map<String,Object> params, Artifact inputArtifact)Configures and invokes an artifact service for an input artifact.ArtifactArtifactRepository. getArtifact(org.eclipse.rdf4j.model.IRI artifactIri)Obtains an artifact from the repository.ArtifactArtifactService. 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 voidArtifactRepository. addArtifact(Artifact artifact)Adds an artifact to the repository.ArtifactServiceManager. applyArtifactService(String serviceId, Map<String,Object> params, Artifact inputArtifact)Configures and invokes an artifact service for an input artifact.org.eclipse.rdf4j.model.IRIArtifactRepository. createArtifactIri(Artifact artifact)Generates a unique IRI for a new artifact based on the strategy of the given repository.ArtifactArtifactService. process(Artifact input)Consumes an input artifact and produces an output artifact.voidArtifactRepository. 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 ArtifactBCSProvider. process(Artifact input)Methods in cz.vutbr.fit.layout.bcs with parameters of type Artifact Modifier and Type Method Description ArtifactBCSProvider. 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 ArtifactCSSBoxTreeProvider. process(Artifact input)Methods in cz.vutbr.fit.layout.cssbox with parameters of type Artifact Modifier and Type Method Description ArtifactCSSBoxTreeProvider. 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 classPageImpl -
Uses of Artifact in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement Artifact Modifier and Type Class Description classBaseArtifactA common base class for artifact implementations.classDefaultAreaTreeDefault Page implementation.classDefaultChunkSetA default chunk set implementation.classDefaultLogicalAreaTreeDefault implementation of the logical area tree.classDefaultPageDefault generic page implementation.Methods in cz.vutbr.fit.layout.impl that return Artifact Modifier and Type Method Description ArtifactDefaultArtifactRepository. 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 voidDefaultArtifactRepository. addArtifact(Artifact artifact)org.eclipse.rdf4j.model.IRIDefaultArtifactRepository. createArtifactIri(Artifact artifact)voidDefaultArtifactRepository. 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 ArtifactMetadataTextChunksProvider. process(Artifact input)Methods in cz.vutbr.fit.layout.map.chunks with parameters of type Artifact Modifier and Type Method Description ArtifactMetadataTextChunksProvider. 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 interfaceAreaTreeA tree of visual areas created from a box tree.interfaceChunkSetA set of text chunks extracted from a page.interfaceLogicalAreaTreeA tree of logical areas.interfacePageThis 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 ArtifactAreaConnectionProvider. process(Artifact input)ArtifactTextChunkConnectionProvider. process(Artifact input)Methods in cz.vutbr.fit.layout.patterns with parameters of type Artifact Modifier and Type Method Description ArtifactAreaConnectionProvider. process(Artifact input)ArtifactTextChunkConnectionProvider. 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 ArtifactPDFBoxTreeProvider. process(Artifact input)Methods in cz.vutbr.fit.layout.pdf with parameters of type Artifact Modifier and Type Method Description ArtifactPDFBoxTreeProvider. 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 classPageImpl -
Uses of Artifact in cz.vutbr.fit.layout.provider
Methods in cz.vutbr.fit.layout.provider that return Artifact Modifier and Type Method Description ArtifactOperatorApplicationProvider. process(Artifact input)ArtifactOperatorWrapperProvider. process(Artifact input)ArtifactVisualBoxTreeProvider. process(Artifact input)Methods in cz.vutbr.fit.layout.provider with parameters of type Artifact Modifier and Type Method Description ArtifactOperatorApplicationProvider. process(Artifact input)ArtifactOperatorWrapperProvider. process(Artifact input)ArtifactVisualBoxTreeProvider. 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 ArtifactPuppeteerTreeProvider. process(Artifact input)Methods in cz.vutbr.fit.layout.puppeteer with parameters of type Artifact Modifier and Type Method Description ArtifactPuppeteerTreeProvider. 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 classPageImpl -
Uses of Artifact in cz.vutbr.fit.layout.rdf
Classes in cz.vutbr.fit.layout.rdf that implement Artifact Modifier and Type Class Description classAreaTreeInfoclassChunkSetInfoclassPageInfoClass extends the artifact info by page-specific properties.classRDFArtifactInfoInformation about an artifact obtained from a RDF model.Methods in cz.vutbr.fit.layout.rdf that return Artifact Modifier and Type Method Description ArtifactRDFArtifactRepository. getArtifact(org.eclipse.rdf4j.model.IRI artifactIri)ArtifactAreaModelLoader. loadArtifact(org.eclipse.rdf4j.model.IRI artifactIri, RDFArtifactRepository artifactRepo)ArtifactBoxModelLoader. loadArtifact(org.eclipse.rdf4j.model.IRI artifactIri, RDFArtifactRepository artifactRepo)ArtifactChunkSetModelLoader. loadArtifact(org.eclipse.rdf4j.model.IRI artifactIri, RDFArtifactRepository artifactRepo)ArtifactLogicalAreaModelLoader. loadArtifact(org.eclipse.rdf4j.model.IRI artifactIri, RDFArtifactRepository artifactRepo)ArtifactModelLoader. 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 voidRDFArtifactRepository. addArtifact(Artifact artifact)voidModelBuilderBase. addArtifactData(org.eclipse.rdf4j.model.Model graph, Artifact a)Stores the common information about an artifact to a model.org.eclipse.rdf4j.model.IRIRDFArtifactRepository. createArtifactIri(Artifact artifact)org.eclipse.rdf4j.model.ModelAreaModelBuilder. createGraph(Artifact artifact)org.eclipse.rdf4j.model.ModelBoxModelBuilder. createGraph(Artifact artifact)org.eclipse.rdf4j.model.ModelChunkSetModelBuilder. createGraph(Artifact artifact)org.eclipse.rdf4j.model.ModelLogicalAreaModelBuilder. createGraph(Artifact artifact)org.eclipse.rdf4j.model.ModelModelBuilder. createGraph(Artifact artifact)Creates a graph from an artifact.static org.eclipse.rdf4j.model.ModelMetadataExtractor. extract(Artifact artifact)Extracts RDF metadata from a source artifact (e.g.voidRDFArtifactRepository. 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 classRDFAreaTreeclassRDFChunkSetclassRDFPage -
Uses of Artifact in cz.vutbr.fit.layout.segm
Classes in cz.vutbr.fit.layout.segm that implement Artifact Modifier and Type Class Description classSegmentationAreaTreeA tree of visual areas created from a box tree.Methods in cz.vutbr.fit.layout.segm that return Artifact Modifier and Type Method Description ArtifactBasicSegmProvider. process(Artifact input)Methods in cz.vutbr.fit.layout.segm with parameters of type Artifact Modifier and Type Method Description ArtifactBasicSegmProvider. 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 ArtifactTextChunksProvider. process(Artifact input)Methods in cz.vutbr.fit.layout.text.chunks with parameters of type Artifact Modifier and Type Method Description ArtifactTextChunksProvider. 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 ArtifactCli. getLastArtifact()Gets the last created artifact.Methods in cz.vutbr.fit.layout.tools with parameters of type Artifact Modifier and Type Method Description voidCli. 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 ArtifactInvoke. 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 ArtifactInvoke. 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 ArtifactVipsProvider. process(Artifact input)Methods in cz.vutbr.fit.layout.vips with parameters of type Artifact Modifier and Type Method Description ArtifactVipsProvider. process(Artifact input)
-