Package ca.mcscert.jpipe.visitor
package ca.mcscert.jpipe.visitor
-
ClassDescriptionAbstract base for exporters that serialise a single
JustificationModelto text.Serialises a singleJustificationModelto Graphviz DOT text, ready to be compiled bydot.Serialises a compiled jPipe model back to.jdsource text conforming to the jPipe grammar.Serialises a singleJustificationModelto JSON text.Visitor over the jPipe model hierarchy.Convenience base class for visitors that only need to handle a subset of the model hierarchy.Serialises a singleJustificationModelto a Python module: each element becomes a decorated function named after the element's label (snake_case viaLabelEscaper), carrying: one or more@jpipe_link("<id>"), linking the function back to the originating jPipe element.