public interface OracleElement
Modifier and Type | Interface and Description |
---|---|
static class |
OracleElement.FLAG |
Modifier and Type | Method and Description |
---|---|
OraclePropertyGraphBase |
graph()
Gets the property graph instance associated to this object.
|
java.lang.Object |
id()
Returns an identifier of this element that is unique to its inheriting class.
|
java.lang.String |
label()
Gets the label for the graph
OracleElement which helps categorize it. |
<V> java.util.Iterator<? extends OraclePropertyBase<V>> |
properties(java.lang.String... propertyKeys)
Get an
Iterator of properties. |
<V> OraclePropertyBase<V> |
property(java.lang.String key, V value) |
void |
remove() |
OraclePropertyGraphBase graph()
OraclePropertyGraphBase
java.lang.Object id()
java.lang.String label()
OracleElement
which helps categorize it.<V> java.util.Iterator<? extends OraclePropertyBase<V>> properties(java.lang.String... propertyKeys)
Iterator
of properties.<V> OraclePropertyBase<V> property(java.lang.String key, V value)
void remove()