de.fhg.igd.util
Interface Implication

All Known Implementing Classes:
CanonicalPath, Event, TimeoutEvent

public interface Implication

Provides a method which checks whether this object implies the given one. This interface is very useful in particular for the ImplicationListener.

Version:
$Id: Implication.java 1913 2007-08-08 02:41:53Z jpeters $
Author:
Volker Roth

Method Summary
 boolean implies(Object o)
          Checks whether this object implies the given one.
 

Method Detail

implies

boolean implies(Object o)
Checks whether this object implies the given one.

Parameters:
o - The object to be checks against this one.


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.