public interface ExportFilter
VisJsVisualizer. If the method
#excludeNode(SNode) returns true, then the passed node will be part
of the visualization. Otherwise it will be omitted. The method
#excludeRelation(SRelation) has a similar meaning. If it returns
true, then the passed relation will also be included in the visualization.| Modifier and Type | Method and Description |
|---|---|
boolean |
includeNode(SNode node)
Returns a boolean to indicate, whether the specified node must be
included or not.
|
boolean |
includeRelation(SRelation relation)
Returns a boolean to indicate, whether the specified relation must be
included or not.
|
boolean includeNode(SNode node)
node - specified SNodeboolean includeRelation(SRelation relation)
relation - specified SRelationCopyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.