ilog.cpl.datasource
Interface IlpRepresentationObjectFactory
- All Known Implementing Classes:
- IlpTableRowFactory
public interface IlpRepresentationObjectFactory
Representation objects factory interface.
This kind of factory is used by adapters to create representation objects.
At least one kind of factory is provided for each kind of representation
object, that is, table row, tree node, network node, link, and so on.
- Since:
- JTGO 3.0
createRepresentation
IlpRepresentationObject createRepresentation(IlpObject object,
IlpExpansionStrategy expansionStrategy)
- Returns a representation object corresponding to a business object.
- Parameters:
object - The business object.expansionStrategy - The expansion strategy.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.