IlsRpNode

Description

Instances of the class IlsRpNode are representation objects that represent each server object by a node in the IlvGrapher object attached to the JavaTM data source. No node representation object can exist without a graph representation object to which this item is attached. Nodes represent server objects that are the target of the relation represented by the associated graph.

Node Representation Attributes

  • graph (Ref<IlsRpGraph>): references the graph to which this node belongs.

  • label (any type): controls the data type of the node element.

  • x (int): abscissa of the node in the plane. This attribute is used to display the node in the associated IlvGrapher.

  • y (int): ordinate of the node in the plane. This attribute is used to display the node in the associated IlvGrapher.

Node User-defined Properties

You can add your own node properties in the dynamic view specification. To handle these specific properties, you must derive the class IlsRpNode or IlsGraphDS2IlvGrapherAdapter.