Uses of Interface
com.ibm.carma.model.util.CARMACommonObject

Packages that use CARMACommonObject
com.ibm.carma.model.util   
 

Uses of CARMACommonObject in com.ibm.carma.model.util
 

Methods in com.ibm.carma.model.util that return CARMACommonObject
static CARMACommonObject NavigationUtils.getCommonObject(java.lang.Object resource)
          Helper method to wrap the given object to a CARMA common object.
 

Methods in com.ibm.carma.model.util that return types with arguments of type CARMACommonObject
 java.util.Collection<CARMACommonObject> CARMACommonObject.getChildren()
          Return the children of the common object if the object is a container, null otherwise.