public static class VertexHopGraphProvider.FocusNodeHopCriteria extends VertexHopGraphProvider.VertexHopCriteria
Criteria.ElementType
Constructor and Description |
---|
FocusNodeHopCriteria() |
FocusNodeHopCriteria(String label) |
FocusNodeHopCriteria(String id,
String label) |
Modifier and Type | Method and Description |
---|---|
void |
add(VertexRef ref) |
void |
addAll(Collection<VertexRef> refs) |
void |
clear() |
boolean |
contains(VertexRef ref) |
boolean |
equals(Object obj) |
String |
getNamespace()
FIXME: I think it does matter ;)
TODO: This return value doesn't matter since we just delegate
to the m_delegate provider.
|
Set<VertexRef> |
getVertices() |
int |
hashCode() |
boolean |
isEmpty() |
void |
remove(VertexRef ref) |
void |
removeAll(Collection<VertexRef> refs) |
int |
size() |
getId, getLabel, getType, setId, setLabel, toString
getCriteriaForGraphContainer, getSingleCriteriaForGraphContainer, isDirty, resetDirty, setDirty
public FocusNodeHopCriteria()
public FocusNodeHopCriteria(String label)
public String getNamespace()
getNamespace
in class Criteria
public void add(VertexRef ref)
public void remove(VertexRef ref)
public void clear()
public boolean contains(VertexRef ref)
public int size()
public boolean isEmpty()
public Set<VertexRef> getVertices()
getVertices
in class VertexHopGraphProvider.VertexHopCriteria
public void addAll(Collection<VertexRef> refs)
public void removeAll(Collection<VertexRef> refs)
Copyright © 2015. All rights reserved.