|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uci.ics.jung.graph.filters.GeneralVertexAcceptFilter
edu.uci.ics.jung.graph.filters.TrivialFilter
A small filter that returns the vertices and edges in the orignal Graph.
Method Summary | |
boolean |
acceptVertex(Vertex vert)
Returns true for all vertices. |
static TrivialFilter |
getInstance()
This is a factory class; just ask for an instance of this one. |
java.lang.String |
getName()
Gets a name that describes this filter. |
Methods inherited from class edu.uci.ics.jung.graph.filters.GeneralVertexAcceptFilter |
filter, filter |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.uci.ics.jung.graph.filters.EfficientFilter |
filter |
Methods inherited from interface edu.uci.ics.jung.graph.filters.Filter |
filter |
Method Detail |
public boolean acceptVertex(Vertex vert)
acceptVertex
in class GeneralVertexAcceptFilter
public java.lang.String getName()
Filter
GraphAssemblyRecord
getName
in interface Filter
public static TrivialFilter getInstance()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |