annotate src/alice/Segment.java @ 0:4284468e2711 init

init project
author kazz <kazz@cr.ie.u-ryukyu.ac.jp>
date Sun, 05 Jun 2011 13:44:53 +0900
parents
children a57bf4ff773a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4284468e2711 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 package alice;
4284468e2711 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2
4284468e2711 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 public abstract class Segment {
4284468e2711 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 abstract void run();
4284468e2711 init project
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 }