Uses of Enum
org.neuroml1.model.network.SynapseDirection
Packages that use SynapseDirection
- 
Uses of SynapseDirection in org.neuroml1.model.network
Fields in org.neuroml1.model.network declared as SynapseDirectionMethods in org.neuroml1.model.network that return SynapseDirectionModifier and TypeMethodDescriptionstatic SynapseDirectionPotentialSynLoc.getSynapseDirection()Gets the value of the synapseDirection property.static SynapseDirectionReturns 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 are declared.Methods in org.neuroml1.model.network that return types with arguments of type SynapseDirectionModifier and TypeMethodDescriptionObjectFactory.createPotentialSynapticLocationSynapseDirection(SynapseDirection value) Methods in org.neuroml1.model.network with parameters of type SynapseDirectionModifier and TypeMethodDescriptionObjectFactory.createPotentialSynapticLocationSynapseDirection(SynapseDirection value) voidPotentialSynLoc.setSynapseDirection(SynapseDirection value) Sets the value of the synapseDirection property.