Uses of Interface
systems.dmx.core.model.PlayerModel
-
Packages that use PlayerModel Package Description systems.dmx.core systems.dmx.core.impl systems.dmx.core.model systems.dmx.core.service systems.dmx.core.storage.spi systems.dmx.core.util systems.dmx.storage.neo4j -
-
Uses of PlayerModel in systems.dmx.core
Methods in systems.dmx.core that return PlayerModel Modifier and Type Method Description PlayerModel
Player. getModel()
-
Uses of PlayerModel in systems.dmx.core.impl
Methods in systems.dmx.core.impl that return PlayerModel Modifier and Type Method Description PlayerModel
AssocModelImpl. createPlayerModel(String roleTypeUri)
PlayerModel
DMXObjectModelImpl. createPlayerModel(String roleTypeUri)
PlayerModel
TopicModelImpl. createPlayerModel(String roleTypeUri)
Methods in systems.dmx.core.impl that return types with arguments of type PlayerModel Modifier and Type Method Description List<PlayerModel>
CoreServiceImpl. getPlayerModels(long assocId)
Methods in systems.dmx.core.impl with parameters of type PlayerModel Modifier and Type Method Description AssocModelImpl
ModelFactoryImpl. newAssocModel(long id, String uri, String typeUri, PlayerModel player1, PlayerModel player2)
AssocModelImpl
ModelFactoryImpl. newAssocModel(long id, String uri, String typeUri, PlayerModel player1, PlayerModel player2, SimpleValue value, ChildTopicsModel childTopics)
AssocModelImpl
ModelFactoryImpl. newAssocModel(String typeUri, PlayerModel player1, PlayerModel player2)
AssocModelImpl
ModelFactoryImpl. newAssocModel(String typeUri, PlayerModel player1, PlayerModel player2, ChildTopicsModel childTopics)
void
AssocModelImpl. setPlayer1(PlayerModel player1)
void
AssocModelImpl. setPlayer2(PlayerModel player2)
-
Uses of PlayerModel in systems.dmx.core.model
Subinterfaces of PlayerModel in systems.dmx.core.model Modifier and Type Interface Description interface
AssocPlayerModel
The data that underly anAssocPlayer
.interface
TopicPlayerModel
The data that underly aTopicPlayer
.Methods in systems.dmx.core.model that return PlayerModel Modifier and Type Method Description PlayerModel
PlayerModel. clone()
PlayerModel
DMXObjectModel. createPlayerModel(String roleTypeUri)
PlayerModel
AssocModel. getPlayer1()
PlayerModel
AssocModel. getPlayer2()
PlayerModel
AssocModel. getPlayerByRole(String roleTypeUri)
Methods in systems.dmx.core.model with parameters of type PlayerModel Modifier and Type Method Description void
AssocModel. setPlayer1(PlayerModel player1)
void
AssocModel. setPlayer2(PlayerModel player2)
-
Uses of PlayerModel in systems.dmx.core.service
Methods in systems.dmx.core.service that return types with arguments of type PlayerModel Modifier and Type Method Description List<PlayerModel>
CoreService. getPlayerModels(long assocId)
Methods in systems.dmx.core.service with parameters of type PlayerModel Modifier and Type Method Description AssocModel
ModelFactory. newAssocModel(long id, String uri, String typeUri, PlayerModel player1, PlayerModel player2)
AssocModel
ModelFactory. newAssocModel(long id, String uri, String typeUri, PlayerModel player1, PlayerModel player2, SimpleValue value, ChildTopicsModel childTopics)
AssocModel
ModelFactory. newAssocModel(String typeUri, PlayerModel player1, PlayerModel player2)
AssocModel
ModelFactory. newAssocModel(String typeUri, PlayerModel player1, PlayerModel player2, ChildTopicsModel childTopics)
-
Uses of PlayerModel in systems.dmx.core.storage.spi
Methods in systems.dmx.core.storage.spi that return types with arguments of type PlayerModel Modifier and Type Method Description List<PlayerModel>
DMXStorage. fetchPlayerModels(long assocId)
-
Uses of PlayerModel in systems.dmx.core.util
Methods in systems.dmx.core.util that return PlayerModel Modifier and Type Method Description static PlayerModel[]
DMXUtils. assocAutoTyping(AssocModel assoc, String topicTypeUri1, String topicTypeUri2, String assocTypeUri, String roleTypeUri1, String roleTypeUri2)
static PlayerModel[]
DMXUtils. assocAutoTyping(AssocModel assoc, String topicTypeUri1, String topicTypeUri2, String assocTypeUri, String roleTypeUri1, String roleTypeUri2, java.util.function.Predicate<PlayerModel[]> playerTest)
Retypes the given association if its players match the given topic types.static PlayerModel[]
DMXUtils. getPlayerModels(AssocModel assoc, String topicTypeUri1, String topicTypeUri2)
-
Uses of PlayerModel in systems.dmx.storage.neo4j
Methods in systems.dmx.storage.neo4j that return types with arguments of type PlayerModel Modifier and Type Method Description List<PlayerModel>
Neo4jStorage. fetchPlayerModels(long assocId)
-