rasmus.interpreter
Interface VariablePart

All Known Implementing Classes:
AudioEvents, Controls, DoublePart, ListPart, MidiSequence, ObjectsPart, Struct, Unit, VariablePartAdapter

public interface VariablePart


Method Summary
 void add(Variable variable)
           
 void clear()
           
 Variable getVariable()
           
 void init(Variable variable)
           
 void remove(Variable variable)
           
 

Method Detail

clear

void clear()

add

void add(Variable variable)

remove

void remove(Variable variable)

getVariable

Variable getVariable()

init

void init(Variable variable)