neosim.iface
Class ConnectionQuery

java.lang.Object
  |
  +--neosim.iface.ConnectionQuery

public class ConnectionQuery
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ConnectionQuery()
           
 
Method Summary
 java.lang.Object query(Entity e, Connection c)
          Queries a connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionQuery

public ConnectionQuery()
Method Detail

query

public java.lang.Object query(Entity e,
                              Connection c)
Queries a connection. Derived versions can return extra information, such as weights, names of input segments etc, using the connectionId embedded in the connection.
Parameters:
e - the entity to query
c - the connection to query.
Returns:
the response to the query