public void testReset() throws StructuralException, SimulationException
{
NetworkImpl net = new NetworkImpl();
NEFEnsembleFactoryImpl ef = new NEFEnsembleFactoryImpl();
NEFEnsembleImpl a = (NEFEnsembleImpl)ef.make("a", 10, 1);
a.addDecodedTermination("input", new float[][]{new float[]{1}}, 0.01f, false);
net.addNode(a);
FunctionInput fin = new FunctionInput("fin", new Function[]{new ConstantFunction(1,0)}, Units.UNK);