public final class PathFindingFilter extends GraphFilter
Constructor and Description |
---|
PathFindingFilter(GraphFilter graphFilter, java.lang.Object sourceVertex, java.lang.Object destinationVertex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getDestinationVertex() |
GraphFilter |
getGraphFilter() |
java.lang.Object |
getSourceVertex() |
int |
hashCode() |
java.lang.String |
toString() |
asBinaryGraphFilterOperation, asEdgeFilter, asGraphFilterWithExpression, asVertexFilter, createFromFilterExpressionConfig, getType, hasExpression, intersect, isBinaryOperation, union
public PathFindingFilter(GraphFilter graphFilter, java.lang.Object sourceVertex, java.lang.Object destinationVertex)
public boolean equals(java.lang.Object o)
equals
in class GraphFilter
public java.lang.Object getDestinationVertex()
public GraphFilter getGraphFilter()
public java.lang.Object getSourceVertex()
public int hashCode()
hashCode
in class GraphFilter
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017 Oracle Corp. All Rights Reserved.