Uses of Interface
cz.vutbr.fit.layout.api.ParametrizedOperation
-
Packages that use ParametrizedOperation Package Description cz.vutbr.fit.layout.api cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.provider -
-
Uses of ParametrizedOperation in cz.vutbr.fit.layout.api
Subinterfaces of ParametrizedOperation in cz.vutbr.fit.layout.api Modifier and Type Interface Description interfaceAreaTreeOperatorA generic procedure that processes the area tree.interfaceTaggerA generic tagger that is able to assign tags to areas.Methods in cz.vutbr.fit.layout.api that return ParametrizedOperation Modifier and Type Method Description ParametrizedOperationServiceManager. findParmetrizedService(String id)Finds a parametrized service based on its ID.Methods in cz.vutbr.fit.layout.api that return types with arguments of type ParametrizedOperation Modifier and Type Method Description Map<String,ParametrizedOperation>ServiceManager. getParametrizedServices()Gets a map of all available parametrized operations.Methods in cz.vutbr.fit.layout.api with parameters of type ParametrizedOperation Modifier and Type Method Description static Map<String,Object>ServiceManager. getServiceParams(ParametrizedOperation op)Obtains the values of all the parametres of the given operation.static voidServiceManager. setServiceParams(ParametrizedOperation op, Map<String,Object> params)Sets the operation parametres based on a map of values. -
Uses of ParametrizedOperation in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement ParametrizedOperation Modifier and Type Class Description classBaseArtifactServiceA base implementation of an artifact service.classBaseOperatorA common base for our area operators.classBaseParametrizedOperation -
Uses of ParametrizedOperation in cz.vutbr.fit.layout.provider
Classes in cz.vutbr.fit.layout.provider that implement ParametrizedOperation 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.
-