Uses of Class
nl.tudelft.simulation.yellowpage.Category

Packages that use Category
nl.tudelft.simulation.yellowpage   
 

Uses of Category in nl.tudelft.simulation.yellowpage
 

Methods in nl.tudelft.simulation.yellowpage that return Category
 Category Category.getParent()
          returns the parent of this category
 

Methods in nl.tudelft.simulation.yellowpage with parameters of type Category
static boolean Category.specializationOf(Category cat1, Category cat2)
          determines whether cat1 is a specialization of cat2
 ActorInterface[] YellowPage.findActor(java.lang.String regex, Category category)
           
 ActorInterface[] YellowPage.findActor(Category category)
           
 boolean YellowPage.register(ActorInterface actor, Category category)
           
 ActorInterface[] YellowPageInterface.findActor(java.lang.String regex, Category category)
          finds an actor based on the regex
 ActorInterface[] YellowPageInterface.findActor(Category category)
          finds an actor based on the category
 boolean YellowPageInterface.register(ActorInterface actor, Category category)
          registers an actor
 



Copyright © 2004-2005 Delft University of Technology, the Netherlands. All Rights Reserved.