org.universAAL.middleware.managers.api
Interface MatchingResult

Package class diagram package MatchingResult
All Known Implementing Classes:
MatchingResultImpl

public interface MatchingResult

The result of searching Peer by means of a set of Map containg pairs of < String, Object >

Version:
$LastChangedRevision$ ( $LastChangedDate$ )
Author:
Stefano Lenzi

Method Summary
 Map<String,Serializable> getPeerAttribute(PeerCard peer)
           
 PeerCard[] getPeers()
           
 

Method Detail

getPeers

PeerCard[] getPeers()
Returns:
an array of PeerCard representing the peers whom matches the search

getPeerAttribute

Map<String,Serializable> getPeerAttribute(PeerCard peer)
Parameters:
peer - the that we are asking the attribute for
Returns:
a Map with the current value of the all the attribute that were searched


Copyright © 2014 universAAL Consortium. All Rights Reserved.