public class RemovedInfo extends Object
Modifier and Type | Field and Description |
---|---|
int |
pos |
Collection<RegulatoryMultiEdge> |
targets |
RegulatoryNode |
vertex |
Constructor and Description |
---|
RemovedInfo(RegulatoryNode vertex,
int pos,
Collection<RegulatoryMultiEdge> targets) |
public final RegulatoryNode vertex
public final int pos
public final Collection<RegulatoryMultiEdge> targets
public RemovedInfo(RegulatoryNode vertex, int pos, Collection<RegulatoryMultiEdge> targets)
Copyright © 2005–2020. All rights reserved.