Package ilog.views.sdm.model

Contains the predefined data models in the SDM package.

See:
          Description

Interface Summary
IlvInterModelLinks This interface can be optionally implemented by SDM models that support "inter-model" links, that is to say links that connect nodes contained in other SDM models.
IlvMultipleSDMModel.OwnedObject This interface can be implemented by nodes and links contained in models that are combined using an IlvMultipleSDMModel.
IlvMutableSDMLink An IlvMutableSDMLink is an SDM link whose extremities can be changed.
IlvMutableSDMNode An IlvMutableSDMNode is a data object whose properties can be set.
IlvSDMLink IlvSDMLink is the interface that describes the links of a default SDM model.
IlvSDMNode IlvSDMNode is the base interface used to describe the nodes and the links of a default SDM model.
 

Class Summary
IlvAbstractSDMModel The class IlvAbstractSDMModel implements an SDM model whose nodes and links are instances of the IlvSDMNode and IlvSDMLink interfaces.
IlvBasicSDMModel This class is a basic implementation of the IlvSDMModel interface.
IlvDefaultSDMLink IlvDefaultSDMLink is a simple implementation of the IlvSDMLink interface that stores the link ends in memory.
IlvDefaultSDMModel The class IlvDefaultSDMModel is a subclass of IlvAbstractSDMModel that stores the SDM nodes and links in memory.
IlvDefaultSDMNode IlvDefaultSDMNode is a simple implementation of the IlvSDMNode interface that stores the node properties in memory.
IlvFilterSDMModel The class IlvFilterSDMModel is a base class for SDM models that encapsulate other models.
IlvJavaBeanSDMModel IlvJavaBeanSDMModel is an SDM data model that uses the Java introspection mechanism.
IlvJDBCSDMModel This class implements an SDM model that reads its contents from a database through the JDBC API.
IlvMultipleSDMModel The class IlvMultipleSDMModel lets you combine several SDM models (called the "submodels") into a single one.
IlvPreorderEnumeration This class enumerates recursively all the objects of a model in preorder, that is, a parent object is returned before its children (if any).
IlvRDFSDMModel A metadata filter model that manages the metadata as RDF.
IlvRDFSDMModel.Subject This subclass of IlvMresource encapsulates an SDM model object.
IlvTableSDMModel This class is an adapter between a Swing TableModel and an IlvSDMModel.
 

Package ilog.views.sdm.model Description

Contains the predefined data models in the SDM package.



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