Package org.bigraphs.framework.converter
Interface ReactionGraphPrettyPrinter<B extends AbstractTransitionSystem<?,?>>
- All Superinterfaces:
PrettyPrinter<B>
- All Known Implementing Classes:
DOTReactionGraphExporter
public interface ReactionGraphPrettyPrinter<B extends AbstractTransitionSystem<?,?>>
extends PrettyPrinter<B>
General interface for all exporters handling transition system objects.
- Author:
- Dominik Grzelak
-
Method Summary
Modifier and TypeMethodDescriptionvoid
toOutputStream
(B transitionSystem, OutputStream outputStream)
-
Method Details
-
toString
-
toOutputStream
- Throws:
IOException
-