public class NetworkConsistencyCheck
extends java.lang.Object
Constructor and Description |
---|
NetworkConsistencyCheck() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isConsistent(java.util.List<? extends StationImpl> staList) |
static boolean |
isConsistent(NetworkAttrImpl net,
StationImpl sta) |
static boolean |
isConsistent(StationImpl sta,
ChannelImpl chan) |
static boolean |
isConsistent(StationImpl staA,
StationImpl staB) |
public static boolean isConsistent(NetworkAttrImpl net, StationImpl sta)
public static boolean isConsistent(java.util.List<? extends StationImpl> staList)
public static boolean isConsistent(StationImpl staA, StationImpl staB)
public static boolean isConsistent(StationImpl sta, ChannelImpl chan)