All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class simdistalg.Sim_from_name_p

java.lang.Object
   |
   +----eduni.simjava.Sim_predicate
           |
           +----simdistalg.Sim_from_name_p

public class Sim_from_name_p
extends Sim_predicate

Constructor Index

 o Sim_from_name_p(String)
 o Sim_from_name_p(String, String)
 o Sim_from_name_p(String, String, int)

Method Index

 o match(Sim_event)

Constructors

 o Sim_from_name_p
 public Sim_from_name_p(String name)
 o Sim_from_name_p
 public Sim_from_name_p(String f_name,
                        String t_name)
 o Sim_from_name_p
 public Sim_from_name_p(String f_name,
                        String t_name,
                        int t)

Methods

 o match
 public boolean match(Sim_event event)
Overrides:
match in class Sim_predicate

All Packages  Class Hierarchy  This Package  Previous  Next  Index