public interface Edge extends Node
Type | Property and Description |
---|---|
boolean |
is
Gets the value of the property property.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Node> |
getNodes() |
Node |
getStart() |
boolean |
isIncidentOn(Node n) |
boolean |
isProperty()
Gets the value of the property property.
|
boolean |
isRelationship() |
createProperty, createRelationship, delete, getAttribute, getAttribute, getEdgeIterator, getEdges, getNoEdges, getNoProperties, getNoRelationships, getProperties, getProperties, getPropertyIterator, getPropertyIterator, getRelationshipIterator, getRelationshipIterator, getRelationships, getRelationships
Collection<? extends Node> getNodes()
Node getStart()
boolean isIncidentOn(Node n)
boolean isProperty()
boolean isRelationship()
Copyright © 2018 University of California, Santa Cruz. All rights reserved.