All Packages Class Hierarchy This Package Previous Next Index
Class isf.vector.Key
java.lang.Object
|
+----isf.vector.Key
- public class Key
- extends Object
- implements JamObject
Key specification for irregularly sampled function.
-
label
-
-
unit
-
-
Key(Key)
- copy constructor
-
Key(String, String)
-
-
copy()
-
-
equals(Object)
- Compares two Objects for equality.
-
toString()
- Returns a string representation of the object.
label
public String label
unit
public String unit
Key
public Key(String label,
String unit)
Key
public Key(Key src)
- copy constructor
copy
public JamObject copy()
equals
public boolean equals(Object newKey)
- Compares two Objects for equality.
- Overrides:
- equals in class Object
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index