Uses of Class
de.deepamehta.core.model.TopicRoleModel

Packages that use TopicRoleModel
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.model   
de.deepamehta.storage.neo4j   
 

Uses of TopicRoleModel in de.deepamehta.core
 

Methods in de.deepamehta.core with parameters of type TopicRoleModel
 boolean Association.isPlayer(TopicRoleModel roleModel)
           
 

Uses of TopicRoleModel in de.deepamehta.core.impl
 

Methods in de.deepamehta.core.impl that return TopicRoleModel
 TopicRoleModel AttachedTopicRole.getModel()
           
 

Methods in de.deepamehta.core.impl with parameters of type TopicRoleModel
private  void ValueStorage.associateChildTopic(DeepaMehtaObjectModel parent, TopicRoleModel child, AssociationDefinition assocDef, ClientState clientState)
           
 boolean AttachedAssociation.isPlayer(TopicRoleModel roleModel)
           
 

Constructors in de.deepamehta.core.impl with parameters of type TopicRoleModel
AttachedTopicRole(TopicRoleModel model, Association assoc, EmbeddedService dms)
           
 

Uses of TopicRoleModel in de.deepamehta.core.model
 

Methods in de.deepamehta.core.model that return TopicRoleModel
private static TopicRoleModel AssociationDefinitionModel.childRoleModel(String childTypeUri)
           
private static TopicRoleModel AssociationDefinitionModel.parentRoleModel(String parentTypeUri)
           
 

Uses of TopicRoleModel in de.deepamehta.storage.neo4j
 

Methods in de.deepamehta.storage.neo4j with parameters of type TopicRoleModel
private  org.neo4j.graphdb.Node Neo4jStorage.fetchTopicPlayerNode(TopicRoleModel roleModel)
           
 



Copyright © 2014. All Rights Reserved.