| java.lang.Object ti.chimera.registry.ImmutableNodeContract
ImmutableNodeContract | public class ImmutableNodeContract implements NodeContract(Code) | | A
NodeContract which will not allow the node's value to be changed.
In other words, it accepts only the first value.
author: ;Rob Clark;a0873619;San Diego;; version: 0.1 |
Method Summary | |
public boolean | accepts(Object value) Determine if the specified value meets this contract. | public String | toString() The contract implementation should overload toString so
the contract can be displayed to the user in a sane format, for use
in error messages, etc. |
accepts | public boolean accepts(Object value)(Code) | | Determine if the specified value meets this contract.
Parameters: value - the value to check true if meets contract |
toString | public String toString()(Code) | | The contract implementation should overload toString so
the contract can be displayed to the user in a sane format, for use
in error messages, etc.
|
|
|