public class SimpleMatch
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleMatch.Alliance
Represents an alliance during a match
|
| Constructor and Description |
|---|
SimpleMatch()
|
| Modifier and Type | Method and Description |
|---|---|
long |
getActualTime()
|
SimpleMatch.Alliance
|
getBlueAlliance()
|
java.lang.String |
getCompLevel()
|
java.lang.String |
getEventKey()
|
java.lang.String |
getKey()
|
int |
getMatchNumber()
|
long |
getPredictedTime()
|
SimpleMatch.Alliance
|
getRedAlliance()
|
int |
getSetNumber()
|
long |
getTime()
|
java.lang.String |
getWinningAlliance()
|
public int getMatchNumber()
public int getSetNumber()
public java.lang.String getWinningAlliance()
public java.lang.String getCompLevel()
qm, qf, sf,
f, or efpublic java.lang.String getEventKey()
public java.lang.String getKey()
yyyy[EVENT_CODE]_[COMP_LEVEL]m[MATCH_NUMBER], where
yyyy is the year, and EVENT_CODE is the event code of
the event,
COMP_LEVEL is (qm, ef, qf, sf, f), and MATCH_NUMBER is
the match number in the
competition level. A set number may append the competition level if more than
one match in required per set.
public long getTime()
public long getPredictedTime()
public long getActualTime()
public SimpleMatch.Alliance getBlueAlliance()
SimpleMatch.Alliance
object representing the blue alliance
public SimpleMatch.Alliance getRedAlliance()
SimpleMatch.Alliance
object representing the red alliance