AI-generated Key Takeaways
-
CapabilityInfo provides information about a Capability on the network and its availability.
-
The
getName()method returns the name of the capability. -
The
getNodes()method returns the set of nodes associated with the capability.
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.