Uses of Interface
org.graphstream.stream.AttributePredicate
Package | Description |
---|---|
org.graphstream.stream |
-
Uses of AttributePredicate in org.graphstream.stream
Methods in org.graphstream.stream that return AttributePredicate Modifier and Type Method Description AttributePredicate
AttributePipe. getEdgeAttributeFilter()
The filter for all edge attributes.AttributePredicate
AttributePipe. getGlobalAttributeFilter()
The filter for all graph, node and edge attributes.AttributePredicate
AttributePipe. getGraphAttributeFilter()
The filter for all graph attributes.AttributePredicate
AttributePipe. getNodeAttributeFilter()
The filter for all node attributes.Methods in org.graphstream.stream with parameters of type AttributePredicate Modifier and Type Method Description void
AttributePipe. setEdgeAttributeFilter(AttributePredicate filter)
Set an attribute filter for edge attributes only (graph an node attributes are not filtered by this filter).void
AttributePipe. setGlobalAttributeFilter(AttributePredicate filter)
Set an attribute filter for graph, node and edge attributes.void
AttributePipe. setGraphAttributeFilter(AttributePredicate filter)
Set an attribute filter for graph attributes only (node an edge attributes are not filtered by this filter).void
AttributePipe. setNodeAttributeFilter(AttributePredicate filter)
Set an attribute filter for node attributes only (graph an edge attributes are not filtered by this filter).