Package org.mizartools.dli

Examples of org.mizartools.dli.Functor


      itemDefinition = new Predicate(locusList, properties, redefinition);
      itemType = ItemType.pred;
      break;
    case K : 
      type = Adapter.getType(abstractSignature, constructor.getTypList().getFirst());
      itemDefinition = new Functor(locusList, type, properties, redefinition);
      itemType = ItemType.func;
      break;
    case V :
      type = Adapter.getType(abstractSignature, constructor.getTypList().getFirst());
      itemDefinition = new Attribute(locusList, type, redefinition, properties);
View Full Code Here

TOP

Related Classes of org.mizartools.dli.Functor

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.