public abstract class HadoopElement extends Object implements Element
Element.Exceptions| Modifier and Type | Field and Description |
|---|---|
protected Element |
baseElement |
protected HadoopGraph |
graph |
| Modifier | Constructor and Description |
|---|---|
protected |
HadoopElement() |
protected |
HadoopElement(Element baseElement,
HadoopGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
Graph |
graph() |
int |
hashCode() |
Object |
id() |
String |
label() |
<V> Property<V> |
property(String key) |
<V> Property<V> |
property(String key,
V value) |
void |
remove() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitkeys, properties, value, valuesprotected Element baseElement
protected HadoopGraph graph
protected HadoopElement()
protected HadoopElement(Element baseElement, HadoopGraph graph)
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.