public abstract class TinkerElement extends Object implements Element
Element.Exceptions
Modifier and Type | Field and Description |
---|---|
protected Object |
id |
protected String |
label |
protected boolean |
removed |
Modifier | Constructor and Description |
---|---|
protected |
TinkerElement(Object id,
String label) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
int |
hashCode() |
Object |
id()
Gets the unique identifier for the graph
Element . |
String |
label()
Gets the label for the graph
Element which helps categorize it. |
protected final Object id
protected final String label
protected boolean removed
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.