Uses of Interface
systems.dmx.core.model.DMXObjectModel
-
Packages that use DMXObjectModel Package Description systems.dmx.core systems.dmx.core.impl systems.dmx.core.model systems.dmx.core.model.topicmaps systems.dmx.core.util -
-
Uses of DMXObjectModel in systems.dmx.core
Methods in systems.dmx.core with type parameters of type DMXObjectModel Modifier and Type Method Description <M extends DMXObjectModel>
voidDMXObject. update(M updateModel)
Methods in systems.dmx.core that return DMXObjectModel Modifier and Type Method Description DMXObjectModel
DMXObject. getModel()
-
Uses of DMXObjectModel in systems.dmx.core.impl
Classes in systems.dmx.core.impl that implement DMXObjectModel Modifier and Type Class Description class
AssocModelImpl
Data that underly anAssoc
.class
AssocTypeModelImpl
Data that underlies aAssocType
.class
DMXObjectModelImpl
class
RelatedAssocModelImpl
class
RelatedTopicModelImpl
class
TopicModelImpl
Methods in systems.dmx.core.impl that return DMXObjectModel Modifier and Type Method Description DMXObjectModel
DMXObjectModelImpl. clone()
Methods in systems.dmx.core.impl with parameters of type DMXObjectModel Modifier and Type Method Description void
DMXObjectModelImpl. set(DMXObjectModel object)
-
Uses of DMXObjectModel in systems.dmx.core.model
Subinterfaces of DMXObjectModel in systems.dmx.core.model Modifier and Type Interface Description interface
AssocModel
The data that underly anAssoc
.interface
AssocTypeModel
The data that underly anAssocType
.interface
CompDefModel
The data that underly aCompDef
.interface
RelatedAssocModel
interface
RelatedObjectModel
interface
RelatedTopicModel
interface
RoleTypeModel
Data that underlies aRoleType
.interface
TopicDeletionModel
interface
TopicModel
The data that underly aTopic
.interface
TopicReferenceModel
interface
TopicTypeModel
The data that underly aTopicType
.interface
TypeModel
Methods in systems.dmx.core.model that return DMXObjectModel Modifier and Type Method Description DMXObjectModel
DMXObjectModel. clone()
Methods in systems.dmx.core.model with parameters of type DMXObjectModel Modifier and Type Method Description void
DMXObjectModel. set(DMXObjectModel object)
-
Uses of DMXObjectModel in systems.dmx.core.model.topicmaps
Subinterfaces of DMXObjectModel in systems.dmx.core.model.topicmaps Modifier and Type Interface Description interface
ViewAssoc
An association viewmodel as contained in a topicmap viewmodel.interface
ViewTopic
A topic viewmodel as contained in a topicmap viewmodel. -
Uses of DMXObjectModel in systems.dmx.core.util
Methods in systems.dmx.core.util with type parameters of type DMXObjectModel Modifier and Type Method Description static <T extends DMXObjectModel>
TDMXUtils. findByValue(SimpleValue value, Iterable<T> objects)
-