public abstract static class VertexHopGraphProvider.VertexHopCriteria extends Criteria
Criteria.ElementType
Constructor and Description |
---|
VertexHopCriteria(String label) |
VertexHopCriteria(String id,
String label) |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getLabel() |
Criteria.ElementType |
getType()
This criteria applies to only providers of the indicated type
|
abstract Set<VertexRef> |
getVertices() |
boolean |
isEmpty() |
void |
setId(String id) |
void |
setLabel(String label) |
String |
toString() |
equals, getCriteriaForGraphContainer, getNamespace, getSingleCriteriaForGraphContainer, hashCode, isDirty, resetDirty, setDirty
public VertexHopCriteria(String label)
public Criteria.ElementType getType()
Criteria
public String getLabel()
public void setLabel(String label)
public void setId(String id)
public String getId()
public boolean isEmpty()
Copyright © 2021. All rights reserved.