Uses of Interface
systems.dmx.core.RelatedObject
-
Packages that use RelatedObject Package Description systems.dmx.core -
-
Uses of RelatedObject in systems.dmx.core
Subinterfaces of RelatedObject in systems.dmx.core Modifier and Type Interface Description interface
RelatedAssoc
An Assoc-Assoc pair.interface
RelatedTopic
A Topic-Assoc pair.Methods in systems.dmx.core with type parameters of type RelatedObject Modifier and Type Method Description <O extends RelatedObject>
OPlayer. getDMXObject()
<O extends RelatedObject>
OAssoc. getDMXObjectByRole(String roleTypeUri)
TODO: rename method to "getPlayerObjectByRole"<O extends RelatedObject>
OAssoc. getDMXObjectByType(String topicTypeUri)
TODO: rename method to "getPlayerObjectByType"
-