public interface IlvSDMNode
IlvSDMNode
is the base interface
used to describe the nodes and the links of a
default SDM model.IlvDefaultSDMModel
Modifier and Type | Method and Description |
---|---|
Enumeration |
getChildren()
Returns the children of this data object,
that is, the objects contained in the
submodel attached to this object.
|
String |
getID()
Returns the identifier of the object.
|
IlvSDMNode |
getParent()
Returns the parent of this data object,
that is, the object to which the submodel
containing this object is attached.
|
Object |
getProperty(String property)
Returns the value of a property of the
data object, or
null if
the property does not exist. |
String[] |
getPropertyNames()
Returns the names of all the properties of this object.
|
String |
getTag()
Returns the symbolic type (or "tag") of the object.
|
String getTag()
String getID()
Enumeration getChildren()
IlvSDMNode
s.IlvSDMNode getParent()
Object getProperty(String property)
null
if
the property does not exist.property
- The property to get.String[] getPropertyNames()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.