Uses of Interface
systems.dmx.core.model.TypeModel
-
Packages that use TypeModel Package Description systems.dmx.core systems.dmx.core.impl systems.dmx.core.model -
-
Uses of TypeModel in systems.dmx.core
Methods in systems.dmx.core that return TypeModel Modifier and Type Method Description TypeModel
DMXType. getModel()
Methods in systems.dmx.core with parameters of type TypeModel Modifier and Type Method Description void
DMXType. update(TypeModel model)
-
Uses of TypeModel in systems.dmx.core.impl
Classes in systems.dmx.core.impl that implement TypeModel Modifier and Type Class Description class
AssocTypeModelImpl
Data that underlies aAssocType
. -
Uses of TypeModel in systems.dmx.core.model
Subinterfaces of TypeModel in systems.dmx.core.model Modifier and Type Interface Description interface
AssocTypeModel
The data that underly anAssocType
.interface
TopicTypeModel
The data that underly aTopicType
.Methods in systems.dmx.core.model that return TypeModel Modifier and Type Method Description TypeModel
TypeModel. addCompDef(CompDefModel compDef)
TypeModel
TypeModel. addCompDefBefore(CompDefModel compDef, String beforeCompDefUri)
-