Rule Designer API

ilog.rules.vocabulary.model
Interface IlrMutableVerbalizable

All Superinterfaces:
IlrVerbalizable
All Known Subinterfaces:
IlrConcept, IlrConceptInstance, IlrRole

public interface IlrMutableVerbalizable
extends IlrVerbalizable

Interface for mutable verbalizable elements.

This interface defines only one additional setLabel(String) method to IlrVerbalizable.


Method Summary
 void setLabel(String newLabel)
          Sets a new label to this verbalizable element.
 
Methods inherited from interface ilog.rules.vocabulary.model.IlrVerbalizable
getLabel, getTerm
 

Method Detail

setLabel

void setLabel(String newLabel)
Sets a new label to this verbalizable element.

Parameters:
newLabel - The new label.

Rule Designer API

© Copyright IBM Corp. 1987, 2013