Package science.aist.gtf.transformation.renderer
-
Interface Summary Interface Description GraphTransformationRenderer<R,S,E> Override parameters fromTransformationRender
specifically for graphsTransformationRender<Result,Element,Container,Input> Interface to represent a renderer inside a transformation. -
Class Summary Class Description AbstractConditionalTransformationRenderer<Result,Container,Input> Transformation renderer, that is only used if a given renderer condition matches on the input elementAbstractGraphTransformationRenderer<T,S,E> Abstract implementation of a transformation rendererMultiGraphTransformationRenderer<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.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.