|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectOpenCOM.OCM_GraphIntfInfo_t
public class OCM_GraphIntfInfo_t
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 |
|---|
public long connID
public IUnknown sourceIndex
public java.lang.String iidName
| Constructor Detail |
|---|
public OCM_GraphIntfInfo_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 | |||||||