Package net.solarnetwork.central.domain
Interface NodeInformation
- All Superinterfaces:
Comparable<Long>,net.solarnetwork.domain.Identity<Long>,NodeIdentity
- All Known Implementing Classes:
SimpleNodeInformation
General node information.
-
Method Summary
Modifier and TypeMethodDescriptionGet a theoretical maximum power generation capacity.Get the location of the node.Get a theoretical maximum power storage capacity.Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface net.solarnetwork.domain.Identity
getId, hasId
-
Method Details
-
getGenerationCapacityWatts
Long getGenerationCapacityWatts()Get a theoretical maximum power generation capacity.- Returns:
- generation capacity watts
-
getStorageCapacityWattHours
Long getStorageCapacityWattHours()Get a theoretical maximum power storage capacity.- Returns:
- storage capacity in watt hours
-
getLocation
Location getLocation()Get the location of the node.- Returns:
- location
-