|
JMV 0.80 Programmer's Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--BondSearch.GridSearchPair
GridSearchPair holds information for 2 atoms that share a bond
Field Summary | |
int |
index1
atom index of first atom |
int |
index2
atom index of second atom |
BondSearch.GridSearchPair |
next
next GridSearchPair |
Constructor Summary | |
BondSearch.GridSearchPair()
Constructor |
|
BondSearch.GridSearchPair(int ind1,
int ind2)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int index1
public int index2
public BondSearch.GridSearchPair next
Constructor Detail |
public BondSearch.GridSearchPair()
public BondSearch.GridSearchPair(int ind1, int ind2)
ind1
- index number of first atomind2
- index number of second atom
|
Copyright (C) 2000-2002 The Board of Trustees of the University of Illinois | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |