public final class SimulationData
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isKnownSimulationFormatExtension(java.lang.String extension) |
static void |
plot(Cell cell,
java.net.URL url,
WaveformWindow ww)
Plot the simulation data for cell found at url in ww.
|
static void |
plotGuessed(Cell cell,
WaveformWindow ww)
Based on the provided cell, make an educated guess
about which simulation file the user has in mind, and plot
that.
|
static Stimuli |
processInput(Cell cell,
java.net.URL url) |
static Stimuli |
processInput(Cell cell,
java.net.URL url,
java.lang.String netDelimeter) |
public static boolean isKnownSimulationFormatExtension(java.lang.String extension)
public static void plotGuessed(Cell cell, WaveformWindow ww)
public static void plot(Cell cell, java.net.URL url, WaveformWindow ww)