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. -
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.
-