Package net.solarnetwork.central.domain
Interface NodeMappingFilter
public interface NodeMappingFilter
Extension of
Filter for mapping node IDs into virtual IDs.- Since:
- 1.39
-
Method Summary
Modifier and TypeMethodDescriptionGet a map whose keys represent virtual node ID values for the associated value's set of real node IDs.
-
Method Details
-
getNodeIdMappings
Get a map whose keys represent virtual node ID values for the associated value's set of real node IDs.This mapping provides a way to request a set of node IDs be treated as a single logical virtual node ID. For example a set of node IDs for data collected from different buildings could be treated as a single virtual site node ID.
- Returns:
- the mapping of virtual node IDs to the set of real node IDs that should be mapped to them
-