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 boolean
equals(Object obj)
String
getReference()
protected LocatorIF
getWrapped()
int
hashCode()
org.tmapi.core.Locator
resolve(String ref)
String
toExternalForm()
-
-
-
Constructor Detail
-
LocatorImpl
public LocatorImpl(LocatorIF delegate)
-
-
Method Detail
-
getWrapped
protected LocatorIF getWrapped()
-
getReference
public String getReference()
- Specified by:
getReference
in interfaceorg.tmapi.core.Locator
-
resolve
public org.tmapi.core.Locator resolve(String ref)
- Specified by:
resolve
in interfaceorg.tmapi.core.Locator
-
toExternalForm
public String toExternalForm()
- Specified by:
toExternalForm
in interfaceorg.tmapi.core.Locator
-
equals
public boolean equals(Object obj)
-
-