rasmus.interpreter
Interface RVariablePart

All Known Implementing Classes:
AudioEvents, MidiSequence, RDouble, RList, RObjects, RPanel, RUnit, RVariablePartImpl

public interface RVariablePart


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

Method Detail

clear

void clear()

add

void add(RVariable variable)

remove

void remove(RVariable variable)

getVariable

RVariable getVariable()

init

void init(RVariable variable)