Package systems.dmx.core
Interface RelatedAssoc
-
- All Superinterfaces:
Assoc
,DMXObject
,Identifiable
,JSONEnabled
,RelatedObject
public interface RelatedAssoc extends RelatedObject, Assoc
An Assoc-Assoc pair.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelatedAssocModel
getModel()
-
Methods inherited from interface systems.dmx.core.Assoc
getDMXObject1, getDMXObject2, getDMXObjectByRole, getDMXObjectByType, getOtherPlayerId, getPlayer1, getPlayer2, getPlayerByRole, hasSameRoleTypeUris, matches, playerCount
-
Methods inherited from interface systems.dmx.core.DMXObject
checkWriteAccess, delete, getAssoc, getAssocs, getChildTopics, getDatabaseVendorObject, getId, getProperty, getRelatedAssoc, getRelatedAssocs, getRelatedAssocs, getRelatedTopic, getRelatedTopics, getRelatedTopics, getSimpleValue, getType, getTypeUri, getUri, hasProperty, loadChildTopics, loadChildTopics, removeProperty, setProperty, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setTypeUri, setUri, update, update, updateChildTopics
-
Methods inherited from interface systems.dmx.core.JSONEnabled
dump, toJSON
-
Methods inherited from interface systems.dmx.core.RelatedObject
getRelatingAssoc
-
-
-
-
Method Detail
-
getModel
RelatedAssocModel getModel()
-
-