Uses of Interface
de.deepamehta.core.Identifiable

Packages that use Identifiable
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.model   
de.deepamehta.plugins.topicmaps.model   
 

Uses of Identifiable in de.deepamehta.core
 

Subinterfaces of Identifiable in de.deepamehta.core
 interface Association
          ### FIXDOC: Specification of an association -- A n-ary connection between topics and other associations.
 interface AssociationDefinition
          Definition of an association between 2 topic types -- part of DeepaMehta's type system, like an association in a class diagram.
 interface AssociationType
           
 interface DeepaMehtaObject
           
 interface RelatedAssociation
          An Association-Association pair.
 interface RelatedTopic
          A Topic-Association pair.
 interface Topic
          Specification of a topic -- DeepaMehta's central data object.
 interface TopicType
          Specification of a topic type -- part of DeepaMehta's type system, like a class.
 interface Type
           
 

Uses of Identifiable in de.deepamehta.core.impl
 

Classes in de.deepamehta.core.impl that implement Identifiable
(package private)  class AttachedAssociation
          An association model that is attached to the DB.
(package private)  class AttachedAssociationDefinition
          An association definition that is attached to the DeepaMehtaService.
(package private)  class AttachedAssociationType
          An association type that is attached to the DeepaMehtaService.
(package private)  class AttachedDeepaMehtaObject
          A DeepaMehta object model that is attached to the DB.
(package private)  class AttachedRelatedAssociation
          An Association-Association pair that is attached to the DeepaMehtaService.
(package private)  class AttachedRelatedTopic
          A Topic-Association pair that is attached to the DeepaMehtaService.
(package private)  class AttachedTopic
          A topic that is attached to the DeepaMehtaService.
(package private)  class AttachedTopicType
          A topic type that is attached to the DeepaMehtaService.
(package private)  class AttachedType
           
 

Uses of Identifiable in de.deepamehta.core.model
 

Classes in de.deepamehta.core.model that implement Identifiable
 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 DeepaMehtaObjectModel
           
 class RelatedAssociationModel
           
 class RelatedTopicModel
           
 class TopicDeletionModel
           
 class TopicModel
           
 class TopicReferenceModel
           
 class TopicTypeModel
          Collection of the data that makes up a TopicType.
 class TypeModel
           
 

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

Classes in de.deepamehta.plugins.topicmaps.model that implement Identifiable
 class AssociationViewmodel
          An association viewmodel as contained in a topicmap viewmodel.
 class TopicViewmodel
          A topic viewmodel as contained in a topicmap viewmodel.
 



Copyright © 2014. All Rights Reserved.