See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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 . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.