Modifier and Type | Method and Description |
---|---|
MatchingResult |
DummySpaceManager.getMatchingPeers(Map<String,Serializable> arg0) |
Modifier and Type | Method and Description |
---|---|
MatchingResult |
SpaceManager.getMatchingPeers(Map<String,Serializable> filter)
A method for identifying a possible set of Peer in the space that can
be used for installing a part of the universAAL application.
The matching algorithm returns only the Peer of the space that match the following rules For each key of the Map with null value, an
attribute with any value must be available on the matching Peer
For each key of the Map with a not null value,
an attribute with same value must be available on the matching Peer. |
Modifier and Type | Class and Description |
---|---|
class |
MatchingResultImpl
The implementation of the
MatchingResult interface |
Modifier and Type | Method and Description |
---|---|
MatchingResult |
SpaceManagerImpl.getMatchingPeers(Map<String,Serializable> filter) |
Modifier and Type | Method and Description |
---|---|
MatchingResult |
IInstaller.getMatchingPeers(Map<String,Serializable> filter) |
Modifier and Type | Method and Description |
---|---|
MatchingResult |
Installer.getMatchingPeers(Map<String,Serializable> filter) |
Copyright © 2018 universAAL Consortium. All rights reserved.