Package | Description |
---|---|
org.graphstream.stream |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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).
|