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

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

Uses of RoleModel in de.deepamehta.core
 

Methods in de.deepamehta.core that return RoleModel
 RoleModel Role.getModel()
           
 

Methods in de.deepamehta.core with parameters of type RoleModel
 Role Association.getRole(RoleModel roleModel)
          Returns this association's role which refers to the same object as the given role model.
 

Uses of RoleModel in de.deepamehta.core.impl
 

Fields in de.deepamehta.core.impl declared as RoleModel
private  RoleModel AttachedViewConfiguration.configurable
           
private  RoleModel AttachedRole.model
           
 

Methods in de.deepamehta.core.impl that return RoleModel
(package private)  RoleModel TypeStorageImpl.createConfigurableAssocDef(long assocDefId)
           
(package private)  RoleModel TypeStorageImpl.createConfigurableType(long typeId)
           
 RoleModel AttachedRole.getModel()
           
 

Methods in de.deepamehta.core.impl with parameters of type RoleModel
(package private)  Association EmbeddedService.createAssociation(String typeUri, RoleModel roleModel1, RoleModel roleModel2)
          Convenience method.
(package private)  Association EmbeddedService.createAssociation(String typeUri, RoleModel roleModel1, RoleModel roleModel2, ClientState clientState)
          Convenience method.
private  Role AttachedAssociation.createAttachedRole(RoleModel model)
           
private  TopicModel TypeStorageImpl.fetchViewConfigTopic(RoleModel configurable, String configTypeUri)
           
 Role AttachedAssociation.getRole(RoleModel roleModel)
           
private  void TypeStorageImpl.storeViewConfig(RoleModel configurable, ViewConfigurationModel viewConfig)
           
(package private)  void TypeStorageImpl.storeViewConfigSetting(RoleModel configurable, String configTypeUri, String settingUri, Object value)
          Prerequisite: for the configurable a config topic of type configTypeUri exists in the DB.
(package private)  void TypeStorageImpl.storeViewConfigTopic(RoleModel configurable, TopicModel configTopic)
           
private  void AttachedAssociation.updateRole(RoleModel newModel, int nr)
           
 

Constructors in de.deepamehta.core.impl with parameters of type RoleModel
AttachedRole(RoleModel model, Association assoc, EmbeddedService dms)
           
AttachedViewConfiguration(RoleModel configurable, ViewConfigurationModel model, EmbeddedService dms)
           
 

Uses of RoleModel in de.deepamehta.core.model
 

Subclasses of RoleModel in de.deepamehta.core.model
 class AssociationRoleModel
          The role an association plays in an association.
 class TopicRoleModel
          The role a topic plays in an association.
 

Fields in de.deepamehta.core.model declared as RoleModel
private  RoleModel AssociationModel.roleModel1
           
private  RoleModel AssociationModel.roleModel2
           
 

Methods in de.deepamehta.core.model that return RoleModel
 RoleModel RoleModel.clone()
           
 RoleModel AssociationModel.createRoleModel(String roleTypeUri)
           
 RoleModel TopicModel.createRoleModel(String roleTypeUri)
           
abstract  RoleModel DeepaMehtaObjectModel.createRoleModel(String roleTypeUri)
           
 RoleModel AssociationModel.getRoleModel(String roleTypeUri)
           
 RoleModel AssociationModel.getRoleModel1()
           
 RoleModel AssociationModel.getRoleModel2()
           
private  RoleModel AssociationModel.parseRole(JSONObject roleModel)
           
 

Methods in de.deepamehta.core.model with parameters of type RoleModel
 boolean AssociationRoleModel.refsSameObject(RoleModel model)
           
abstract  boolean RoleModel.refsSameObject(RoleModel model)
          Checks weather the given role model refers to the same object as this role model.
 boolean TopicRoleModel.refsSameObject(RoleModel model)
           
 

Constructors in de.deepamehta.core.model with parameters of type RoleModel
AssociationModel(long id, String uri, String typeUri, RoleModel roleModel1, RoleModel roleModel2)
           
AssociationModel(long id, String uri, String typeUri, RoleModel roleModel1, RoleModel roleModel2, SimpleValue value, CompositeValueModel composite)
           
AssociationModel(String typeUri, RoleModel roleModel1, RoleModel roleModel2)
           
AssociationModel(String typeUri, RoleModel roleModel1, RoleModel roleModel2, CompositeValueModel composite)
           
 

Uses of RoleModel in de.deepamehta.storage.neo4j
 

Methods in de.deepamehta.storage.neo4j that return RoleModel
(package private) abstract  RoleModel NodeType.createRoleModel(org.neo4j.graphdb.Node node, String roleTypeUri)
           
 

Methods in de.deepamehta.storage.neo4j that return types with arguments of type RoleModel
private  List<RoleModel> Neo4jStorage.buildRoleModels(org.neo4j.graphdb.Node assocNode)
           
 

Methods in de.deepamehta.storage.neo4j with parameters of type RoleModel
private  org.neo4j.graphdb.Node Neo4jStorage.fetchPlayerNode(RoleModel roleModel)
           
private  org.neo4j.graphdb.Node Neo4jStorage.storePlayerRelationship(org.neo4j.graphdb.Node assocNode, RoleModel roleModel)
           
 



Copyright © 2014. All Rights Reserved.