Package systems.dmx.core.model
Interface RelatedAssocModel
-
- All Superinterfaces:
AssocModel,Cloneable,DMXObjectModel,Identifiable,JSONEnabled,RelatedObjectModel
- All Known Implementing Classes:
RelatedAssocModelImpl
public interface RelatedAssocModel extends AssocModel, RelatedObjectModel
-
-
Method Summary
-
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
-
Methods inherited from interface systems.dmx.core.model.RelatedObjectModel
getRelatingAssoc
-
-