class Quartz::DotVisitor
- Quartz::DotVisitor
- Reference
- Object
Included Modules
Defined in:
quartz/dot_visitor.crConstructors
Instance Method Summary
- #end_visit(model : CoupledModel)
- #end_visit(model : MultiComponent::Model)
- #to_graph
- #visit(model : CoupledModel)
- #visit(model : MultiComponent::Model)
- #visit(model)
-
#visit_children?(model : MultiComponent::Model)
Visit multipdevs components so that they appear in the graph
Instance methods inherited from module Quartz::Visitor
accept(model)
accept,
end_visit(model)
end_visit,
visit(model)
visit,
visit_children?(model : Coupler)visit_children?(model) visit_children?
Instance methods inherited from class Reference
==(other : Quartz::Any)
==
Instance methods inherited from class Object
===(other : Quartz::Any)
===
Constructor Detail
Instance Method Detail
def visit_children?(model : MultiComponent::Model)
#
Visit multipdevs components so that they appear in the graph