Uses of Interface
systems.dmx.core.Identifiable
-
Packages that use Identifiable Package Description systems.dmx.core systems.dmx.core.impl systems.dmx.core.model systems.dmx.core.model.topicmaps systems.dmx.core.util -
-
Uses of Identifiable in systems.dmx.core
Subinterfaces of Identifiable in systems.dmx.core Modifier and Type Interface Description interfaceAssocAn association with 2 ends.interfaceAssocTypePart of DMX's type system, like a class whose instances areAssocs.interfaceCompDefA composition definition of a parent type and a child type -- part of DMX's type system.interfaceDMXObjectinterfaceDMXTypeinterfaceRelatedAssocAn Assoc-Assoc pair.interfaceRelatedObjectinterfaceRelatedTopicA Topic-Assoc pair.interfaceRoleTypeA role type is basically a topic plus a view config.interfaceTopicA topic -- DMX's central data object.interfaceTopicTypePart of DMX's type system, like a class whose instances areTopics. -
Uses of Identifiable in systems.dmx.core.impl
Classes in systems.dmx.core.impl that implement Identifiable Modifier and Type Class Description classAssocModelImplData that underly anAssoc.classAssocTypeModelImplData that underlies aAssocType.classDMXObjectModelImplclassRelatedAssocModelImplclassRelatedTopicModelImplclassTopicModelImpl -
Uses of Identifiable in systems.dmx.core.model
Subinterfaces of Identifiable 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.interfaceDMXObjectModelThe data that underly aDMXObject.interfaceRelatedAssocModelinterfaceRelatedObjectModelinterfaceRelatedTopicModelinterfaceRoleTypeModelData that underlies aRoleType.interfaceTopicDeletionModelinterfaceTopicModelThe data that underly aTopic.interfaceTopicReferenceModelinterfaceTopicTypeModelThe data that underly aTopicType.interfaceTypeModel -
Uses of Identifiable in systems.dmx.core.model.topicmaps
Subinterfaces of Identifiable 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 Identifiable in systems.dmx.core.util
Methods in systems.dmx.core.util with type parameters of type Identifiable Modifier and Type Method Description static <T extends Identifiable>
TDMXUtils. findById(long id, Iterable<T> items)Method parameters in systems.dmx.core.util with type arguments of type Identifiable Modifier and Type Method Description static List<Long>DMXUtils. idList(Iterable<? extends Identifiable> items)Constructor parameters in systems.dmx.core.util with type arguments of type Identifiable Constructor Description IdList(Iterable<? extends Identifiable> items)
-