Uses of Interface
science.aist.gtf.transformation.renderer.TransformationRender
-
Packages that use TransformationRender Package Description science.aist.gtf.template science.aist.gtf.template.impl science.aist.gtf.template.impl.renderer science.aist.gtf.transformation.renderer -
-
Uses of TransformationRender in science.aist.gtf.template
Subinterfaces of TransformationRender in science.aist.gtf.template Modifier and Type Interface Description interfaceGeneratorTemplateRenderer<R,S>Specification of a Transformation Renderer for Templates -
Uses of TransformationRender in science.aist.gtf.template.impl
Classes in science.aist.gtf.template.impl that implement TransformationRender Modifier and Type Class Description classGeneratorTemplateRendererImplExecute a "pipeline" ofGeneratorTemplateRenderer -
Uses of TransformationRender in science.aist.gtf.template.impl.renderer
Classes in science.aist.gtf.template.impl.renderer that implement TransformationRender Modifier and Type Class Description classAbstractGeneratorTemplateRenderer<R,S>Abstract generator template rendererclassDeleteFileRendererTask to delete a fileclassDirectoryCopyRendererGenerator Template renderer for copying directoriesclassDirectoryCreateRendererRenderer implementation to create a directoryclassFileCopyRendererImplementation of a file copy taskclassFileOperationRendererBase class to perform operations on filesclassGraphVizImageRendererUses a file with a graphviz representation and creates a PNG file out of itclassInstantiateTemplateRendererImplementation of a template renderer taskclassShellCommandRendererExecutes a command on the command lineclassUnzipRendererRenderer to unzip a file -
Uses of TransformationRender in science.aist.gtf.transformation.renderer
Subinterfaces of TransformationRender in science.aist.gtf.transformation.renderer Modifier and Type Interface Description interfaceGraphTransformationRenderer<R,S,E>Override parameters fromTransformationRenderspecifically for graphsClasses in science.aist.gtf.transformation.renderer that implement TransformationRender Modifier and Type Class Description classAbstractConditionalTransformationRenderer<Result,Container,Input>Transformation renderer, that is only used if a given renderer condition matches on the input elementclassAbstractGraphTransformationRenderer<T,S,E>Abstract implementation of a transformation rendererclassMultiGraphTransformationRenderer<Result,SourceV,SourceE>Provides a Multi Graph Transformation Renderer, which has a list of child renderer and returns the result of the first matching one.classMultiTransformationRenderer<Result,Container,Input>Multi transformation renderer, that iterates over all the child renderers, and returns the result of the first renderer that itself returns a result.
-