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 AttributePredicateAttributePipe. getEdgeAttributeFilter()The filter for all edge attributes.AttributePredicateAttributePipe. getGlobalAttributeFilter()The filter for all graph, node and edge attributes.AttributePredicateAttributePipe. getGraphAttributeFilter()The filter for all graph attributes.AttributePredicateAttributePipe. getNodeAttributeFilter()The filter for all node attributes.Methods in org.graphstream.stream with parameters of type AttributePredicate Modifier and Type Method Description voidAttributePipe. setEdgeAttributeFilter(AttributePredicate filter)Set an attribute filter for edge attributes only (graph an node attributes are not filtered by this filter).voidAttributePipe. setGlobalAttributeFilter(AttributePredicate filter)Set an attribute filter for graph, node and edge attributes.voidAttributePipe. setGraphAttributeFilter(AttributePredicate filter)Set an attribute filter for graph attributes only (node an edge attributes are not filtered by this filter).voidAttributePipe. setNodeAttributeFilter(AttributePredicate filter)Set an attribute filter for node attributes only (graph an edge attributes are not filtered by this filter).