public static class ExportConflict.NetworkConflict extends ExportConflict
ExportConflict.CharactConflict, ExportConflict.NetworkConflictcell, context, name| Constructor and Description |
|---|
ExportConflict.NetworkConflict(Cell cel,
VarContext con,
java.lang.String nm,
Network lNet,
Network gNet) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getDescription(int col)
Get text which should be printed as a hyperlink to a conflicting Network.
|
Network |
getGlobalNetwork()
Get the global conflicting Network
|
Network |
getLocalNetwork()
Get the local conflicting Network
|
Network |
getNetwork(int col)
Get conflicting Network.
|
getCell, getContext, getNamepublic ExportConflict.NetworkConflict(Cell cel, VarContext con, java.lang.String nm, Network lNet, Network gNet)
protected java.lang.String getDescription(int col)
getDescription in class ExportConflictcol - table column If column is not 0 or 1, then null is returnedpublic Network getNetwork(int col)
col - table column If column is not 0 or 1, then null is returnedpublic Network getLocalNetwork()
public Network getGlobalNetwork()