Package civquest.io

Examples of civquest.io.Messages.info()


//   hei.y -= 3;
//   hei.x += 6;
//   mapData.getField(hei).setLayer(Field.LAYER_RESOURCE, "Red");
//   mapData.getField(hei).setLayer(Field.LAYER_ROAD, "Doubledecker");

    messages.info("ClimateGenerator", "CVGenState", "Done");
    }

    /* SeaBedRiver
     * When finished sea bed river will create a river from a point S (Coordinate start) to a point E (Coordinate end).
     * It will also pass through every coordinate in the array via (size of points) in increasing order.
View Full Code Here


        if (whichFieldView.equals("QuadFlatLayeredFieldView")) {
            constructLayeredFV();
        } else {
            messages.info("QuadMap.FlatProp", "QMapFV", "FallBack",
              "FlatProperties.configure says: No valid FieldView specified");
            messages.info("QuadMap.FlatProp", "QMapFV", "FallBack",
              "-> Using QuadFlatLayeredFieldView as an default");
            constructLayeredFV();
        }
       
        unitRuleset = flatRegistry.getRuleset("unitimages");       
View Full Code Here

          }
    }
    public void dump() {
      Messages messages = Messages.getMessages();

      messages.info("MWFCRivGen", "MRGenConf", "MWFCRiverGenerator - Configuration");
      messages.info("MWFCRivGen", "MRGenConf", "--> firststeptries = " + firststeptries);
      messages.info("MWFCRivGen", "MRGenConf", "--> RandomPointRiverStarter:");
      messages.info("MWFCRivGen", "MRGenConf",
              "    --> starttries = " + rprstarter_starttries);
      messages.info("MWFCRivGen", "MRGenConf", "--> ProbRiverEvolver:");
View Full Code Here

    }
    public void dump() {
      Messages messages = Messages.getMessages();

      messages.info("MWFCRivGen", "MRGenConf", "MWFCRiverGenerator - Configuration");
      messages.info("MWFCRivGen", "MRGenConf", "--> firststeptries = " + firststeptries);
      messages.info("MWFCRivGen", "MRGenConf", "--> RandomPointRiverStarter:");
      messages.info("MWFCRivGen", "MRGenConf",
              "    --> starttries = " + rprstarter_starttries);
      messages.info("MWFCRivGen", "MRGenConf", "--> ProbRiverEvolver:");
      messages.info("MWFCRivGen", "MRGenConf", "    --> probtable:");
View Full Code Here

    public void dump() {
      Messages messages = Messages.getMessages();

      messages.info("MWFCRivGen", "MRGenConf", "MWFCRiverGenerator - Configuration");
      messages.info("MWFCRivGen", "MRGenConf", "--> firststeptries = " + firststeptries);
      messages.info("MWFCRivGen", "MRGenConf", "--> RandomPointRiverStarter:");
      messages.info("MWFCRivGen", "MRGenConf",
              "    --> starttries = " + rprstarter_starttries);
      messages.info("MWFCRivGen", "MRGenConf", "--> ProbRiverEvolver:");
      messages.info("MWFCRivGen", "MRGenConf", "    --> probtable:");
      for(int from = 0;from < 4;from++)
View Full Code Here

      Messages messages = Messages.getMessages();

      messages.info("MWFCRivGen", "MRGenConf", "MWFCRiverGenerator - Configuration");
      messages.info("MWFCRivGen", "MRGenConf", "--> firststeptries = " + firststeptries);
      messages.info("MWFCRivGen", "MRGenConf", "--> RandomPointRiverStarter:");
      messages.info("MWFCRivGen", "MRGenConf",
              "    --> starttries = " + rprstarter_starttries);
      messages.info("MWFCRivGen", "MRGenConf", "--> ProbRiverEvolver:");
      messages.info("MWFCRivGen", "MRGenConf", "    --> probtable:");
      for(int from = 0;from < 4;from++)
        for(int to = 0;to < 4;to++)
View Full Code Here

      messages.info("MWFCRivGen", "MRGenConf", "MWFCRiverGenerator - Configuration");
      messages.info("MWFCRivGen", "MRGenConf", "--> firststeptries = " + firststeptries);
      messages.info("MWFCRivGen", "MRGenConf", "--> RandomPointRiverStarter:");
      messages.info("MWFCRivGen", "MRGenConf",
              "    --> starttries = " + rprstarter_starttries);
      messages.info("MWFCRivGen", "MRGenConf", "--> ProbRiverEvolver:");
      messages.info("MWFCRivGen", "MRGenConf", "    --> probtable:");
      for(int from = 0;from < 4;from++)
        for(int to = 0;to < 4;to++)
          messages.info("MWFCRivGen", "MRGenConf", "        --> "
                  + getHeightString(from) + " -> " + getHeightString(to) +
View Full Code Here

      messages.info("MWFCRivGen", "MRGenConf", "--> firststeptries = " + firststeptries);
      messages.info("MWFCRivGen", "MRGenConf", "--> RandomPointRiverStarter:");
      messages.info("MWFCRivGen", "MRGenConf",
              "    --> starttries = " + rprstarter_starttries);
      messages.info("MWFCRivGen", "MRGenConf", "--> ProbRiverEvolver:");
      messages.info("MWFCRivGen", "MRGenConf", "    --> probtable:");
      for(int from = 0;from < 4;from++)
        for(int to = 0;to < 4;to++)
          messages.info("MWFCRivGen", "MRGenConf", "        --> "
                  + getHeightString(from) + " -> " + getHeightString(to) +
                  " with probability " + probevprobs[from][to]);
View Full Code Here

              "    --> starttries = " + rprstarter_starttries);
      messages.info("MWFCRivGen", "MRGenConf", "--> ProbRiverEvolver:");
      messages.info("MWFCRivGen", "MRGenConf", "    --> probtable:");
      for(int from = 0;from < 4;from++)
        for(int to = 0;to < 4;to++)
          messages.info("MWFCRivGen", "MRGenConf", "        --> "
                  + getHeightString(from) + " -> " + getHeightString(to) +
                  " with probability " + probevprobs[from][to]);

      StringBuffer probString = new StringBuffer();
      for(int n = 0;n < 3;n++) {
View Full Code Here

      StringBuffer probString = new StringBuffer();
      for(int n = 0;n < 3;n++) {
        probString.append(probev_callstoppoints[n] + " ");
      }
      messages.info("MWFCRivGen", "MRGenConf",
              "    --> callstoppoints for first, second, third call: "
              + probString.toString());

      messages.info("MWFCRivGen", "MRGenConf",
              "    --> turningpointstoppoints = " + probev_turningpointstoppoints);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.