Package systems.dmx.core.model
Interface AssocTypeModel
- 
- All Superinterfaces:
- Cloneable,- DMXObjectModel,- Identifiable,- Iterable<String>,- JSONEnabled,- TopicModel,- TypeModel
 - All Known Implementing Classes:
- AssocTypeModelImpl
 
 public interface AssocTypeModel extends TypeModel The data that underly anAssocType.A AssocTypeModelcan also be used to provide the data for an association type create or update operation. To instantiate anAssocTypeModeluse theModelFactory.- Author:
- Jörg Richter
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AssocTypeModeladdCompDef(CompDefModel compDef)- 
Methods inherited from interface systems.dmx.core.model.DMXObjectModelcreatePlayerModel, getChildTopics, getId, getSimpleValue, getTypeUri, getUri, set, setChildTopics, setId, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setTypeUri, setUri
 - 
Methods inherited from interface java.lang.IterableforEach, iterator, spliterator
 - 
Methods inherited from interface systems.dmx.core.JSONEnableddump, toJSON
 - 
Methods inherited from interface systems.dmx.core.model.TopicModelclone
 - 
Methods inherited from interface systems.dmx.core.model.TypeModeladdCompDefBefore, getCompDef, getCompDefs, getDataTypeUri, getViewConfig, getViewConfigValue, hasCompDef, removeCompDef, setDataTypeUri, setViewConfig
 
- 
 
- 
- 
- 
Method Detail- 
addCompDefAssocTypeModel addCompDef(CompDefModel compDef) - Specified by:
- addCompDefin interface- TypeModel
- Parameters:
- compDef- the comp def to add. Note: its ID might be uninitialized (-1).
 
 
- 
 
-