|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.pharmacophore.PSymbols
public class PSymbols
Class storing and sorting pharmacophore symbols.
| Constructor Summary | |
|---|---|
PSymbols(java.util.Collection psymbols)
Constructor. |
|
PSymbols(java.lang.String[] psymbols)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getIndex(java.lang.String symbol)
Gets the index associated of the specified symbol. |
java.lang.String |
getSymbol(int i)
Gets the symbol at the given index. |
int |
getSymbolCount()
returns the number of symbols |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PSymbols(java.lang.String[] psymbols)
psymbols - is the symbol arraypublic PSymbols(java.util.Collection psymbols)
psymbols - is the symbol collection| Method Detail |
|---|
public int getSymbolCount()
public java.lang.String getSymbol(int i)
i - is the symbol index
java.lang.IllegalArgumentException - if the symbol index is out-of-rangepublic int getIndex(java.lang.String symbol)
symbol - pharmacophore property (feature) symbol
java.lang.IllegalArgumentException - if the symbol is not found
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||