| Package | Description |
|---|---|
| de.deepamehta.core | |
| de.deepamehta.core.impl | |
| de.deepamehta.core.model | |
| de.deepamehta.core.service | |
| de.deepamehta.core.storage.spi |
| Modifier and Type | Method and Description |
|---|---|
List<IndexMode> |
DeepaMehtaType.getIndexModes() |
| Modifier and Type | Method and Description |
|---|---|
DeepaMehtaType |
DeepaMehtaType.addIndexMode(IndexMode indexMode) |
| Modifier and Type | Method and Description |
|---|---|
AssociationTypeModelImpl |
ModelFactoryImpl.newAssociationTypeModel(TopicModel typeTopic,
String dataTypeUri,
List<IndexMode> indexModes,
List<AssociationDefinitionModel> assocDefs,
ViewConfigurationModel viewConfig) |
de.deepamehta.core.impl.TopicTypeModelImpl |
ModelFactoryImpl.newTopicTypeModel(TopicModel typeTopic,
String dataTypeUri,
List<IndexMode> indexModes,
List<AssociationDefinitionModel> assocDefs,
ViewConfigurationModel viewConfig) |
| Modifier and Type | Method and Description |
|---|---|
static IndexMode |
IndexMode.fromUri(String uri) |
static IndexMode |
IndexMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexMode[] |
IndexMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<IndexMode> |
IndexMode.fromTopics(List<? extends RelatedTopicModel> topics) |
List<IndexMode> |
TypeModel.getIndexModes() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeModel.addIndexMode(IndexMode indexMode) |
| Modifier and Type | Method and Description |
|---|---|
AssociationTypeModel |
ModelFactory.newAssociationTypeModel(TopicModel typeTopic,
String dataTypeUri,
List<IndexMode> indexModes,
List<AssociationDefinitionModel> assocDefs,
ViewConfigurationModel viewConfig) |
TopicTypeModel |
ModelFactory.newTopicTypeModel(TopicModel typeTopic,
String dataTypeUri,
List<IndexMode> indexModes,
List<AssociationDefinitionModel> assocDefs,
ViewConfigurationModel viewConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeepaMehtaStorage.indexAssociationValue(long assocId,
IndexMode indexMode,
String indexKey,
SimpleValue indexValue) |
void |
DeepaMehtaStorage.indexTopicValue(long topicId,
IndexMode indexMode,
String indexKey,
SimpleValue indexValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeepaMehtaStorage.storeAssociationValue(long assocId,
SimpleValue value,
List<IndexMode> indexModes,
String indexKey,
SimpleValue indexValue)
Stores and indexes an association value.
|
void |
DeepaMehtaStorage.storeTopicValue(long topicId,
SimpleValue value,
List<IndexMode> indexModes,
String indexKey,
SimpleValue indexValue)
Stores and indexes a topic value.
|
Copyright © 2018. All rights reserved.