|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umass.cs.sase.engine.MatchController
public class MatchController
This class is used to buffer matches
Constructor Summary | |
---|---|
MatchController()
The default constructor |
Method Summary | |
---|---|
void |
addMatch(Match m)
Adds a match to the match buffer. |
java.util.ArrayList<Match> |
getMyMatches()
|
int |
getMyMatchesSize()
|
void |
printMatches()
prints the matches in console |
void |
setMyMatches(java.util.ArrayList<Match> myMatches)
|
void |
setMyMatchesSize(int myMatchesSize)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MatchController()
Method Detail |
---|
public void addMatch(Match m)
m
- the match to be addedpublic void printMatches()
public java.util.ArrayList<Match> getMyMatches()
public void setMyMatches(java.util.ArrayList<Match> myMatches)
myMatches
- the myMatches to setpublic int getMyMatchesSize()
public void setMyMatchesSize(int myMatchesSize)
myMatchesSize
- the myMatchesSize to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |