|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectOpenCOM.OCM_GraphRecpInfo_t
public class OCM_GraphRecpInfo_t
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 |
|---|
public long connID
public IUnknown sinkIndex
public java.lang.String iid
| Constructor Detail |
|---|
public OCM_GraphRecpInfo_t(long connectionID,
IUnknown indexinGraph,
java.lang.String name)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||