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 DMXObjectModelDMXObject. getModel() -
Uses of DMXObjectModel in systems.dmx.core.impl
Classes in systems.dmx.core.impl that implement DMXObjectModel Modifier and Type Class Description classAssocModelImplData that underly anAssoc.classAssocTypeModelImplData that underlies aAssocType.classDMXObjectModelImplclassRelatedAssocModelImplclassRelatedTopicModelImplclassTopicModelImplMethods in systems.dmx.core.impl that return DMXObjectModel Modifier and Type Method Description DMXObjectModelDMXObjectModelImpl. clone()Methods in systems.dmx.core.impl with parameters of type DMXObjectModel Modifier and Type Method Description voidDMXObjectModelImpl. set(DMXObjectModel object) -
Uses of DMXObjectModel in systems.dmx.core.model
Subinterfaces of DMXObjectModel in systems.dmx.core.model Modifier and Type Interface Description interfaceAssocModelThe data that underly anAssoc.interfaceAssocTypeModelThe data that underly anAssocType.interfaceCompDefModelThe data that underly aCompDef.interfaceRelatedAssocModelinterfaceRelatedObjectModelinterfaceRelatedTopicModelinterfaceRoleTypeModelData that underlies aRoleType.interfaceTopicDeletionModelinterfaceTopicModelThe data that underly aTopic.interfaceTopicReferenceModelinterfaceTopicTypeModelThe data that underly aTopicType.interfaceTypeModelMethods in systems.dmx.core.model that return DMXObjectModel Modifier and Type Method Description DMXObjectModelDMXObjectModel. clone()Methods in systems.dmx.core.model with parameters of type DMXObjectModel Modifier and Type Method Description voidDMXObjectModel. 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 interfaceViewAssocAn association viewmodel as contained in a topicmap viewmodel.interfaceViewTopicA 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)
-