Package infosapient.hdg

Source Code of infosapient.hdg.FzyHdgMOSTLY

package infosapient.hdg;
/*
* Copyright (c) 2001, Workplace Performance Tools, All Rights Reserved.
*
* LICENSE TO USE THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THE COMMON PUBLIC LICENSE 0.5
* ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES
* RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
* The license may be viewed at:
* http://www.opensource.org/licenses/cpl.html
*/
import infosapient.system.FzySet;
/**
* @author: Michael McConnell
* @version $Revision: 1.1.1.1 $
*/
import java.rmi.server.ObjID;

public class FzyHdgMOSTLY extends FzyHedge {
  static final long serialVersionUID = 7725965595632043344L;
  public FzyHdgMOSTLY() {myID = new ObjID();}
  public FzySet apply(FzySet aSet) {
  return aSet;
  }
  public String getName() { return "mostly"; }
}
TOP

Related Classes of infosapient.hdg.FzyHdgMOSTLY

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.