Uses of Class
neuroml.network.SynapseDirection

Packages that use SynapseDirection
neuroml.network   
 

Uses of SynapseDirection in neuroml.network
 

Methods in neuroml.network that return SynapseDirection
static SynapseDirection SynapseDirection.fromValue(java.lang.String v)
           
static SynapseDirection SynapseDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SynapseDirection[] SynapseDirection.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in neuroml.network that return types with arguments of type SynapseDirection
 javax.xml.bind.JAXBElement<SynapseDirection> ObjectFactory.createPotentialSynapticLocationSynapseDirection(SynapseDirection value)
          Create an instance of JAXBElement<SynapseDirection>}
 

Methods in neuroml.network with parameters of type SynapseDirection
 javax.xml.bind.JAXBElement<SynapseDirection> ObjectFactory.createPotentialSynapticLocationSynapseDirection(SynapseDirection value)
          Create an instance of JAXBElement<SynapseDirection>}
 



NeuroML API (v1.4)