public class SimpleActivity extends Object implements Activity
| Modifier and Type | Field and Description |
|---|---|
protected ActivityDef |
activityDef |
| Constructor and Description |
|---|
SimpleActivity(ActivityDef activityDef) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Activity o) |
ActionDispenser |
getActionDispenser() |
ActivityDef |
getActivityDef() |
InputDispenser |
getInputDispenser() |
MotorDispenser |
getMotorDispenser() |
void |
setActionDispenser(ActionDispenser actionDispenser) |
void |
setInputDispenser(InputDispenser inputDispenser) |
void |
setMotorDispenser(MotorDispenser motorDispenser) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAlias, getCycleSummary, getParams, initActivity, shutdownActivityprotected ActivityDef activityDef
public SimpleActivity(ActivityDef activityDef)
public MotorDispenser getMotorDispenser()
getMotorDispenser in interface Activitypublic void setMotorDispenser(MotorDispenser motorDispenser)
setMotorDispenser in interface Activitypublic InputDispenser getInputDispenser()
getInputDispenser in interface Activitypublic void setInputDispenser(InputDispenser inputDispenser)
setInputDispenser in interface Activitypublic ActionDispenser getActionDispenser()
getActionDispenser in interface Activitypublic void setActionDispenser(ActionDispenser actionDispenser)
setActionDispenser in interface Activitypublic ActivityDef getActivityDef()
getActivityDef in interface Activitypublic int compareTo(Activity o)
compareTo in interface Comparable<Activity>Copyright © 2016. All rights reserved.