Class LongTiltTerm


public class LongTiltTerm
extends TiltTerm
LongTiltTerm holds the Details of Long Tilt Unit Objective Term.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LongTiltTerm

      public LongTiltTerm​(java.lang.String name, Holdings initialHoldings, double[] magnitudeArray, double[] membershipArray) throws java.lang.Exception
      LongTiltTerm Constructor
      Parameters:
      name - The Objective Term Name
      initialHoldings - The Initial Holdings
      magnitudeArray - The Tilt Magnitude Block Attribute Array
      membershipArray - The Tilt Membership Block Classification Array
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details