All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class isf.vector.IsfSpace

java.lang.Object
   |
   +----isf.vector.IsfSpace

public class IsfSpace
extends Object
implements Space
vector space for irregular data

I may need an interface between the Space interface and these IsfSpace implementations.

See Also:
Isf, IsfFactory, CoordMapV

Constructor Index

 o IsfSpace(int, int)
builds an IsfSpace with zero default values.
 o IsfSpace(IsfSpace)
copy constructor
 o IsfSpace(Spaces, Keys, CoordMap)

Method Index

 o copy()
 o equals(Object)
Compares two Objects for equality.
 o getNumberOfElements()
 o getNumberOfKeys()
 o hasMember(Vector)
 o newMember()
 o rand()
 o toString()
Returns a string representation of the object.

Constructors

 o IsfSpace
 public IsfSpace(int keys,
                 int elements)
builds an IsfSpace with zero default values.

Parameters:
elements - is the number of irregular data points.
keys - is the number of coordinate values that correspond to each data point.
 o IsfSpace
 public IsfSpace(Spaces spaces,
                 Keys keys,
                 CoordMap coorMap)
 o IsfSpace
 protected IsfSpace(IsfSpace src)
copy constructor

Methods

 o copy
 public JamObject copy()
 o rand
 public void rand()
 o equals
 public boolean equals(Object spc)
Compares two Objects for equality.

Overrides:
equals in class Object
 o newMember
 public Vector newMember()
 o hasMember
 public boolean hasMember(Vector v)
 o getNumberOfElements
 public int getNumberOfElements()
 o getNumberOfKeys
 public int getNumberOfKeys()
 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