|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.yellowpage.Category
A Category to be used in storing and finding 'topics' in the YellowPage.
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX
Delft, the Netherlands. All rights reserved.
See for project information
www.simulation.tudelft.nl .
The source code and binary code of this software is proprietary information
of Delft University of Technology.
| Constructor Summary | |
Category(java.lang.String description)
constructs a new Category |
|
| Method Summary | |
Category |
getParent()
returns the parent of this category |
static boolean |
specializationOf(Category cat1,
Category cat2)
determines whether cat1 is a specialization of cat2 |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Category(java.lang.String description)
description - the description of the category| Method Detail |
public Category getParent()
public static boolean specializationOf(Category cat1,
Category cat2)
cat1 - the first categorycat2 - the second category
public java.lang.String toString()
Object.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||