public interface MapConnectivityNetwork<N extends MapConnectivityNode> extends Closeable
For now, this is mostly a marker interface with almost no required state or behavior. Later it may do more.
Copyright 2012 Partner Software, Inc.
| Modifier and Type | Method and Description |
|---|---|
TracingNodeContext<N> |
contextForId(int dataId) |
N |
nodeForId(int dataId) |
N nodeForId(int dataId)
TracingNodeContext<N> contextForId(int dataId)