Package org.lemsml.export.vhdl.edlems
Class EDSimulation
- java.lang.Object
-
- org.lemsml.export.vhdl.edlems.EDSimulation
-
public class EDSimulation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ArrayList<EDDisplay>
displays
String
dt
ArrayList<EDEventConnection>
eventConnections
ArrayList<EDComponent>
neuronComponents
ArrayList<EDComponent>
neuronInstances
String
simlength
String
steps
int
synapseCount
-
Constructor Summary
Constructors Constructor Description EDSimulation()
-
-
-
Field Detail
-
dt
public String dt
-
simlength
public String simlength
-
steps
public String steps
-
synapseCount
public int synapseCount
-
neuronComponents
public ArrayList<EDComponent> neuronComponents
-
neuronInstances
public ArrayList<EDComponent> neuronInstances
-
eventConnections
public ArrayList<EDEventConnection> eventConnections
-
-