Package org.waveprotocol.wave.model.testing.RandomDocOpGenerator.Parameters

Examples of org.waveprotocol.wave.model.testing.RandomDocOpGenerator.Parameters.AnnotationOption


    setAnnotationOptions(GENERAL_PARAMS);
  }

  private static void setAnnotationOptions(Parameters params) {
    params.setAnnotationOptions(Arrays.asList(new AnnotationOption[] {
        new AnnotationOption("a", Arrays.asList(new String[] {"1", "2", "3", "4"})),
        new AnnotationOption("b", Arrays.asList(new String[] {"1", "2", "3", "4"})),
        new AnnotationOption("c", Arrays.asList(new String[] {"1", "2", "3", "4"})),
        new AnnotationOption("d", Arrays.asList(new String[] {"1", "2", "3", "4"})),
        new AnnotationOption("w", Arrays.asList(new String[] {"1", "2", "3", "4"})),
        new AnnotationOption("x", Arrays.asList(new String[] {"1", "2", "3", "4"})),
        new AnnotationOption("y", Arrays.asList(new String[] {"1", "2", "3", "4"})),
        new AnnotationOption("z", Arrays.asList(new String[] {"1", "2", "3", "4"}))
    }));
  }
View Full Code Here

TOP

Related Classes of org.waveprotocol.wave.model.testing.RandomDocOpGenerator.Parameters.AnnotationOption

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.