public abstract class StrategyElement extends java.lang.Object implements Element, StrategyWrapped
Element.Exceptions, Element.Iterators| Modifier and Type | Field and Description |
|---|---|
protected Element |
baseElement |
protected StrategyContext<StrategyElement> |
elementStrategyContext |
protected GraphStrategy |
strategy |
protected StrategyGraph |
strategyGraph |
| Modifier | Constructor and Description |
|---|---|
protected |
StrategyElement(Element baseElement,
StrategyGraph strategyGraph) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
Element |
getBaseElement() |
int |
hashCode() |
protected final StrategyGraph strategyGraph
protected final GraphStrategy strategy
protected final Element baseElement
protected final StrategyContext<StrategyElement> elementStrategyContext
protected StrategyElement(Element baseElement, StrategyGraph strategyGraph)
public Element getBaseElement()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.ObjectCopyright © 2013-2015 TinkerPop. All Rights Reserved.