OpenCOM
Class OCM_GraphIntfInfo_t

java.lang.Object
  extended by OpenCOM.OCM_GraphIntfInfo_t

public class OCM_GraphIntfInfo_t
extends java.lang.Object

This class is used only within the system graph of OpenCOM. Basically, each object stores information about component's interfaces i.e. their type and if they are connected to a particular receptacle. Generally, a component node in the graph will contain a list of these objects.


Field Summary
 long connID
          Connection id of the connection this interface is part of.
 java.lang.String iidName
          The interface type of this interface.
 IUnknown sourceIndex
          Source component (receptacle host) that this interface is connected to.
 
Constructor Summary
OCM_GraphIntfInfo_t(long connectionID, IUnknown indexinGraph, java.lang.String name)
          Constructor creates a new instance of OCM_GraphIntfInfo_t node
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connID

public long connID
Connection id of the connection this interface is part of.


sourceIndex

public IUnknown sourceIndex
Source component (receptacle host) that this interface is connected to.


iidName

public java.lang.String iidName
The interface type of this interface.

Constructor Detail

OCM_GraphIntfInfo_t

public OCM_GraphIntfInfo_t(long connectionID,
                           IUnknown indexinGraph,
                           java.lang.String name)
Constructor creates a new instance of OCM_GraphIntfInfo_t node