edu.wpi.ebob.internal.inspect
Interface ModifiableNode

All Superinterfaces:
Node
All Known Implementing Classes:
ArrayItemNode, FieldNode

public interface ModifiableNode
extends Node

An interface that potentially modifiable objects can implement.

Author:
Liam Morley

Method Summary
 boolean isModifiable()
           
 void setValue(IObject newValue)
           
 
Methods inherited from interface edu.wpi.ebob.internal.inspect.Node
getChildren, getImage, getName, getParent, getType, getValue, getValueAsString, hasChildren, setParent
 

Method Detail

isModifiable

boolean isModifiable()
Returns:
true if and only if this object can be modified.

setValue

void setValue(IObject newValue)