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 interface
Assoc
An association with 2 ends.interface
AssocType
Part of DMX's type system, like a class whose instances areAssoc
s.interface
CompDef
A composition definition of a parent type and a child type -- part of DMX's type system.interface
DMXObject
interface
DMXType
interface
RelatedAssoc
An Assoc-Assoc pair.interface
RelatedObject
interface
RelatedTopic
A Topic-Assoc pair.interface
RoleType
A role type is basically a topic plus a view config.interface
Topic
A topic -- DMX's central data object.interface
TopicType
Part of DMX's type system, like a class whose instances areTopic
s. -
Uses of Identifiable in systems.dmx.core.impl
Classes in systems.dmx.core.impl that implement Identifiable 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
-
Uses of Identifiable in systems.dmx.core.model
Subinterfaces of Identifiable 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
DMXObjectModel
The data that underly aDMXObject
.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
-
Uses of Identifiable in systems.dmx.core.model.topicmaps
Subinterfaces of Identifiable 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 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)
-