Class Repetition
Class Repetition
java.lang.Object
|
+----DayPlanParser
|
+----Repetition
- public class Repetition
- extends DayPlanParser
Repetition is an object for storing repetiton info. See plan(4)
for more information.
- See Also:
- DayPlanParser
-
Repetition(String)
- Creates a new Repetition object from the given repetition line.
Repetition
public Repetition(String line) throws RepetitionException
- Creates a new Repetition object from the given repetition line.
- Parameters:
- line - a string of repetition info
- Throws: RepetitionException
- when there is an error reading in info