|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package edu.jhu.cs.oose.elevel.dataModel |
|---|
| Class edu.jhu.cs.oose.elevel.dataModel.Card extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 67658268L
| Serialized Fields |
|---|
java.lang.String question
String representing the question associated with this Card
java.lang.String answer
String representing the answer associated with this Card
int id
Integer representing a unique identifier for this card. Note: this field is "Package protected" (when no explicit modifier is given). This is the desired behaviour for this field. We only want Card, Deck, and TestStat to be able to modify id.
java.lang.String hint
String representing a hint associated with this Card
java.lang.String additionalInfo
String representing additional information associated with this Card
java.util.Map<K,V> options
Map representing the card's options
| Class edu.jhu.cs.oose.elevel.dataModel.Deck extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 68696775L
| Serialized Fields |
|---|
java.lang.String diskLocation
Deck on disk
java.lang.String name
Deck
int currentCard
Card current selected
java.util.List<E> testStats
Deck, compiled over time
java.util.List<E> cards
Deck
int cardIdIterator
boolean hasChanged
| Class edu.jhu.cs.oose.elevel.dataModel.TestStat extends java.lang.Object implements Serializable |
|---|
serialVersionUID: 8469838483846584L
| Serialized Fields |
|---|
int numAnswered
int numCorrect
java.util.List<E> incorrectlyAnswered
java.util.Date date
int duration
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||