Uses of Interface
org.graphstream.stream.AttributePredicate

Packages that use AttributePredicate
org.graphstream.stream   
 

Uses of AttributePredicate in org.graphstream.stream
 

Methods in org.graphstream.stream that return AttributePredicate
 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
 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).
 



Copyright © 2011. All Rights Reserved.