Package com.tll.model

Examples of com.tll.model.IScalar


  /**
   * Tests basic marshaling of IScalar instances.
   * @throws Exception Upon failure.
   */
  public void testScalarMarshaling() throws Exception {
    final IScalar scalar = new IScalar() {

      public Map<String, Object> getTupleMap() {
        return tupleMap;
      }

View Full Code Here

TOP

Related Classes of com.tll.model.IScalar

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.