| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.cmdb.api.CMDBGraph
public class CMDBGraph
The CMDBGraph class defines an input graph for performing
 the graph query.
| Constructor Summary | |
|---|---|
CMDBGraph()
Default constructor that creates an empty CMDBGraph object.  | 
|
CMDBGraph(CMDBClassNameKey classNameId,
          java.lang.String extensionId,
          CMDBGraphAdjacency[] adjacencyList)
Initializes values for CMDBGraph object.  | 
|
| Method Summary | |
|---|---|
 CMDBGraphAdjacency[] | 
getAdjacencyList()
Gets the list of adjacent CMDBGraph nodes.  | 
 CMDBClassNameKey | 
getClassNameId()
Gets the class name key of the CMDBGraph object.  | 
 java.lang.String | 
getExtensionId()
Gets the extension ID of the CMDBGraph object.  | 
 void | 
setAdjacencyList(CMDBGraphAdjacency[] adjacencyList)
Sets the list of adjacent CMDBGraph nodes.  | 
 void | 
setClassNameId(CMDBClassNameKey classNameId)
Sets the class name key of the CMDBGraph object.  | 
 void | 
setExtensionId(java.lang.String extensionId)
Sets the extension ID of the CMDBGraph object.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CMDBGraph()
public CMDBGraph(CMDBClassNameKey classNameId,
                 java.lang.String extensionId,
                 CMDBGraphAdjacency[] adjacencyList)
classNameId - class name and namespace keyextensionId - a unique identifier for this graph nodeadjacencyList - a list of adjacent graph nodes| Method Detail | 
|---|
public CMDBClassNameKey getClassNameId()
public java.lang.String getExtensionId()
public CMDBGraphAdjacency[] getAdjacencyList()
public void setClassNameId(CMDBClassNameKey classNameId)
classNameId - classKey that contains namespace and class Namepublic void setExtensionId(java.lang.String extensionId)
extensionId - the extension Idpublic void setAdjacencyList(CMDBGraphAdjacency[] adjacencyList)
adjacencyList - list of the CMDBGraph object
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||