Search found 1 match

by peppe.chiapparo
Sun Nov 08, 2009 12:50 pm
Forum: SMILE
Topic: Set [DSL_NOLEARN = ALL] userproperty in JSMILE?
Replies: 1
Views: 4526

Set [DSL_NOLEARN = ALL] userproperty in JSMILE?

Hello,
i'm new in jsmile. I want to set this property to my node properties.Can you please help me?
I report the code here.

UserProperty[] properties = tNet.getNodeUserProperties("cost");
UserProperty newProperty = new UserProperty("DSL_NOLEARN", "ALL");
List<UserProperty> props = new ArrayList ...