DynamicNet

Type Alias DynamicNet 

Source
pub type DynamicNet<E> = DynamicSimulation<PetriNetInfo, E>;
Expand description

Represents a dynamic net.

Aliased Type§

pub enum DynamicNet<E> {
    Default(PetriNetInfo),
    Simulated(E),
}

Variants§

§

Default(PetriNetInfo)

Variant for the default S type.

§

Simulated(E)

Variant for the E type.