//! Data structures for communicating with external tools.
use ;
use TimeType;
use cratemodel;
use cratetime;
use Action;
/// Represents a *joint transition* of an automaton network.
// impl<T: time::TimeType> Transition<T> {
// /// Returns a JSON string representing the transition.
// pub fn json(&self) -> String {
// serde_json::to_string(self).unwrap()
// }
// }