Package org.rascalmpl.library.vis.figure.keys

Examples of org.rascalmpl.library.vis.figure.keys.NominalKey


      */
     
    case INTERVALKEY:
      //return new IntervalKey(env,c.get(0),c.get(1),properties,childProps);
    case NOMINALKEY:
      return new NominalKey(env,(IList)c.get(0),c.get(1),properties,childProps);
     
    case HVCAT:
      children = makeList(env,c.get(0),properties,childPropsNext);
      return new HVCat(Dimension.X, children, properties);
     
View Full Code Here

TOP

Related Classes of org.rascalmpl.library.vis.figure.keys.NominalKey

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.