| Modifier and Type | Method and Description |
|---|---|
AssociationModel |
Association.getModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
Association.update(AssociationModel model) |
| Modifier and Type | Method and Description |
|---|---|
de.deepamehta.core.impl.AssociationImpl |
CoreServiceImpl.createAssociation(AssociationModel model) |
de.deepamehta.core.impl.AssociationDefinitionModelImpl |
ModelFactoryImpl.newAssociationDefinitionModel(AssociationModel assoc,
String parentCardinalityUri,
String childCardinalityUri,
ViewConfigurationModel viewConfig) |
de.deepamehta.core.impl.AssociationModelImpl |
ModelFactoryImpl.newAssociationModel(AssociationModel assoc) |
AssociationViewModel |
ModelFactoryImpl.newAssociationViewModel(AssociationModel assoc) |
de.deepamehta.core.impl.RelatedAssociationModelImpl |
ModelFactoryImpl.newRelatedAssociationModel(AssociationModel assoc,
AssociationModel relatingAssoc) |
de.deepamehta.core.impl.RelatedTopicModelImpl |
ModelFactoryImpl.newRelatedTopicModel(long topicId,
AssociationModel relatingAssoc) |
de.deepamehta.core.impl.RelatedTopicModelImpl |
ModelFactoryImpl.newRelatedTopicModel(String topicUri,
AssociationModel relatingAssoc) |
de.deepamehta.core.impl.RelatedTopicModelImpl |
ModelFactoryImpl.newRelatedTopicModel(TopicModel topic,
AssociationModel relatingAssoc) |
TopicReferenceModel |
ModelFactoryImpl.newTopicReferenceModel(long topicId,
AssociationModel relatingAssoc) |
TopicReferenceModel |
ModelFactoryImpl.newTopicReferenceModel(String topicUri,
AssociationModel relatingAssoc) |
void |
CoreServiceImpl.updateAssociation(AssociationModel updateModel) |
| 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 |
RelatedAssociationModel |
| Modifier and Type | Method and Description |
|---|---|
AssociationModel |
AssociationModel.clone() |
AssociationModel |
RelatedTopicModel.getRelatingAssociation() |
AssociationModel |
RelatedAssociationModel.getRelatingAssociation() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssociationViewModel
An association viewmodel as contained in a topicmap viewmodel.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationModel |
ModelFactory.newAssociationModel() |
AssociationModel |
ModelFactory.newAssociationModel(AssociationModel assoc) |
AssociationModel |
ModelFactory.newAssociationModel(ChildTopicsModel childTopics) |
AssociationModel |
ModelFactory.newAssociationModel(org.codehaus.jettison.json.JSONObject assoc) |
AssociationModel |
ModelFactory.newAssociationModel(long id,
String uri,
String typeUri,
RoleModel roleModel1,
RoleModel roleModel2) |
AssociationModel |
ModelFactory.newAssociationModel(long id,
String uri,
String typeUri,
RoleModel roleModel1,
RoleModel roleModel2,
SimpleValue value,
ChildTopicsModel childTopics) |
AssociationModel |
ModelFactory.newAssociationModel(String typeUri,
RoleModel roleModel1,
RoleModel roleModel2) |
AssociationModel |
ModelFactory.newAssociationModel(String typeUri,
RoleModel roleModel1,
RoleModel roleModel2,
ChildTopicsModel childTopics) |
| Modifier and Type | Method and Description |
|---|---|
void |
PostDeleteAssociationListener.postDeleteAssociation(AssociationModel assoc) |
void |
PostUpdateAssociationListener.postUpdateAssociation(Association assoc,
AssociationModel updateModel,
AssociationModel oldAssoc) |
void |
PreCreateAssociationListener.preCreateAssociation(AssociationModel model) |
void |
PreUpdateAssociationListener.preUpdateAssociation(Association assoc,
AssociationModel updateModel) |
| Modifier and Type | Method and Description |
|---|---|
AssociationModel |
DeepaMehtaStorage.fetchAssociation(long assocId) |
AssociationModel |
DeepaMehtaStorage.fetchAssociation(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<? extends AssociationModel> |
DeepaMehtaStorage.fetchAllAssociations() |
List<? extends AssociationModel> |
DeepaMehtaStorage.fetchAssociationAssociations(long assocId) |
List<? extends AssociationModel> |
DeepaMehtaStorage.fetchAssociations(String assocTypeUri,
long topicId1,
long topicId2,
String roleTypeUri1,
String roleTypeUri2) |
List<? extends AssociationModel> |
DeepaMehtaStorage.fetchAssociations(String key,
Object value) |
List<? extends AssociationModel> |
DeepaMehtaStorage.fetchAssociationsBetweenTopicAndAssociation(String assocTypeUri,
long topicId,
long assocId,
String topicRoleTypeUri,
String assocRoleTypeUri) |
List<? extends AssociationModel> |
DeepaMehtaStorage.fetchAssociationsByProperty(String propUri,
Object propValue) |
List<? extends AssociationModel> |
DeepaMehtaStorage.fetchAssociationsByPropertyRange(String propUri,
Number from,
Number to) |
List<? extends AssociationModel> |
DeepaMehtaStorage.fetchTopicAssociations(long topicId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeepaMehtaStorage.storeAssociation(AssociationModel assocModel) |
| Modifier and Type | Method and Description |
|---|---|
static RoleModel[] |
DeepaMehtaUtils.associationAutoTyping(AssociationModel assoc,
String topicTypeUri1,
String topicTypeUri2,
String assocTypeUri,
String roleTypeUri1,
String roleTypeUri2,
CoreService dm4)
Retypes the given association if its player types match the given topic types.
|
static RoleModel[] |
DeepaMehtaUtils.getRoleModels(AssociationModel assoc,
String topicTypeUri1,
String topicTypeUri2,
CoreService dm4) |
Copyright © 2018. All rights reserved.