org.jquantlib.exercise
Class Exercise
- java.lang.Object
-
- org.jquantlib.exercise.Exercise
-
- Direct Known Subclasses:
- EarlyExercise, EuropeanExercise
public abstract class Exercise extends java.lang.ObjectAbstract base class for exercise dates
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classExercise.TypeDefines the exercise type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Datedate(int index)java.util.List<Date>dates()DatelastDate()intsize()Exercise.Typetype()Returns the exercise type
-
-
-
Method Detail
-
type
public final Exercise.Type type()
Returns the exercise type- Returns:
- the exercise type
- See Also:
Exercise.Type
-
dates
public java.util.List<Date> dates()
-
size
public final int size()
-
date
public final Date date(int index)
-
lastDate
public final Date lastDate()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG