Serialized Form


Package chordDiagrams

Class chordDiagrams.diagram extends java.lang.Object implements Serializable

serialVersionUID: 2L

Serialized Fields

skipdiag

int[] skipdiag
data structure to hold chords in "skip" format


chords

int[] chords
data structure to store the chords in the "coloring" format


links

int[] links
data structure to store links configuration; stores indices of endpoints of links in the chords array


linkcolors

int[] linkcolors
same as above; stores links by coloring chord endpoints


ringsizes

int[] ringsizes
sort of same as links: stores the link configuration by storing the number of entries each ring occupies


n

int n
number of chord endpoints


k

int k
number of links


connected

boolean[][] connected
stores connectivity graph between links


isConnected

boolean isConnected
is the link graph connected ?


diagID

java.lang.String diagID
Diagram's unique string ID obtained from its canonical form

Class chordDiagrams.Relation extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

relation

java.util.TreeMap<K,V> relation
Holds DiagramID - Coefficient pairs


relationID

java.lang.String relationID
Relation ID