public class

PathQuery

extends Object
java.lang.Object
   ↳ org.mule.modules.neo4j.model.PathQuery

Summary

Nested Classes
enum PathQuery.Algorithm  
Fields
private PathQuery.Algorithm algorithm
private String costProperty
private Double defaultCost
private Integer maxDepth
private RelationshipQuery relationships
private String to
Public Constructors
PathQuery()
Public Methods
boolean equals(Object other)
PathQuery.Algorithm getAlgorithm()
String getCostProperty()
Double getDefaultCost()
Integer getMaxDepth()
RelationshipQuery getRelationships()
String getTo()
int hashCode()
void setAlgorithm(PathQuery.Algorithm algorithm)
void setCostProperty(String costProperty)
void setDefaultCost(Double defaultCost)
void setMaxDepth(Integer maxDepth)
void setRelationships(RelationshipQuery relationships)
void setTo(String to)
String toString()
PathQuery withAlgorithm(PathQuery.Algorithm algorithm)
PathQuery withCostProperty(String costProperty)
PathQuery withDefaultCost(Double defaultCost)
PathQuery withMaxDepth(Integer maxDepth)
PathQuery withRelationships(RelationshipQuery relationships)
PathQuery withTo(String to)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private PathQuery.Algorithm algorithm

private String costProperty

private Double defaultCost

private Integer maxDepth

private RelationshipQuery relationships

private String to

Public Constructors

public PathQuery ()

Public Methods

public boolean equals (Object other)

Parameters
other

public PathQuery.Algorithm getAlgorithm ()

public String getCostProperty ()

public Double getDefaultCost ()

public Integer getMaxDepth ()

public RelationshipQuery getRelationships ()

public String getTo ()

public int hashCode ()

public void setAlgorithm (PathQuery.Algorithm algorithm)

Parameters
algorithm

public void setCostProperty (String costProperty)

Parameters
costProperty

public void setDefaultCost (Double defaultCost)

Parameters
defaultCost

public void setMaxDepth (Integer maxDepth)

Parameters
maxDepth

public void setRelationships (RelationshipQuery relationships)

Parameters
relationships

public void setTo (String to)

Parameters
to

public String toString ()

public PathQuery withAlgorithm (PathQuery.Algorithm algorithm)

Parameters
algorithm

public PathQuery withCostProperty (String costProperty)

Parameters
costProperty

public PathQuery withDefaultCost (Double defaultCost)

Parameters
defaultCost

public PathQuery withMaxDepth (Integer maxDepth)

Parameters
maxDepth

public PathQuery withRelationships (RelationshipQuery relationships)

Parameters
relationships

public PathQuery withTo (String to)

Parameters
to