neosim.iface
Class EntityQuery

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

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

See Also:
Serialized Form

Constructor Summary
EntityQuery()
           
 
Method Summary
 java.lang.Object query(Entity e)
          Queries an entity's state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityQuery

public EntityQuery()
Method Detail

query

public java.lang.Object query(Entity e)
Queries an entity's state. Derived classes should override this to perform the relevant query.
Parameters:
e - the entity to query
Returns:
the response to the query