Interface GraphTransformationRenderer<R,S,E>
- 
- Type Parameters:
 R- Result typeS- type of the decorated element of the vertexE- type of the decorated element of the ege
- All Superinterfaces:
 TransformationRender<Optional<R>,R,Graph<S,E>,Vertex<S,E>>
- All Known Implementing Classes:
 AbstractGraphTransformationRenderer
public interface GraphTransformationRenderer<R,S,E> extends TransformationRender<Optional<R>,R,Graph<S,E>,Vertex<S,E>>
Override parameters from
TransformationRenderspecifically for graphs- Since:
 - 1.0
 - Author:
 - Andreas Schuler
 
 
- 
- 
Method Summary
- 
Methods inherited from interface science.aist.gtf.transformation.renderer.TransformationRender
createElement, mapProperties, renderElement 
 - 
 
 -