|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.infoset.impl.basic.AbstractLocator
public abstract class AbstractLocator
INTERNAL: The abstract locator class. All locator implementations should extend this class.
Constructor Summary | |
---|---|
AbstractLocator()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
PUBLIC: Two LocatorIFs are considered equal if they have the same address and notation properties. |
int |
hashCode()
PUBLIC: Returns the hashcode of the address property. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.ontopia.infoset.core.LocatorIF |
---|
getAddress, getExternalForm, getNotation, resolveAbsolute |
Constructor Detail |
---|
public AbstractLocator()
Method Detail |
---|
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |