| Package | Description |
|---|---|
| de.deepamehta.core | |
| de.deepamehta.core.impl | |
| de.deepamehta.facets |
| Modifier and Type | Method and Description |
|---|---|
AssociationDefinition |
DeepaMehtaType.getAssocDef(String assocDefUri) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AssociationDefinition> |
DeepaMehtaType.getAssocDefs() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeepaMehtaObject.updateChildTopic(RelatedTopicModel newChildTopic,
AssociationDefinition assocDef) |
void |
DeepaMehtaObject.updateChildTopics(List<? extends RelatedTopicModel> newChildTopics,
AssociationDefinition assocDef) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AssociationDefinitionImpl
An association definition that is attached to the
CoreService. |
| Modifier and Type | Method and Description |
|---|---|
AssociationDefinition |
DeepaMehtaTypeImpl.getAssocDef(String assocDefUri) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AssociationDefinition> |
DeepaMehtaTypeImpl.getAssocDefs() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeepaMehtaObjectImpl.updateChildTopic(RelatedTopicModel newChildTopic,
AssociationDefinition assocDef) |
void |
DeepaMehtaObjectImpl.updateChildTopics(List<? extends RelatedTopicModel> newChildTopics,
AssociationDefinition assocDef) |
| Modifier and Type | Method and Description |
|---|---|
private AssociationDefinition |
FacetsPlugin.getAssocDef(String facetTypeUri) |
| Modifier and Type | Method and Description |
|---|---|
private RelatedTopic |
FacetsPlugin.fetchChildTopic(DeepaMehtaObject object,
AssociationDefinition assocDef)
Fetches and returns a child topic or
null if no such topic extists. |
private List<RelatedTopic> |
FacetsPlugin.fetchChildTopics(DeepaMehtaObject object,
AssociationDefinition assocDef)
Fetches and returns child topics.
|
Copyright © 2017. All Rights Reserved.