edu.berkeley.io.context.museum
Class VisitorDisplayEnactor

java.lang.Object
  extended bycontext.arch.enactor.Enactor
      extended byedu.berkeley.io.context.museum.VisitorDisplayEnactor

public class VisitorDisplayEnactor
extends Enactor

encodes "when more than n people are at location, set status of installation to performance.

Author:
newbergr

Field Summary
 
Fields inherited from class context.arch.enactor.Enactor
enactorListener, subscriptionManager
 
Constructor Summary
VisitorDisplayEnactor()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class context.arch.enactor.Enactor
addEnactorParameter, addEnactorReference, addListener, fireComponentAdded, fireComponentAdded, fireComponentEvaluated, fireComponentEvaluated, fireComponentRemoved, fireComponentRemoved, fireParameterValueChanged, fireParameterValueChanged, getAtt, getEnactorParameter, getEnactorParameters, getEnactorReferences, getSubscriptionManager, removeEnactorParameter, removeEnactorReference, removeListener, setSubscriptionManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisitorDisplayEnactor

public VisitorDisplayEnactor()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception