net.sf.sdedit.util
Interface Predicate


public interface Predicate

A Predicate is a representation of a boolean variable whose value can be set as a result of user interaction.

Author:
Markus Strauch

Method Summary
 void set(boolean value)
          Sets the value of this Predicate.
 

Method Detail

set

void set(boolean value)
Sets the value of this Predicate.

Parameters:
value - the value to be set


Copyright © 2011. All Rights Reserved.