| Package | Description |
|---|---|
| org.visallo.core.model.termMention | |
| org.visallo.core.model.textHighlighting |
| Modifier and Type | Method and Description |
|---|---|
TermMentionFor |
TermMentionForProperty.unwrap(Object value) |
static TermMentionFor |
TermMentionFor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermMentionFor[] |
TermMentionFor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends org.vertexium.Element> |
TermMentionRepository.addSourceInfo(T element,
String forElementId,
TermMentionFor forType,
String propertyKey,
String propertyName,
org.vertexium.Visibility propertyVisibility,
String snippet,
String textPropertyKey,
String textPropertyName,
long startOffset,
long endOffset,
org.vertexium.Vertex outVertex,
org.vertexium.Visibility visibility,
org.vertexium.Authorizations authorizations) |
void |
TermMentionRepository.addSourceInfoEdgeToEdge(org.vertexium.Edge edge,
String forElementId,
TermMentionFor forType,
String propertyKey,
String propertyName,
org.vertexium.Visibility propertyVisibility,
String snippet,
String textPropertyKey,
String textPropertyName,
long startOffset,
long endOffset,
org.vertexium.Vertex originalVertex,
org.vertexium.Visibility visibility,
org.vertexium.Authorizations authorizations) |
void |
TermMentionRepository.addSourceInfoToVertex(org.vertexium.Vertex vertex,
String forElementId,
TermMentionFor forType,
String propertyKey,
String propertyName,
org.vertexium.Visibility propertyVisibility,
String snippet,
String textPropertyKey,
String textPropertyName,
long startOffset,
long endOffset,
org.vertexium.Vertex outVertex,
org.vertexium.Visibility visibility,
org.vertexium.Authorizations authorizations) |
static int |
TermMentionFor.compare(TermMentionFor t1,
TermMentionFor t2) |
String |
TermMentionForProperty.wrap(TermMentionFor value) |
| Modifier and Type | Method and Description |
|---|---|
TermMentionFor |
VertexOffsetItem.getTermMentionFor() |
abstract TermMentionFor |
OffsetItem.getTermMentionFor() |
Copyright © 2013–2016 V5 Analytics. All rights reserved.