cz.cuni.amis.pogamut.ut2004.tournament.match.result
Class UT2004MatchResult

Package class diagram package UT2004MatchResult
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.tournament.match.result.UT2004MatchResult
Direct Known Subclasses:
UT2004IndividualMatchResult, UT2004TeamMatchResult

public abstract class UT2004MatchResult
extends Object

Represents the result of the match (very limited). Just stating whether the match was fought by teams/individuals and the winner.

Author:
Jimmy

Constructor Summary
UT2004MatchResult(boolean individual)
           
 
Method Summary
 boolean isIndividual()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UT2004MatchResult

public UT2004MatchResult(boolean individual)
Method Detail

isIndividual

public boolean isIndividual()


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.