Bees v0.5.0 API

bees.core.kernel
Class BDomainIdentifier

java.lang.Object
  |
  +--bees.core.kernel.BDomainIdentifier
All Implemented Interfaces:
java.lang.Cloneable

public final class BDomainIdentifier
extends java.lang.Object
implements java.lang.Cloneable

Object used to identify/describe a BDomain.


Method Summary
protected  java.lang.Object clone()
           
 boolean equals(java.lang.Object obj)
           
 KernelString getDescription()
           
 int hashCode()
           
 boolean matches(BDomainIdentifier si)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getDescription

public KernelString getDescription()
Returns:
The description of the BDomain.

matches

public boolean matches(BDomainIdentifier si)
Parameters:
si - The BDomainIdentifier to compare against.
Returns:
True if the given identifier matches this one.

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

clone

protected java.lang.Object clone()
Overrides:
clone in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Bees v0.5.0 API

This documentation is Copyright (C) 2002 The University of Utah. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for Bees v0.5.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/