Package oracle.pgx.api.filter
Class PathFindingFilter
- java.lang.Object
-
- oracle.pgx.api.filter.GraphFilter
-
- oracle.pgx.api.filter.PathFindingFilter
-
public final class PathFindingFilter extends GraphFilter
-
-
Constructor Summary
Constructors Constructor Description PathFindingFilter(GraphFilter graphFilter, java.lang.Object sourceVertex, java.lang.Object destinationVertex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.ObjectgetDestinationVertex()GraphFiltergetGraphFilter()java.lang.ObjectgetSourceVertex()inthashCode()booleanisPathFindingFilter()Checks if the filter is a path finding filterjava.lang.StringtoString()-
Methods inherited from class oracle.pgx.api.filter.GraphFilter
asBinaryGraphFilterOperation, asEdgeFilter, asGraphFilterWithExpression, asVertexFilter, getType, hasExpression, intersect, isBinaryOperation, isCollectionFilter, isResultSetFilter, union
-
-
-
-
Constructor Detail
-
PathFindingFilter
public PathFindingFilter(GraphFilter graphFilter, java.lang.Object sourceVertex, java.lang.Object destinationVertex)
-
-
Method Detail
-
getGraphFilter
public GraphFilter getGraphFilter()
-
getSourceVertex
public java.lang.Object getSourceVertex()
-
getDestinationVertex
public java.lang.Object getDestinationVertex()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classGraphFilter
-
hashCode
public int hashCode()
- Overrides:
hashCodein classGraphFilter
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
isPathFindingFilter
public boolean isPathFindingFilter()
Description copied from class:GraphFilterChecks if the filter is a path finding filter- Overrides:
isPathFindingFilterin classGraphFilter- Returns:
- true if the filter is a path finding filter
-
-