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

Packages that use DeepaMehtaObjectModel
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.model   
de.deepamehta.plugins.topicmaps.model   
de.deepamehta.storage.neo4j   
 

Uses of DeepaMehtaObjectModel in de.deepamehta.core
 

Methods in de.deepamehta.core that return DeepaMehtaObjectModel
 DeepaMehtaObjectModel DeepaMehtaObject.getModel()
           
 

Methods in de.deepamehta.core with parameters of type DeepaMehtaObjectModel
 void DeepaMehtaObject.update(DeepaMehtaObjectModel model, ClientState clientState, Directives directives)
           
 

Uses of DeepaMehtaObjectModel in de.deepamehta.core.impl
 

Classes in de.deepamehta.core.impl with type parameters of type DeepaMehtaObjectModel
(package private)  class ObjectIterator<E extends DeepaMehtaObject,M extends DeepaMehtaObjectModel>
           
 

Fields in de.deepamehta.core.impl declared as DeepaMehtaObjectModel
private  DeepaMehtaObjectModel AttachedDeepaMehtaObject.model
           
 

Methods in de.deepamehta.core.impl that return DeepaMehtaObjectModel
 DeepaMehtaObjectModel AttachedDeepaMehtaObject.getModel()
           
 

Methods in de.deepamehta.core.impl with parameters of type DeepaMehtaObjectModel
(package private)  void ValueStorage.associateChildTopic(DeepaMehtaObjectModel parent, long childTopicId, AssociationDefinition assocDef, ClientState clientState)
           
(package private)  void ValueStorage.associateChildTopic(DeepaMehtaObjectModel parent, String childTopicUri, AssociationDefinition assocDef, ClientState clientState)
           
private  void ValueStorage.associateChildTopic(DeepaMehtaObjectModel parent, TopicRoleModel child, AssociationDefinition assocDef, ClientState clientState)
           
(package private)  Topic ValueStorage.associateReferencedChildTopic(DeepaMehtaObjectModel parent, TopicReferenceModel childTopicRef, AssociationDefinition assocDef, ClientState clientState)
          Creates an association between the given parent object ("Parent" role) and the referenced topic ("Child" role).
private  String ValueStorage.buildChildLabel(DeepaMehtaObjectModel parent, String childTypeUri)
           
private  String ValueStorage.buildDefaultLabel(DeepaMehtaObjectModel model)
           
private  String ValueStorage.buildLabel(DeepaMehtaObjectModel model)
           
private  String ValueStorage.buildLabelFromConfig(DeepaMehtaObjectModel model, List<String> labelConfig)
          Builds the specified object model's label according to a label configuration.
(package private)  void ValueStorage.fetchChildTopics(DeepaMehtaObjectModel parent, AssociationDefinition assocDef)
          Recursively fetches the child topic models of the given parent object model and updates it in-place.
(package private)  void ValueStorage.fetchCompositeValue(DeepaMehtaObjectModel parent)
          Recursively fetches the composite value (child topic models) of the given parent object model and updates it in-place.
private  void EmbeddedService.fetchCompositeValue(DeepaMehtaObjectModel model, boolean fetchComposite)
           
private  SimpleValue ValueStorage.getIndexValue(DeepaMehtaObjectModel model)
          Calculates the simple value that is to be indexed for this object.
(package private)  Type ValueStorage.getType(DeepaMehtaObjectModel model)
          Convenience method to get the (attached) type of a DeepaMehta object model.
(package private)  void ValueStorage.indexSimpleValue(DeepaMehtaObjectModel model, IndexMode indexMode)
          Indexes the simple value of the given object model according to the given index mode.
private  void ValueStorage.putInCompositeValue(DeepaMehtaObjectModel parent, Topic childTopic, AssociationDefinition assocDef)
          For single-valued childs
(package private)  void ValueStorage.refreshLabel(DeepaMehtaObjectModel model)
          Prerequisite: this is a composite object.
(package private)  void ValueStorage.setSimpleValue(DeepaMehtaObjectModel model, SimpleValue value)
           
private  void ValueStorage.storeAggregationMany(List<TopicModel> models, DeepaMehtaObjectModel parent, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
private  void ValueStorage.storeAggregationOne(TopicModel model, DeepaMehtaObjectModel parent, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
private  void ValueStorage.storeChildTopics(TopicModel childTopic, List<TopicModel> childTopics, DeepaMehtaObjectModel parent, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
private  void ValueStorage.storeCompositeValue(DeepaMehtaObjectModel parent, ClientState clientState, Directives directives)
          Called to store the initial value of a newly created topic/association.
private  void ValueStorage.storeCompositionMany(List<TopicModel> models, DeepaMehtaObjectModel parent, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
private  void ValueStorage.storeCompositionOne(TopicModel model, DeepaMehtaObjectModel parent, AssociationDefinition assocDef, ClientState clientState, Directives directives)
           
private  void ValueStorage.storeSimpleValue(DeepaMehtaObjectModel model)
          Stores and indexes the simple value of the specified topic or association model.
(package private)  void ValueStorage.storeValue(DeepaMehtaObjectModel model, ClientState clientState, Directives directives)
          Stores and indexes the specified model's value, either a simple value or a composite value (child topics).
 void AttachedDeepaMehtaObject.update(DeepaMehtaObjectModel newModel, ClientState clientState, Directives directives)
           
private  void AttachedDeepaMehtaObject.updateValue(DeepaMehtaObjectModel newModel, ClientState clientState, Directives directives)
           
 

Constructors in de.deepamehta.core.impl with parameters of type DeepaMehtaObjectModel
AttachedDeepaMehtaObject(DeepaMehtaObjectModel model, EmbeddedService dms)
           
 

Uses of DeepaMehtaObjectModel in de.deepamehta.core.model
 

Subclasses of DeepaMehtaObjectModel in de.deepamehta.core.model
 class AssociationDefinitionModel
          Definition of an association between 2 topic types -- part of DeepaMehta's type system, like an association in a class diagram.
 class AssociationModel
          Collection of the data that makes up an Association.
 class AssociationTypeModel
          Collection of the data that makes up an AssociationType.
 class RelatedAssociationModel
           
 class RelatedTopicModel
           
 class TopicDeletionModel
           
 class TopicModel
           
 class TopicReferenceModel
           
 class TopicTypeModel
          Collection of the data that makes up a TopicType.
 class TypeModel
           
 

Methods in de.deepamehta.core.model that return DeepaMehtaObjectModel
 DeepaMehtaObjectModel DeepaMehtaObjectModel.clone()
           
 

Methods in de.deepamehta.core.model with parameters of type DeepaMehtaObjectModel
 void DeepaMehtaObjectModel.set(DeepaMehtaObjectModel model)
           
 

Constructors in de.deepamehta.core.model with parameters of type DeepaMehtaObjectModel
DeepaMehtaObjectModel(DeepaMehtaObjectModel model)
           
 

Uses of DeepaMehtaObjectModel in de.deepamehta.plugins.topicmaps.model
 

Subclasses of DeepaMehtaObjectModel in de.deepamehta.plugins.topicmaps.model
 class AssociationViewmodel
          An association viewmodel as contained in a topicmap viewmodel.
 class TopicViewmodel
          A topic viewmodel as contained in a topicmap viewmodel.
 

Uses of DeepaMehtaObjectModel in de.deepamehta.storage.neo4j
 

Classes in de.deepamehta.storage.neo4j with type parameters of type DeepaMehtaObjectModel
(package private)  class ModelIterator<E extends DeepaMehtaObjectModel>
           
 

Methods in de.deepamehta.storage.neo4j with parameters of type DeepaMehtaObjectModel
private  void Neo4jStorage.setDefaults(DeepaMehtaObjectModel model)
           
 



Copyright © 2014. All Rights Reserved.