|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.biojava.bio.structure.domain.pdp.PDPDistanceMatrix
public class PDPDistanceMatrix
| Constructor Summary | |
|---|---|
PDPDistanceMatrix()
|
|
| Method Summary | |
|---|---|
int[][] |
getDist()
|
int[] |
getIclose()
|
int[] |
getJclose()
|
int |
getNclose()
|
void |
setDist(int[][] dist)
|
void |
setIclose(int[] iclose)
|
void |
setJclose(int[] jclose)
|
void |
setNclose(int nclose)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDPDistanceMatrix()
| Method Detail |
|---|
public int[][] getDist()
public void setDist(int[][] dist)
public int getNclose()
public void setNclose(int nclose)
public int[] getIclose()
public void setIclose(int[] iclose)
public int[] getJclose()
public void setJclose(int[] jclose)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||