public class GraphVariableDescription
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
| Constructor and Description |
|---|
GraphVariableDescription()
Constructs a GraphVariableDescription with a default values.
|
GraphVariableDescription(java.lang.String dataset,
java.lang.String[] variables)
Constructs a GraphVariableDescription with the given attribute
values.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates and returns a copy of this object.
|
java.lang.String |
getDataset()
Gets the dataset's name.
|
java.lang.String[] |
getVariables()
Gets the variables.
|
void |
setDataset(java.lang.String value)
Sets the dataset's name.
|
void |
setVariables(java.lang.String[] values)
Sets the variables.
|
public GraphVariableDescription()
public GraphVariableDescription(java.lang.String dataset,
java.lang.String[] variables)
dataset - name of dataset to which variables belongvariables - names of the variables to be graphedpublic java.lang.String getDataset()
setDataset(java.lang.String)public void setDataset(java.lang.String value)
value - new dataset valuegetDataset()public java.lang.String[] getVariables()
setVariables(java.lang.String[])public void setVariables(java.lang.String[] values)
values - names of variablesgetVariables()public java.lang.Object clone()
clone in class java.lang.ObjectObject.clone()CDAS Feedback.
Copyright © 2003-2021 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.