Package systems.dmx.core.impl
Class TopicModelImpl
- java.lang.Object
-
- systems.dmx.core.impl.DMXObjectModelImpl
-
- systems.dmx.core.impl.TopicModelImpl
-
- All Implemented Interfaces:
Cloneable,Identifiable,JSONEnabled,DMXObjectModel,TopicModel
- Direct Known Subclasses:
AssocTypeModelImpl,RelatedTopicModelImpl
public class TopicModelImpl extends DMXObjectModelImpl implements TopicModel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopicModelclone()PlayerModelcreatePlayerModel(String roleTypeUri)-
Methods inherited from class systems.dmx.core.impl.DMXObjectModelImpl
equals, getChildTopics, getId, getSimpleValue, getTypeUri, getUri, hashCode, set, setChildTopics, setId, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setTypeUri, setUri, toJSON, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface systems.dmx.core.model.DMXObjectModel
getChildTopics, getId, getSimpleValue, getTypeUri, getUri, set, setChildTopics, setId, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setTypeUri, setUri
-
Methods inherited from interface systems.dmx.core.JSONEnabled
dump, toJSON
-
-
-
-
Method Detail
-
createPlayerModel
public PlayerModel createPlayerModel(String roleTypeUri)
- Specified by:
createPlayerModelin interfaceDMXObjectModel- Overrides:
createPlayerModelin classDMXObjectModelImpl
-
clone
public TopicModel clone()
- Specified by:
clonein interfaceDMXObjectModel- Specified by:
clonein interfaceTopicModel- Overrides:
clonein classDMXObjectModelImpl
-
-