Uses of Class
com.bmc.cmdb.api.CMDBGraphAdjacency

Uses of CMDBGraphAdjacency in com.bmc.cmdb.api
 

Methods in com.bmc.cmdb.api that return CMDBGraphAdjacency
 CMDBGraphAdjacency[] CMDBGraph.getAdjacencyList()
          Gets the list of adjacent CMDBGraph nodes.
 

Methods in com.bmc.cmdb.api with parameters of type CMDBGraphAdjacency
 void CMDBGraph.setAdjacencyList(CMDBGraphAdjacency[] adjacencyList)
          Sets the list of adjacent CMDBGraph nodes.
 

Constructors in com.bmc.cmdb.api with parameters of type CMDBGraphAdjacency
CMDBGraph(CMDBClassNameKey classNameId, java.lang.String extensionId, CMDBGraphAdjacency[] adjacencyList)
          Initializes values for CMDBGraph object.
 



(c) Copyright 2004-2007 BMC Software, Inc.