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

Class AbstractMultsetIntStepVisitor

  • All Implemented Interfaces:
    IStepVisitor


    public abstract class AbstractMultsetIntStepVisitor
    extends java.lang.Object
    implements IStepVisitor
    Abstract step visitor for int multisets.
    • 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

      • AbstractMultsetIntStepVisitor

        public AbstractMultsetIntStepVisitor(int[] multiset)
    • 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[][])
      • getMultisetArray

        public int[] getMultisetArray()
        Description copied from interface: IStepVisitor
        Get the sorted multi-set array indices, which should be transformed.
        Specified by:
        getMultisetArray in interface IStepVisitor
        Returns:

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.