Uses of Interface
cz.vutbr.fit.layout.api.ArtifactService
-
Packages that use ArtifactService Package Description cz.vutbr.fit.layout.api cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.provider -
-
Uses of ArtifactService in cz.vutbr.fit.layout.api
Methods in cz.vutbr.fit.layout.api that return types with arguments of type ArtifactService Modifier and Type Method Description Map<String,ArtifactService>ServiceManager. findArtifactProviders(org.eclipse.rdf4j.model.IRI artifactType)Discovers all the ArtifactService implementations that produce a given artifact type.Map<String,ArtifactService>ServiceManager. findArtifactSevices()Discovers all the ArtifactService implementations.Methods in cz.vutbr.fit.layout.api with parameters of type ArtifactService Modifier and Type Method Description voidServiceManager. addArtifactService(ArtifactService op)Adds a new artifact service to the manager. -
Uses of ArtifactService in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement ArtifactService Modifier and Type Class Description classBaseArtifactServiceA base implementation of an artifact service.Methods in cz.vutbr.fit.layout.impl that return types with arguments of type ArtifactService Modifier and Type Method Description Map<String,ArtifactService>BaseProcessor. getArtifactProviders(org.eclipse.rdf4j.model.IRI artifactType)Gets the available artifact proiders of the given type used by the processor.Map<String,ArtifactService>BaseProcessor. getArtifactServices()Gets all the available artifact services used by the processor.Methods in cz.vutbr.fit.layout.impl with parameters of type ArtifactService Modifier and Type Method Description ArtifactBaseProcessor. processArtifact(Artifact input, ArtifactService provider, Map<String,Object> params)Processes an input artifact and creates a new artifact by invoking an artifact service and its configuration. -
Uses of ArtifactService in cz.vutbr.fit.layout.provider
Classes in cz.vutbr.fit.layout.provider that implement ArtifactService Modifier and Type Class Description classOperatorApplicationProviderAn artifact provider that consumes an area tree, applies a list of operators and produces a new area tree.classOperatorWrapperProviderAn area tree provider that wraps a single area tree operator.classVisualBoxTreeProviderAn artifact provider that creates a visual box tree from another box tree.
-