rero.bridges.set

Class SetEnvironment

public class SetEnvironment extends AliasEnvironment

kind of dirty, implementation of sets just piggy backs off of the implementation of aliases. API's are different, however the data structures are the same and the unloading code can be shared this way.
Method Summary
voidbindFunction(ScriptInstance si, String type, String name, Block code)
booleanisSet(String name)
booleanisTimeStamped(String name)
StringparseSet(String name, HashMap eventData)
booleanscriptLoaded(ScriptInstance si)

Method Detail

bindFunction

public void bindFunction(ScriptInstance si, String type, String name, Block code)

isSet

public boolean isSet(String name)

isTimeStamped

public boolean isTimeStamped(String name)

parseSet

public String parseSet(String name, HashMap eventData)

scriptLoaded

public boolean scriptLoaded(ScriptInstance si)