net.cscott.sdr.calls
Class DanceState
java.lang.Object
net.cscott.sdr.calls.DanceState
public class DanceState
- extends Object
DanceState
captures all the static information about a dance
which a Predicate
might need to know. An example might be
the current dance program.
- Version:
- $Id: DanceState.java,v 1.3 2006-10-25 20:37:20 cananian Exp $
- Author:
- C. Scott Ananian
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DanceState
public DanceState(Program program)
getProgram
public Program getProgram()
- Returns:
- Returns the dance program.
Copyright (c) 2006 C. Scott Ananian