Class NetTiltTerm


public class NetTiltTerm
extends TiltTerm
NetTiltTerm holds the Details of Net Tilt Unit Objective Term.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • NetTiltTerm

      public NetTiltTerm​(java.lang.String name, Holdings initialHoldings, double[] magnitudeArray, double[] membershipArray) throws java.lang.Exception
      NetTiltTerm Constructor
      Parameters:
      name - The Objective Term Name
      initialHoldings - 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