Package | Description |
---|---|
systems.dmx.core | |
systems.dmx.core.impl | |
systems.dmx.core.model | |
systems.dmx.core.model.topicmaps | |
systems.dmx.core.util |
Modifier and Type | Interface and Description |
---|---|
interface |
Association
### FIXDOC: Specification of an association -- A n-ary connection between topics and other associations.
|
interface |
AssociationDefinition
Definition of an association between 2 topic types -- part of DMX's type system,
like an association in a class diagram.
|
interface |
AssociationType |
interface |
DMXObject |
interface |
DMXType |
interface |
RelatedAssociation
An Association-Association pair.
|
interface |
RelatedObject |
interface |
RelatedTopic
A Topic-Association pair.
|
interface |
Topic
Specification of a topic -- DMX's central data object.
|
interface |
TopicType
Specification of a topic type -- part of DMX's type system, like a class.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AssociationDefinitionImpl
An association definition that is attached to the
CoreService . |
(package private) class |
AssociationDefinitionModelImpl |
(package private) class |
AssociationImpl
An association model that is attached to the DB.
|
(package private) class |
AssociationModelImpl
Collection of the data that makes up an
Association . |
(package private) class |
AssociationTypeImpl
An association type that is attached to the
CoreService . |
class |
AssociationTypeModelImpl
Data that underlies a
AssociationType . |
(package private) class |
AssociationViewModelImpl |
(package private) class |
DMXObjectImpl
A DMX object model that is attached to the DB.
|
(package private) class |
DMXObjectModelImpl |
(package private) class |
DMXTypeImpl |
(package private) class |
RelatedAssociationImpl
An Association-Association pair that is attached to the
PersistenceLayer . |
(package private) class |
RelatedAssociationModelImpl |
(package private) class |
RelatedTopicImpl
A Topic-Association pair that is attached to the
PersistenceLayer . |
(package private) class |
RelatedTopicModelImpl |
(package private) class |
TopicDeletionModelImpl |
(package private) class |
TopicImpl
A topic that is attached to the
CoreService . |
(package private) class |
TopicModelImpl |
(package private) class |
TopicReferenceModelImpl |
(package private) class |
TopicTypeImpl
A topic type that is attached to the
CoreService . |
(package private) class |
TopicTypeModelImpl
Data that underlies a
TopicType . |
(package private) class |
TopicViewModelImpl |
(package private) class |
TypeModelImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
AssociationDefinitionModel
Definition of an association between a parent type and a child type -- part of DMX's type system;
like a composition or an aggregation in an UML class diagram.
|
interface |
AssociationModel
Collection of the data that makes up an
Association . |
interface |
AssociationTypeModel
Data that underlies a
AssociationType . |
interface |
DMXObjectModel |
interface |
RelatedAssociationModel |
interface |
RelatedTopicModel |
interface |
TopicDeletionModel |
interface |
TopicModel |
interface |
TopicReferenceModel |
interface |
TopicTypeModel
Data that underlies a
TopicType . |
interface |
TypeModel |
Modifier and Type | Interface and Description |
---|---|
interface |
AssociationViewModel
An association viewmodel as contained in a topicmap viewmodel.
|
interface |
TopicViewModel
A topic viewmodel as contained in a topicmap viewmodel.
|
Modifier and Type | Method and Description |
---|---|
static List<Long> |
DMXUtils.idList(Iterable<? extends Identifiable> items) |
Copyright © 2018. All Rights Reserved.