ilog.cpl.model
Interface IlpMutableClassManager

All Superinterfaces:
IlpClassManager
All Known Implementing Classes:
IlpDefaultClassManager, IltDefaultClassManager

public interface IlpMutableClassManager
extends IlpClassManager

Interface for managing a class hierarchy. Provides access to the root classes of the hierarchy.

Since:
JTGO 3.0

Method Summary
 void addClass(IlpClass aClass)
          Adds a class to this manager.
 void removeClass(IlpClass aClass)
          Removes a class from this manager.
 
Methods inherited from interface ilog.cpl.model.IlpClassManager
getClass, getClasses, getRootClasses, hasClass, hasClass
 

Method Detail

addClass

void addClass(IlpClass aClass)
Adds a class to this manager.

Parameters:
aClass - The class to be added.

removeClass

void removeClass(IlpClass aClass)
Removes a class from this manager.

Parameters:
aClass - The class to be removed.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.