ilog.cpl.graph
Interface IlpLoadHandler

All Known Subinterfaces:
IlpEquipmentHandler, IlpGraphHandler, IlpNetworkHandler, IlpNetworkLoadHandler
All Known Implementing Classes:
IlpAbstractGraphHandler, IlpEquipmentHandlerWithDataSource, IlpEquipmentHandlerWithoutDataSource, IlpGraphHandlerWithDataSource, IlpGraphHandlerWithoutDataSource, IlpNetworkHandlerWithDataSource, IlpNetworkHandlerWithoutDataSource

public interface IlpLoadHandler

This interface allows a handler to customize the loading of externally stored objects.

Since:
JTGO 4.0

Method Summary
 void handleLoad(URL modelDescription)
          Erases the model and loads a set of objects, given as a URL, into it.
 

Method Detail

handleLoad

void handleLoad(URL modelDescription)
Erases the model and loads a set of objects, given as a URL, into it.

Parameters:
modelDescription - The URL that gives access to the model description. Its format depends on the handler implementation.


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