All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class eduni.simjava.Sim_from_p
java.lang.Object
   |
   +----eduni.simjava.Sim_predicate
           |
           +----eduni.simjava.Sim_from_p
  -  public class Sim_from_p
  
-  extends Sim_predicate
  
A predicate which selects events from a specific entity, out of the
 deferred event queue.
    -  See Also:
    
 -  Sim_predicate
 
  
  -  
	Sim_from_p(int)
   -  Constructor.
 
  
  -  
	match(Sim_event)
   -  The match function called by Sim_system.sim_select(),
 not used directly by the user.
 
  
Sim_from_p
 public Sim_from_p(int source_ent)
  -  Constructor.
  
    -  Parameters:
    
 -  source_ent - The id number of the source entity to look for
    
 -  Returns:
    
 -  s A new predicate which selects events sent from the entity
          source_ent
  
 
 
 
  
match
 public boolean match(Sim_event ev)
  -  The match function called by Sim_system.sim_select(),
 not used directly by the user.
  
    -  Overrides:
    
 -  match in class Sim_predicate
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index