Package hydra.neo4j.model
Class Segment.Builder
- java.lang.Object
-
- hydra.neo4j.model.Segment.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Segmentbuild()Builds an immutableSegment.Segment.Builderend(Node end)Segment.Builderrelationship(Relationship relationship)
-
-
-
Method Detail
-
relationship
public Segment.Builder relationship(Relationship relationship)
-
end
public Segment.Builder end(Node end)
-
-