Class LocatorImpl
- java.lang.Object
-
- net.ontopia.topicmaps.impl.tmapi2.LocatorImpl
-
- All Implemented Interfaces:
org.tmapi.core.Locator
public class LocatorImpl extends Object implements org.tmapi.core.Locator
INTERNAL: OKS->TMAPI 2 object wrapper.
-
-
Constructor Summary
Constructors Constructor Description LocatorImpl(LocatorIF delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetReference()protected LocatorIFgetWrapped()inthashCode()org.tmapi.core.Locatorresolve(String ref)StringtoExternalForm()
-
-
-
Constructor Detail
-
LocatorImpl
public LocatorImpl(LocatorIF delegate)
-
-
Method Detail
-
getWrapped
protected LocatorIF getWrapped()
-
getReference
public String getReference()
- Specified by:
getReferencein interfaceorg.tmapi.core.Locator
-
resolve
public org.tmapi.core.Locator resolve(String ref)
- Specified by:
resolvein interfaceorg.tmapi.core.Locator
-
toExternalForm
public String toExternalForm()
- Specified by:
toExternalFormin interfaceorg.tmapi.core.Locator
-
equals
public boolean equals(Object obj)
-
-