Miscellaneous states

JViews TGO provides a set of miscellaneous states to complement the OSI, Bellcore, SONET, and SNMP standards. See The Misc state dictionary visuals for a complete list of available states.

Secondary miscellaneous states

You can use the secondary states of the Misc State Dictionary to specify cascading style sheet selectors.
Misc states are identified by the attribute name (" objectState "), the state information (" Misc.SecState "), and the state name as in the following example:
object."ilog.tgo.model.IltObject"["objectState.Misc.SecState.DoorAjar"] {
...
}

How to change the object representation based on miscellaneous states

The following CSS extract customizes the graphic representation of links according to the presence of the Miscellaneous State: High Temperature Warning.
object."ilog.tgo.model.IltNetworkElement" {
  foreground: '';
}
object."ilog.tgo.model.IltNetworkElement"["objectState.Misc.SecState.HighTemper
atureWarning"] {  
  foreground: red;
}
The following figure illustrates this configuration.
miscStyling.gif
Miscellaneous state styling example