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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TopicModelclone()PlayerModelcreatePlayerModel(String roleTypeUri)- 
Methods inherited from class systems.dmx.core.impl.DMXObjectModelImplequals, getChildTopics, getId, getSimpleValue, getTypeUri, getUri, hashCode, set, setChildTopics, setId, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setTypeUri, setUri, toJSON, toString
 - 
Methods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface systems.dmx.core.model.DMXObjectModelgetChildTopics, getId, getSimpleValue, getTypeUri, getUri, set, setChildTopics, setId, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setTypeUri, setUri
 - 
Methods inherited from interface systems.dmx.core.JSONEnableddump, toJSON
 
- 
 
- 
- 
- 
Method Detail- 
createPlayerModelpublic PlayerModel createPlayerModel(String roleTypeUri) - Specified by:
- createPlayerModelin interface- DMXObjectModel
- Overrides:
- createPlayerModelin class- DMXObjectModelImpl
 
 - 
clonepublic TopicModel clone() - Specified by:
- clonein interface- DMXObjectModel
- Specified by:
- clonein interface- TopicModel
- Overrides:
- clonein class- DMXObjectModelImpl
 
 
- 
 
-