ca.nengo.model.impl
Class MockConfigurable.MockChildConfigurable

java.lang.Object
  extended by ca.nengo.model.impl.MockConfigurable
      extended by ca.nengo.model.impl.MockConfigurable.MockChildConfigurable
All Implemented Interfaces:
Configurable
Enclosing class:
MockConfigurable

public static class MockConfigurable.MockChildConfigurable
extends MockConfigurable

A child of MockConfigurable.

Author:
Bryan Tripp

Nested Class Summary
 
Nested classes/interfaces inherited from class ca.nengo.model.impl.MockConfigurable
MockConfigurable.MockChildConfigurable, MockConfigurable.MockLittleConfigurable
 
Constructor Summary
MockConfigurable.MockChildConfigurable(Configuration immutableProperties)
           
 
Method Summary
static Configuration getConstructionTemplate()
           
 java.lang.String getField()
           
 void setField(java.lang.String val)
           
 
Methods inherited from class ca.nengo.model.impl.MockConfigurable
addMultiValuedField, addMultiValuedField, getBooleanField, getConfigurableField, getConfiguration, getFixedCardinalityField, getFloatArrayArrayField, getFloatArrayField, getFloatField, getImmutableField, getIntField, getMultiValuedField, getSimulationModeField, getStringField, getUnitsField, removeMultiValuedField, setBooleanField, setConfigurableField, setFixedCardinalityField, setFloatArrayArrayField, setFloatArrayField, setFloatField, setIntField, setMultiValuedField, setSimulationModeField, setStringField, setUnitsField
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockConfigurable.MockChildConfigurable

public MockConfigurable.MockChildConfigurable(Configuration immutableProperties)
                                       throws StructuralException
Throws:
StructuralException
Method Detail

getConstructionTemplate

public static Configuration getConstructionTemplate()

setField

public void setField(java.lang.String val)

getField

public java.lang.String getField()