public class SameLengthMotifs extends Object
| Constructor and Description |
|---|
SameLengthMotifs() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxMotifLen() |
int |
getMinMotifLen() |
ArrayList<SAXMotif> |
getSameLenMotifs() |
void |
setMaxMotifLen(int maxMotifLen) |
void |
setMinMotifLen(int minMotifLen) |
void |
setSameLenMotifs(ArrayList<SAXMotif> sameLenMotifs) |
public void setSameLenMotifs(ArrayList<SAXMotif> sameLenMotifs)
sameLenMotifs - the sameLenMotifs to setpublic int getMinMotifLen()
public void setMinMotifLen(int minMotifLen)
minMotifLen - the minMotifLen to setpublic int getMaxMotifLen()
public void setMaxMotifLen(int maxMotifLen)
maxMotifLen - the maxMotifLen to setCopyright © 2021 JMotif. All rights reserved.