OSID Logo
OSID Specifications
metering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.metering.UtilityNode
Implementsosid.OsidNode
Description

This interface is a container for a partial hierarchy retrieval. The number of hierarchy levels traversable through this interface depend on the number of levels requested in the UtilityHierarchySession.

MethodgetUtility
Description

Gets the Utility at this node.

Returnosid.metering.Utilitythe utility represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentUtilityNodes
Description

Gets the parents of this utility.

Returnosid.metering.UtilityNodeListthe parents of the utility
CompliancemandatoryThis method must be implemented.
MethodgetChildUtilityNodes
Description

Gets the children of this utility.

Returnosid.metering.UtilityNodeListthe children of this utility
CompliancemandatoryThis method must be implemented.