public static class BlazeGraphAtom.PropertyAtom extends BlazeGraphAtom
BlazeGraphAtom.EdgeAtom, BlazeGraphAtom.PropertyAtom, BlazeGraphAtom.VertexAtom, BlazeGraphAtom.VertexPropertyAtom
Modifier and Type | Field and Description |
---|---|
protected String |
key
Property key (name).
|
protected Object |
val
Property value (primitive).
|
id
Constructor and Description |
---|
PropertyAtom(String id,
String key,
Object val)
Fully construct a property atom.
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Property key (name).
|
Object |
getVal()
Property value (primitive).
|
String |
toString() |
elementId
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.