Uses of Interface
cz.vutbr.fit.layout.model.Artifact
-
Packages that use Artifact Package Description cz.vutbr.fit.layout.api cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model cz.vutbr.fit.layout.provider -
-
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.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.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.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)
-