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 interface
GeneratorTemplateRenderer<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 class
GeneratorTemplateRendererImpl
Execute 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 class
AbstractGeneratorTemplateRenderer<R,S>
Abstract generator template rendererclass
DeleteFileRenderer
Task to delete a fileclass
DirectoryCopyRenderer
Generator Template renderer for copying directoriesclass
DirectoryCreateRenderer
Renderer implementation to create a directoryclass
FileCopyRenderer
Implementation of a file copy taskclass
FileOperationRenderer
Base class to perform operations on filesclass
GraphVizImageRenderer
Uses a file with a graphviz representation and creates a PNG file out of itclass
InstantiateTemplateRenderer
Implementation of a template renderer taskclass
ShellCommandRenderer
Executes a command on the command lineclass
UnzipRenderer
Renderer 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 interface
GraphTransformationRenderer<R,S,E>
Override parameters fromTransformationRender
specifically for graphsClasses in science.aist.gtf.transformation.renderer that implement TransformationRender Modifier and Type Class Description class
AbstractConditionalTransformationRenderer<Result,Container,Input>
Transformation renderer, that is only used if a given renderer condition matches on the input elementclass
AbstractGraphTransformationRenderer<T,S,E>
Abstract implementation of a transformation rendererclass
MultiGraphTransformationRenderer<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.class
MultiTransformationRenderer<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.
-