pub type DynamicNet<E> = DynamicSimulation<PetriNetInfo, E>;
Expand description
Represents a dynamic net.
Aliased Type§
pub enum DynamicNet<E> {
Default(PetriNetInfo),
Simulated(E),
}
pub type DynamicNet<E> = DynamicSimulation<PetriNetInfo, E>;
Represents a dynamic net.
pub enum DynamicNet<E> {
Default(PetriNetInfo),
Simulated(E),
}