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

Packages that use ChildTopicsModel
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.model   
de.deepamehta.plugins.facets.model   
de.deepamehta.plugins.geomaps   
de.deepamehta.plugins.topicmaps   
 

Uses of ChildTopicsModel in de.deepamehta.core
 

Methods in de.deepamehta.core that return ChildTopicsModel
 ChildTopicsModel ChildTopics.getModel()
           
 

Methods in de.deepamehta.core with parameters of type ChildTopicsModel
 ChildTopics ChildTopics.add(String childTypeUri, ChildTopicsModel value)
           
 ChildTopics ChildTopics.addRef(String childTypeUri, long refTopicId, ChildTopicsModel relatingAssocChildTopics)
           
 ChildTopics ChildTopics.addRef(String childTypeUri, String refTopicUri, ChildTopicsModel relatingAssocChildTopics)
           
 ChildTopics ChildTopics.set(String childTypeUri, ChildTopicsModel value)
          Convenience method to set the composite value of a child.
 void DeepaMehtaObject.setChildTopics(ChildTopicsModel childTopics)
           
 ChildTopics ChildTopics.setRef(String childTypeUri, long refTopicId, ChildTopicsModel relatingAssocChildTopics)
           
 ChildTopics ChildTopics.setRef(String childTypeUri, String refTopicUri, ChildTopicsModel relatingAssocChildTopics)
           
 

Uses of ChildTopicsModel in de.deepamehta.core.impl
 

Fields in de.deepamehta.core.impl declared as ChildTopicsModel
private  ChildTopicsModel AttachedChildTopics.model
           
 

Methods in de.deepamehta.core.impl that return ChildTopicsModel
 ChildTopicsModel AttachedChildTopics.getModel()
           
 

Methods in de.deepamehta.core.impl with parameters of type ChildTopicsModel
 ChildTopics AttachedChildTopics.add(String childTypeUri, ChildTopicsModel value)
           
 ChildTopics AttachedChildTopics.addRef(String childTypeUri, long refTopicId, ChildTopicsModel relatingAssocChildTopics)
           
 ChildTopics AttachedChildTopics.addRef(String childTypeUri, String refTopicUri, ChildTopicsModel relatingAssocChildTopics)
           
 ChildTopics AttachedChildTopics.set(String childTypeUri, ChildTopicsModel value)
           
 void AttachedDeepaMehtaObject.setChildTopics(ChildTopicsModel childTopics)
           
 ChildTopics AttachedChildTopics.setRef(String childTypeUri, long refTopicId, ChildTopicsModel relatingAssocChildTopics)
           
 ChildTopics AttachedChildTopics.setRef(String childTypeUri, String refTopicUri, ChildTopicsModel relatingAssocChildTopics)
           
(package private)  void AttachedChildTopics.update(ChildTopicsModel newComp)
           
(package private)  void AttachedTopic.updateChildTopics(ChildTopicsModel childTopics)
           
(package private) abstract  void AttachedDeepaMehtaObject.updateChildTopics(ChildTopicsModel childTopics)
           
(package private)  void AttachedAssociation.updateChildTopics(ChildTopicsModel childTopics)
           
 

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

Uses of ChildTopicsModel in de.deepamehta.core.model
 

Fields in de.deepamehta.core.model declared as ChildTopicsModel
protected  ChildTopicsModel DeepaMehtaObjectModel.childTopics
           
 

Methods in de.deepamehta.core.model that return ChildTopicsModel
 ChildTopicsModel ChildTopicsModel.add(String childTypeUri, RelatedTopicModel value)
          Adds a value to a multiple-valued child.
 ChildTopicsModel ChildTopicsModel.add(String childTypeUri, TopicModel value)
           
 ChildTopicsModel ChildTopicsModel.addDeletionRef(String childTypeUri, long refTopicId)
          Adds a by-ID topic deletion reference to a multiple-valued child.
 ChildTopicsModel ChildTopicsModel.addRef(String childTypeUri, long refTopicId)
          Adds a by-ID topic reference to a multiple-valued child.
 ChildTopicsModel ChildTopicsModel.addRef(String childTypeUri, String refTopicUri)
          Adds a by-URI topic reference to a multiple-valued child.
 ChildTopicsModel ChildTopicsModel.clone()
           
 ChildTopicsModel DeepaMehtaObjectModel.getChildTopicsModel()
           
 ChildTopicsModel ChildTopicsModel.getChildTopicsModel(String childTypeUri)
          Convenience accessor for the *composite* value of a single-valued child.
 ChildTopicsModel ChildTopicsModel.getChildTopicsModel(String childTypeUri, ChildTopicsModel defaultValue)
          Convenience accessor for the *composite* value of a single-valued child.
 ChildTopicsModel ChildTopicsModel.put(String childTypeUri, ChildTopicsModel value)
          Convenience method to put a *composite* value in a single-valued child.
 ChildTopicsModel ChildTopicsModel.put(String childTypeUri, List<RelatedTopicModel> values)
          Sets the values of a multiple-valued child.
 ChildTopicsModel ChildTopicsModel.put(String childTypeUri, Object value)
          Convenience method to put a *simple* value in a single-valued child.
 ChildTopicsModel ChildTopicsModel.put(String childTypeUri, RelatedTopicModel value)
          Puts a value in a single-valued child.
 ChildTopicsModel ChildTopicsModel.put(String childTypeUri, TopicModel value)
           
 ChildTopicsModel ChildTopicsModel.putRef(String childTypeUri, long refTopicId)
          Puts a by-ID topic reference in a single-valued child.
 ChildTopicsModel ChildTopicsModel.putRef(String childTypeUri, String refTopicUri)
          Puts a by-URI topic reference in a single-valued child.
 ChildTopicsModel ChildTopicsModel.remove(String childTypeUri)
          Removes a single-valued child.
 ChildTopicsModel ChildTopicsModel.remove(String childTypeUri, TopicModel value)
          Removes a value from a multiple-valued child.
 

Methods in de.deepamehta.core.model with parameters of type ChildTopicsModel
 ChildTopicsModel ChildTopicsModel.getChildTopicsModel(String childTypeUri, ChildTopicsModel defaultValue)
          Convenience accessor for the *composite* value of a single-valued child.
 ChildTopicsModel ChildTopicsModel.put(String childTypeUri, ChildTopicsModel value)
          Convenience method to put a *composite* value in a single-valued child.
 void DeepaMehtaObjectModel.setChildTopicsModel(ChildTopicsModel childTopics)
           
 

Constructors in de.deepamehta.core.model with parameters of type ChildTopicsModel
AssociationModel(ChildTopicsModel childTopics)
           
AssociationModel(long id, String uri, String typeUri, RoleModel roleModel1, RoleModel roleModel2, SimpleValue value, ChildTopicsModel childTopics)
           
AssociationModel(String typeUri, RoleModel roleModel1, RoleModel roleModel2, ChildTopicsModel childTopics)
           
DeepaMehtaObjectModel(ChildTopicsModel childTopics)
           
DeepaMehtaObjectModel(long id, ChildTopicsModel childTopics)
           
DeepaMehtaObjectModel(long id, String typeUri, ChildTopicsModel childTopics)
           
DeepaMehtaObjectModel(long id, String uri, String typeUri, SimpleValue value, ChildTopicsModel childTopics)
           
DeepaMehtaObjectModel(String typeUri, ChildTopicsModel childTopics)
           
DeepaMehtaObjectModel(String uri, String typeUri, ChildTopicsModel childTopics)
           
RelatedTopicModel(String topicTypeUri, ChildTopicsModel childTopics)
           
TopicModel(ChildTopicsModel childTopics)
           
TopicModel(long id, ChildTopicsModel childTopics)
           
TopicModel(long id, String uri, String typeUri, SimpleValue value, ChildTopicsModel childTopics)
           
TopicModel(String typeUri, ChildTopicsModel childTopics)
           
TopicModel(String uri, String typeUri, ChildTopicsModel childTopics)
           
TopicReferenceModel(long topicId, ChildTopicsModel relatingAssocChildTopics)
           
TopicReferenceModel(String topicUri, ChildTopicsModel relatingAssocChildTopics)
           
 

Uses of ChildTopicsModel in de.deepamehta.plugins.facets.model
 

Subclasses of ChildTopicsModel in de.deepamehta.plugins.facets.model
 class FacetValue
          A facet value as used in update facet calls.
 

Methods in de.deepamehta.plugins.facets.model with parameters of type ChildTopicsModel
 FacetValue FacetValue.put(ChildTopicsModel value)
          Convenience method to put a *composite* value in a single-valued facet.
 

Uses of ChildTopicsModel in de.deepamehta.plugins.geomaps
 

Methods in de.deepamehta.plugins.geomaps that return ChildTopicsModel
 ChildTopicsModel GeomapRenderer.initialTopicmapState()
           
 

Constructors in de.deepamehta.plugins.geomaps with parameters of type ChildTopicsModel
GeomapsPlugin.Address(ChildTopicsModel address)
           
 

Uses of ChildTopicsModel in de.deepamehta.plugins.topicmaps
 

Methods in de.deepamehta.plugins.topicmaps that return ChildTopicsModel
 ChildTopicsModel TopicmapRenderer.initialTopicmapState()
           
 ChildTopicsModel DefaultTopicmapRenderer.initialTopicmapState()
           
 



Copyright © 2015. All Rights Reserved.