Module: Graphomaton::ExporterIntrospection
- Included in:
- Graphomaton::Exporters::Dot, Graphomaton::Exporters::Mermaid, Graphomaton::Exporters::Pdf, Graphomaton::Exporters::Plantuml, Graphomaton::Exporters::Png, Graphomaton::Exporters::Svg, Graphomaton::Exporters::Webp
- Defined in:
- lib/graphomaton/exporter_registry.rb
Instance Method Summary collapse
Instance Method Details
#capabilities ⇒ Object
113 114 115 |
# File 'lib/graphomaton/exporter_registry.rb', line 113 def capabilities Graphomaton.exporter_capabilities(exporter_format) end |
#losses_for(graph = @automaton) ⇒ Object
117 118 119 |
# File 'lib/graphomaton/exporter_registry.rb', line 117 def losses_for(graph = @automaton) Graphomaton::ExporterCapabilities.losses_for(graph, capabilities) end |