|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmutant.descriptors.SubstituentPosition
public class SubstituentPosition
Field Summary | |
---|---|
protected int |
position
|
protected boolean |
ring
|
Constructor Summary | |
---|---|
SubstituentPosition(int position,
boolean ring)
|
Method Summary | |
---|---|
int |
getPosition()
|
boolean |
isRing()
|
void |
setPosition(int position)
|
void |
setRing(boolean ring)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int position
protected boolean ring
Constructor Detail |
---|
public SubstituentPosition(int position, boolean ring)
Method Detail |
---|
public int getPosition()
public void setPosition(int position)
public boolean isRing()
public void setRing(boolean ring)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |