Package com.poker.analyst.element

Examples of com.poker.analyst.element.Rounds


    super(heroName);   
  }
  public ParserResult getParserResult(final String buffer, Rounds round) {
    ParserResult parserResult = new ParserResult();   

    Rounds currentRound = round;
        String currentGameID = "";
        String heroCards = "";
        String tableCards = "";
       
    String startString = "";
View Full Code Here


   
        int startingGame = -1;
        int startingSubRound = -1;
        int startingRound = -1;

        Rounds currentRound = null;
        String currentGameID = "";
        String heroCards = "";
        String tableCards = "";

        final String[] strBuff = buffer.split("\n");
View Full Code Here

TOP

Related Classes of com.poker.analyst.element.Rounds

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.