| 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 DeepaMehta's type system,
like an association in a class diagram.
|
interface |
AssociationRole |
interface |
AssociationType |
interface |
DeepaMehtaObject |
interface |
DeepaMehtaType |
interface |
RelatedAssociation
An Association-Association pair.
|
interface |
RelatedObject |
interface |
RelatedTopic
A Topic-Association pair.
|
interface |
Role |
interface |
Topic
Specification of a topic -- DeepaMehta's central data object.
|
interface |
TopicRole |
interface |
TopicType
Specification of a topic type -- part of DeepaMehta's type system, like a class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationTypeModelImpl
Data that underlies a
AssociationType. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssociationDefinitionModel
Definition of an association between a parent type and a child type -- part of DeepaMehta'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 |
AssociationRoleModel
The role an association plays in an association.
|
interface |
AssociationTypeModel
Data that underlies a
AssociationType. |
interface |
ChildTopicsModel
A recursive composite of key/value pairs.
|
interface |
DeepaMehtaObjectModel |
interface |
RelatedAssociationModel |
interface |
RelatedTopicModel |
interface |
RoleModel |
interface |
TopicDeletionModel |
interface |
TopicModel |
interface |
TopicReferenceModel |
interface |
TopicRoleModel
The role a topic plays in an association.
|
interface |
TopicTypeModel
Data that underlies a
TopicType. |
interface |
TypeModel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FacetValueModel
A facet value as used in update facet calls.
|
| 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 | Class and Description |
|---|---|
class |
ViewProperties |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PluginInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
Directives.Entry |
class |
DirectivesResponse |
| Modifier and Type | Field and Description |
|---|---|
JSONEnabled |
Directives.Entry.arg |
| Modifier and Type | Method and Description |
|---|---|
void |
Directives.add(Directive dir,
JSONEnabled arg) |
| Modifier and Type | Class and Description |
|---|---|
class |
Permissions
Calculated permissions for the current user.
|
| Modifier and Type | Method and Description |
|---|---|
static org.codehaus.jettison.json.JSONArray |
DeepaMehtaUtils.toJSONArray(Iterable<? extends JSONEnabled> items) |
Copyright © 2018. All rights reserved.