IlsRpLink

Description

Instances of the class IlsRpLink are representation objects that represent a relation between two server objects by a link in the IlvGrapher object attached to the JavaTM data source. No link representation object can exist without a graph representation to which this item is attached. A link represents a relation between two nodes. This relation may be oriented (properties from and to for origin and destination) according to the IlvGrapher settings.

Link Representation Attributes

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

  • from (Ref<IlsRpNode>): references the origin of the link.

  • to (Ref<IlsRpNode>): references the destination ofthe link.

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

Link User-defined Properties

You can add your own link properties in the dynamic view specification. To handle these specific properties, you must derive the class IlsRpLink or IlsGraphDS2IlvGrapherAdapter, or define a new adapter strategy.