org.matheclipse.combinatoric
Class AbstractMultisetStepVisitor<T>
- java.lang.Object
-
- org.matheclipse.combinatoric.AbstractListStepVisitor<T>
-
- org.matheclipse.combinatoric.AbstractMultisetStepVisitor<T>
-
- All Implemented Interfaces:
- IStepVisitor
public abstract class AbstractMultisetStepVisitor<T> extends AbstractListStepVisitor<T>
Abstract step visitor for multisets of typeT.
-
-
Constructor Summary
Constructors Constructor and Description AbstractMultisetStepVisitor(java.util.List<? extends T> sortedList)AbstractMultisetStepVisitor(java.util.List<? extends T> sortedList, int start)AbstractMultisetStepVisitor(java.util.List<? extends T> sortedList, int start, int end)
-
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.-
Methods inherited from class org.matheclipse.combinatoric.AbstractListStepVisitor
visit, visit
-
-
-
-
Constructor Detail
-
AbstractMultisetStepVisitor
public AbstractMultisetStepVisitor(java.util.List<? extends T> sortedList)
-
AbstractMultisetStepVisitor
public AbstractMultisetStepVisitor(java.util.List<? extends T> sortedList, int start)
-
AbstractMultisetStepVisitor
public AbstractMultisetStepVisitor(java.util.List<? extends T> sortedList, int start, int end)
-
-
Method Detail
-
getMultisetArray
public int[] getMultisetArray()
Get the sorted multi-set array indices, which should be transformed.- Specified by:
getMultisetArrayin interfaceIStepVisitor- Overrides:
getMultisetArrayin classAbstractListStepVisitor<T>- Returns:
- See Also:
IStepVisitor.visit(int[][])
-
-
DMelt 3.0 © DataMelt by jWork.ORG