Interface JustificationVisitor<R>

All Known Implementing Classes:
AbstractModelExporter, DotExporter, JpipeExporter, JsonExporter, NoOpJustificationVisitor, PythonExporter

public interface JustificationVisitor<R>
Visitor over the jPipe model hierarchy. Type parameter R is the return type of each visit method; use Void for side-effect-only visitors.