|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xistrat.bean.Transposition
public class Transposition
bulk data object to represent a transposition (2-cycle permutation)
used in ExportData util to store treated ones
ExportData
Field Summary | |
---|---|
int[] |
points
|
Constructor Summary | |
---|---|
Transposition()
|
|
Transposition(int a,
int b)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int[] points
Constructor Detail |
---|
public Transposition()
public Transposition(int a, int b)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |