Package systems.dmx.core.impl
Class RelatedAssocModelImpl
- java.lang.Object
-
- systems.dmx.core.impl.DMXObjectModelImpl
-
- systems.dmx.core.impl.AssocModelImpl
-
- systems.dmx.core.impl.RelatedAssocModelImpl
-
- All Implemented Interfaces:
Cloneable
,Identifiable
,JSONEnabled
,AssocModel
,DMXObjectModel
,RelatedAssocModel
,RelatedObjectModel
public class RelatedAssocModelImpl extends AssocModelImpl implements RelatedAssocModel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssocModelImpl
getRelatingAssoc()
-
Methods inherited from class systems.dmx.core.impl.AssocModelImpl
clone, createPlayerModel, getOtherPlayerId, getPlayer1, getPlayer2, getPlayerByRole, hasSameRoleTypeUris, matches, playerCount, setPlayer1, setPlayer2, toJSON
-
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, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface systems.dmx.core.model.AssocModel
clone, getOtherPlayerId, getPlayer1, getPlayer2, getPlayerByRole, hasSameRoleTypeUris, matches, playerCount, setPlayer1, setPlayer2
-
Methods inherited from interface systems.dmx.core.model.DMXObjectModel
createPlayerModel, 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
-
getRelatingAssoc
public AssocModelImpl getRelatingAssoc()
- Specified by:
getRelatingAssoc
in interfaceRelatedObjectModel
-
-