public static class Centrality.EtchingStep<T> extends Object implements Map.Entry<Integer,Set<Collection<Vertex<T>>>>
List<Vertex<T>>
) removed.Modifier and Type | Field and Description |
---|---|
Set<Collection<Vertex<T>>> |
branches |
int |
remaining_branch_vertices |
Constructor and Description |
---|
EtchingStep(int remaining_branch_vertices,
Set<Collection<Vertex<T>>> branches) |
Modifier and Type | Method and Description |
---|---|
Integer |
getKey() |
Set<Collection<Vertex<T>>> |
getValue() |
Set<Collection<Vertex<T>>> |
setValue(Set<Collection<Vertex<T>>> value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
public int remaining_branch_vertices
public Set<Collection<Vertex<T>>> branches
public EtchingStep(int remaining_branch_vertices, Set<Collection<Vertex<T>>> branches)
public Integer getKey()
public Set<Collection<Vertex<T>>> getValue()
public Set<Collection<Vertex<T>>> setValue(Set<Collection<Vertex<T>>> value)
Copyright © 2015–2021 Fiji. All rights reserved.