hoplugins.teamAnalyzer.manager
Class MatchList

java.lang.Object
  extended byhoplugins.teamAnalyzer.manager.MatchList

public class MatchList
extends java.lang.Object

TODO Missing Class Documentation

Author:
TODO Author Name

Constructor Summary
MatchList()
          Creates a new MatchList object.
 
Method Summary
 void addMatch(Match match)
          TODO Missing Method Documentation
 java.util.List filterMatches(Filter filter)
          TODO Missing Method Documentation
 java.util.List getMatches()
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchList

public MatchList()
Creates a new MatchList object.

Method Detail

getMatches

public java.util.List getMatches()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

addMatch

public void addMatch(Match match)
TODO Missing Method Documentation

Parameters:
match - TODO Missing Method Parameter Documentation

filterMatches

public java.util.List filterMatches(Filter filter)
TODO Missing Method Documentation

Parameters:
filter - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation


Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.