Initializing help system before first use

LinearView

  • java.lang.Object
    • com.dashoptimization.objects.LinearView
  • All Implemented Interfaces:
    java.lang.Iterable<LinCoef>

    public abstract class LinearView
    extends java.lang.Object
    implements java.lang.Iterable<LinCoef>
    A read-only view on a linear expression.
    Since:
    43.00
    • Constructor Summary

      Constructor Description
      LinearView()  
    • Method Summary

      Modifier and Type Method Description
      abstract java.util.Iterator<LinCoef> iterator()
      Get an iterator for this view.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • LinearView

        public LinearView()
    • Method Detail

      • iterator

        public abstract java.util.Iterator<LinCoef> iterator()
        Get an iterator for this view.
        Specified by:
        iterator in interface  java.lang.Iterable<LinCoef>
        Since:
        43.00

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.