public interface IltNetworkElementFamilyCustomization extends IltEnumerationCustomization
IltNetworkElement.Family
using CSS.
The following extract illustrates how a family can
be configured using CSS. The cascading style sheets are loaded
using the method IltSettings.setStyleSheets(String[])
.
setting."ilog.tgo.model.IltNetworkElement.Family"[name="OC192"] { label: myOC1; }The same configuration can be achieved using the method
IltSettings.SetValue(Object, Object)
, as
illustrated below:
IltSettings.SetValue("NetworkElement.Family.OC192.Label", "myOC1");
getLabel
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.