Uses of Class
neuroml.network.Connection

Packages that use Connection
neuroml.network   
 

Uses of Connection in neuroml.network
 

Fields in neuroml.network with type parameters of type Connection
protected  java.util.List<Connection> Connections.connection
           
 

Methods in neuroml.network that return Connection
 Connection ObjectFactory.createConnection()
          Create an instance of Connection
 

Methods in neuroml.network that return types with arguments of type Connection
 java.util.List<Connection> Connections.getConnection()
          Gets the value of the connection property.
 



NeuroML API (v1.4)