All Packages Class Hierarchy This Package Previous Next Index
Interface aioli.variable.VTool
- public interface VTool
An interface for variable spies
-
commit(Variable, MPath, IPath)
-
Receives modifications from the variable
-
name()
-
Returns the name of the tool
commit
public abstract void commit(Variable var,
MPath m,
IPath i)
- Receives modifications from the variable
- Parameters:
- var - the variable that has been modified
- m - the modification on the tree
- i - the new selection path
name
public abstract String name()
- Returns the name of the tool
All Packages Class Hierarchy This Package Previous Next Index