public static class KCoreBuilder.KCoreFilter extends Object implements ComplexFilter
| Constructor and Description |
|---|
KCoreFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.gephi.graph.api.Graph |
filter(org.gephi.graph.api.Graph graph) |
Integer |
getK() |
String |
getName()
Returns the filter's display name.
|
FilterProperty[] |
getProperties()
Returns the filter properties.
|
void |
setK(Integer k) |
public org.gephi.graph.api.Graph filter(org.gephi.graph.api.Graph graph)
filter in interface ComplexFilterpublic String getName()
Filterpublic FilterProperty[] getProperties()
FilterFilterProperty objects.getProperties in interface Filterpublic Integer getK()
public void setK(Integer k)
Copyright © 2007–2017. All rights reserved.