public static class TxDag.Edge extends Object
Modifier and Type | Field and Description |
---|---|
Object |
src
The transaction object for the source vertex (src WAITS_FOR tgt).
|
Modifier and Type | Method and Description |
---|---|
Object |
getSource()
The transaction object which is the source of the WAITS_FOR edge.
|
Object |
getTarget()
The transaction object which is the target of the WAITS_FOR edge.
|
boolean |
isExplicit()
Return true iff the edge was explicitly asserted (versus implied
by the transitive closure of the WAITS_FOR graph).
|
String |
toString()
Human readable representation of the edge.
|
public final Object src
public String toString()
public Object getSource()
public Object getTarget()
public boolean isExplicit()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.