Class ShortTiltTerm


public class ShortTiltTerm
extends TiltTerm
ShortTiltTerm holds the Details of Short Tilt Unit Objective Term.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • ShortTiltTerm

      public ShortTiltTerm​(java.lang.String name, Holdings initialHoldings, double[] magnitudeArray, double[] membershipArray) throws java.lang.Exception
      ShortTiltTerm 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