public class GraphMLTransformer extends AbstractTransformer<GraphmlType>
graph
Constructor and Description |
---|
GraphMLTransformer(IGraph graph) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterTransformation() |
protected void |
beforeTransformation() |
protected GraphmlType |
getTransformation() |
protected void |
transformEdge(IEdge edge) |
protected void |
transformVertex(IVertex vertex) |
transform, visitEdge, visitVertex
public GraphMLTransformer(IGraph graph)
protected void transformVertex(IVertex vertex)
transformVertex
in class AbstractTransformer<GraphmlType>
protected void transformEdge(IEdge edge)
transformEdge
in class AbstractTransformer<GraphmlType>
protected GraphmlType getTransformation()
getTransformation
in class AbstractTransformer<GraphmlType>
protected void beforeTransformation()
beforeTransformation
in class AbstractTransformer<GraphmlType>
protected void afterTransformation()
afterTransformation
in class AbstractTransformer<GraphmlType>
Copyright 2020 Kieker Project, http://kieker-monitoring.net