CapabilityInfo

public interface CapabilityInfo

Information about a Capability on the network and where it is available.

Public Method Summary

abstract String
getName()
Returns the name of the capability.
abstract Set<Node>
getNodes()
Returns the set of nodes for the capability.

Public Methods

public abstract String getName ()

Returns the name of the capability.

public abstract Set<Node> getNodes ()

Returns the set of nodes for the capability. Disconnected nodes may or may not be included in the set.