Class RoleImpl
java.lang.Object
net.ontopia.topicmaps.impl.tmapi2.ReifiableImpl
net.ontopia.topicmaps.impl.tmapi2.RoleImpl
- All Implemented Interfaces:
org.tmapi.core.Construct,org.tmapi.core.Reifiable,org.tmapi.core.Role,org.tmapi.core.Typed
INTERNAL: OKS->TMAPI 2 object wrapper.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddItemIdentifier(org.tmapi.core.Locator iid) booleangetId()Set<org.tmapi.core.Locator>org.tmapi.core.Associationorg.tmapi.core.Topicorg.tmapi.core.TopicgetType()inthashCode()voidremove()voidremoveItemIdentifier(org.tmapi.core.Locator iid) voidsetPlayer(org.tmapi.core.Topic player) voidsetType(org.tmapi.core.Topic type) Methods inherited from class net.ontopia.topicmaps.impl.tmapi2.ReifiableImpl
getReifier, setReifierMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.tmapi.core.Construct
addItemIdentifier, equals, getId, getItemIdentifiers, getTopicMap, hashCode, remove, removeItemIdentifierMethods inherited from interface org.tmapi.core.Reifiable
getReifier, setReifier
-
Field Details
-
topicMap
-
-
Constructor Details
-
RoleImpl
-
-
Method Details
-
getWrapped
-
getParent
public org.tmapi.core.Association getParent()- Specified by:
getParentin interfaceorg.tmapi.core.Construct- Specified by:
getParentin interfaceorg.tmapi.core.Role
-
getPlayer
public org.tmapi.core.Topic getPlayer()- Specified by:
getPlayerin interfaceorg.tmapi.core.Role
-
setPlayer
public void setPlayer(org.tmapi.core.Topic player) - Specified by:
setPlayerin interfaceorg.tmapi.core.Role
-
getType
public org.tmapi.core.Topic getType()- Specified by:
getTypein interfaceorg.tmapi.core.Typed
-
setType
public void setType(org.tmapi.core.Topic type) - Specified by:
setTypein interfaceorg.tmapi.core.Typed
-
getId
- Specified by:
getIdin interfaceorg.tmapi.core.Construct
-
getItemIdentifiers
- Specified by:
getItemIdentifiersin interfaceorg.tmapi.core.Construct
-
addItemIdentifier
public void addItemIdentifier(org.tmapi.core.Locator iid) - Specified by:
addItemIdentifierin interfaceorg.tmapi.core.Construct
-
removeItemIdentifier
public void removeItemIdentifier(org.tmapi.core.Locator iid) - Specified by:
removeItemIdentifierin interfaceorg.tmapi.core.Construct
-
getTopicMap
- Specified by:
getTopicMapin interfaceorg.tmapi.core.Construct
-
remove
public void remove()- Specified by:
removein interfaceorg.tmapi.core.Construct
-
equals
-
hashCode
public int hashCode()
-