de.deepamehta.core
Interface TopicType

Show UML class diagram
All Superinterfaces:
DeepaMehtaObject, Identifiable, JSONEnabled, Topic, Type
All Known Implementing Classes:
AttachedTopicType

public interface TopicType
extends Type

Specification of a topic type -- part of DeepaMehta's type system, like a class.

Author:
Jörg Richter

Method Summary
 void update(TopicTypeModel model)
           
 
Methods inherited from interface de.deepamehta.core.Type
addAssocDef, addIndexMode, getAssocDef, getAssocDefs, getDataTypeUri, getIndexModes, getLabelConfig, getModel, getViewConfig, getViewConfig, hasAssocDef, removeAssocDef, setDataTypeUri, setLabelConfig, update, updateAssocDef
 
Methods inherited from interface de.deepamehta.core.Topic
loadChildTopics, loadChildTopics, update
 
Methods inherited from interface de.deepamehta.core.DeepaMehtaObject
delete, getAssociation, getAssociations, getChildTopics, getDatabaseVendorObject, getId, getProperty, getRelatedAssociation, getRelatedAssociations, getRelatedTopic, getRelatedTopics, getRelatedTopics, getRelatedTopics, getSimpleValue, getTypeUri, getUri, hasProperty, removeProperty, setChildTopics, setProperty, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setTypeUri, setUri, update, updateChildTopic, updateChildTopics
 
Methods inherited from interface de.deepamehta.core.JSONEnabled
toJSON
 

Method Detail

update

void update(TopicTypeModel model)


Copyright © 2014. All Rights Reserved.