Documentation of 'org.matheclipse.combinatoric.AbstractListStepVisitor' Java class
AbstractListStepVisitor
org.matheclipse.combinatoric

Class AbstractListStepVisitor<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int[] getMultisetArray()
      Get the sorted multi-set array indices, which should be transformed.
      boolean visit(int[] result)
      Get the current result of the combinatorics algorithm step.
      boolean visit(int[][] result)
      Get the current result of the combinatorics algorithm step.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractListStepVisitor

        public AbstractListStepVisitor(java.util.List<? extends T> list)
      • AbstractListStepVisitor

        public AbstractListStepVisitor(java.util.List<? extends T> list,
                                       int start)
      • AbstractListStepVisitor

        public AbstractListStepVisitor(java.util.List<? extends T> list,
                                       int start,
                                       int end)
    • Method Detail

      • visit

        public boolean visit(int[][] result)
        Get the current result of the combinatorics algorithm step.
        Specified by:
        visit in interface IStepVisitor
        Returns:
        false if the combinatorics algorithm should stop immediately; true otherwise.
        See Also:
        IStepVisitor.visit(int[][])
      • visit

        public boolean visit(int[] result)
        Get the current result of the combinatorics algorithm step.
        Specified by:
        visit in interface IStepVisitor
        Returns:
        false if the combinatorics algorithm should stop immediately; true otherwise.
        See Also:
        IStepVisitor.visit(int[][])

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.