| Package | Description |
|---|---|
| de.deepamehta.core | |
| de.deepamehta.core.impl | |
| de.deepamehta.core.service | |
| de.deepamehta.core.service.accesscontrol | |
| de.deepamehta.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 DeepaMehta's type system,
like an association in a class diagram.
|
interface |
AssociationType |
interface |
DeepaMehtaType |
interface |
RelatedAssociation
An Association-Association pair.
|
interface |
RelatedObject |
interface |
RelatedTopic
A Topic-Association pair.
|
interface |
Topic
Specification of a topic -- DeepaMehta's central data object.
|
interface |
TopicType
Specification of a topic type -- part of DeepaMehta's type system, like a class.
|
| Modifier and Type | Method and Description |
|---|---|
DeepaMehtaObject |
Role.getPlayer() |
DeepaMehtaObject |
Association.getPlayer1() |
DeepaMehtaObject |
Association.getPlayer2() |
DeepaMehtaObject |
DeepaMehtaObject.loadChildTopics() |
DeepaMehtaObject |
DeepaMehtaObject.loadChildTopics(String assocDefUri) |
| Modifier and Type | Method and Description |
|---|---|
DeepaMehtaObject |
CoreServiceImpl.getObject(long id) |
| Modifier and Type | Method and Description |
|---|---|
DeepaMehtaObject |
DirectivesResponse.getObject() |
DeepaMehtaObject |
CoreService.getObject(long id) |
| Constructor and Description |
|---|
DirectivesResponse(DeepaMehtaObject object) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessControl.assignToWorkspace(DeepaMehtaObject object,
long workspaceId)
Performs the initial workspace assignment for an object.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends DeepaMehtaObject> |
DeepaMehtaUtils.loadChildTopics(List<T> objects) |
| Modifier and Type | Method and Description |
|---|---|
static <M> List<M> |
DeepaMehtaUtils.toModelList(Iterable<? extends DeepaMehtaObject> objects) |
Copyright © 2018. All rights reserved.