org.universAAL.middleware.bus.model.matchable
Interface Matchable

Package class diagram package Matchable
All Known Subinterfaces:
Advertisement, Event, EventAdvertisement, Request, Requirement, Subscription, UtilityAdvertisement
All Known Implementing Classes:
AapiServiceRequest, ContextEvent, ContextEventPattern, Dialog, Message, Pattern, Request, ServiceProfile, ServiceRequest, SubDialog, UIHandlerProfile, UIRequest

public interface Matchable

Represents the concept of matchable Classes. Implementing Classes must specify how to match against other matchable Classes.

Author:
Dominik Schreiber

Method Summary
 boolean matches(Matchable subset)
           
 

Method Detail

matches

boolean matches(Matchable subset)
Parameters:
other -
Returns:
true if the other Matchable matches, false if not


Copyright © 2014 universAAL Consortium. All Rights Reserved.