|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bioconductor.packages.rservices.RObject
org.bioconductor.packages.rservices.RVector
public abstract class RVector
Field Summary | |
---|---|
protected java.lang.String[] |
names
|
Constructor Summary | |
---|---|
RVector()
|
|
RVector(java.lang.String[] names)
|
Method Summary | |
---|---|
java.lang.String[] |
getNames()
Gets the names for this RVector. |
int |
length()
|
void |
setNames(java.lang.String[] names)
Sets the names for this RVector. |
Methods inherited from class org.bioconductor.packages.rservices.RObject |
---|
getOutputMsg, setOutputMsg |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String[] names
Constructor Detail |
---|
public RVector()
public RVector(java.lang.String[] names)
Method Detail |
---|
public void setNames(java.lang.String[] names)
names
- public java.lang.String[] getNames()
public int length()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |