OpenCOM
Class OCM_GraphRecpInfo_t

java.lang.Object
  extended by OpenCOM.OCM_GraphRecpInfo_t

public class OCM_GraphRecpInfo_t
extends java.lang.Object

This class is used only within the inner working of the OpenCOM graph and its corresponding meta-operations. Generally, these object are attached to the component nodes in the system graph. Each component will have a number of these objects dependent upon the number of receptacles that they host.


Field Summary
 long connID
          Connection id of the connection this receptacle is part of.
 java.lang.String iid
          The interface type of the receptacle
 IUnknown sinkIndex
          The index in the system graph of the sink component.
 
Constructor Summary
OCM_GraphRecpInfo_t(long connectionID, IUnknown indexinGraph, java.lang.String name)
          Constructor creates a new instance of OCM_GraphRecpInfo_t object to store in system graph
 
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 receptacle is part of.


sinkIndex

public IUnknown sinkIndex
The index in the system graph of the sink component. That is, which component the component is connected; its pointing to a OCM_GraphNode_t object.


iid

public java.lang.String iid
The interface type of the receptacle

Constructor Detail

OCM_GraphRecpInfo_t

public OCM_GraphRecpInfo_t(long connectionID,
                           IUnknown indexinGraph,
                           java.lang.String name)
Constructor creates a new instance of OCM_GraphRecpInfo_t object to store in system graph