com.tensegrity.generic.constraint
Interface CustomizedConstraint

All Known Implementing Classes:
AnchorConstraint

public interface CustomizedConstraint

A customized constraint allows an user to add its own constraints into the framework easily.

Version:
$Id: CustomizedConstraint.java,v 1.3 2004/01/23 12:16:44 AndreasEbbert Exp $
Author:
S. Rutz

Method Summary
 boolean validate(java.lang.Object value)
          This validates a value by this Constraint.
 

Method Detail

validate

public boolean validate(java.lang.Object value)
This validates a value by this Constraint.

Parameters:
value - the value to check.
Returns:
true if this value confirms to this Constraint, false if it does not.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.