Uses of Interface
cz.vutbr.fit.layout.api.Service
-
Packages that use Service Package Description cz.vutbr.fit.layout.api cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.provider -
-
Uses of Service in cz.vutbr.fit.layout.api
Subinterfaces of Service in cz.vutbr.fit.layout.api Modifier and Type Interface Description interfaceAreaTreeOperatorA generic procedure that processes the area tree.interfaceArtifactServiceA service that creates an artifact from another artifact.interfaceTaggerA generic tagger that is able to assign tags to areas.Methods in cz.vutbr.fit.layout.api with type parameters of type Service Modifier and Type Method Description <T extends Service>
Map<String,T>ServiceManager. loadServicesByType(Class<T> clazz)Discovers the registered services of the given class. -
Uses of Service in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement Service Modifier and Type Class Description classBaseArtifactServiceA base implementation of an artifact service.classBaseOperatorA common base for our area operators.classBaseParametrizedOperationclassBaseServiceA base implementation of a service. -
Uses of Service in cz.vutbr.fit.layout.provider
Classes in cz.vutbr.fit.layout.provider that implement Service 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.
-