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.


Variable Index

 o label
 o unit

Constructor Index

 o Key(Key)
copy constructor
 o Key(String, String)

Method Index

 o copy()
 o equals(Object)
Compares two Objects for equality.
 o toString()
Returns a string representation of the object.

Variables

 o label
 public String label
 o unit
 public String unit

Constructors

 o Key
 public Key(String label,
            String unit)
 o Key
 public Key(Key src)
copy constructor

Methods

 o copy
 public JamObject copy()
 o equals
 public boolean equals(Object newKey)
Compares two Objects for equality.

Overrides:
equals in class Object
 o 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