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

Packages that use TypeModel
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.model   
 

Uses of TypeModel in de.deepamehta.core
 

Methods in de.deepamehta.core that return TypeModel
 TypeModel Type.getModel()
           
 

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

Uses of TypeModel in de.deepamehta.core.impl
 

Fields in de.deepamehta.core.impl with type parameters of type TypeModel
private  Map<String,TypeModel> TypeStorageImpl.typeCache
           
 

Methods in de.deepamehta.core.impl that return TypeModel
 TypeModel AttachedType.getModel()
           
private  TypeModel TypeStorageImpl.getType(String typeUri)
           
 

Methods in de.deepamehta.core.impl with parameters of type TypeModel
private  void TypeStorageImpl.putInTypeCache(TypeModel type)
           
(package private)  void TypeStorageImpl.storeType(TypeModel type)
          Stores the type-specific parts of the given type model.
 void AttachedType.update(TypeModel model, ClientState clientState, Directives directives)
           
 

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

Uses of TypeModel in de.deepamehta.core.model
 

Subclasses of TypeModel in de.deepamehta.core.model
 class AssociationTypeModel
          Collection of the data that makes up an AssociationType.
 class TopicTypeModel
          Collection of the data that makes up a TopicType.
 



Copyright © 2014. All Rights Reserved.