com.sculley.jim.swjava
Class CoEdge

java.lang.Object
  |
  +--com.sculley.jim.swjava.peer.CppPeer
        |
        +--com.sculley.jim.swjava.CoEdge

public class CoEdge
extends CppPeer

Insert the type's description here. Creation date: (2/20/00 11:01:05 AM)


Constructor Summary
CoEdge(long ptr)
          CoEdge constructor comment.
 
Method Summary
 double[] evaluate(double parameter)
          Insert the method's description here.
 SWCurveParameters getCurveParameters()
          Insert the method's description here.
 Edge getEdge()
          Insert the method's description here.
 Loop getLoop()
          Insert the method's description here.
 CoEdge getNext()
          Insert the method's description here.
 CoEdge getPartner()
          Insert the method's description here.
 boolean getSense()
          Insert the method's description here.
 
Methods inherited from class com.sculley.jim.swjava.peer.CppPeer
getPtr
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoEdge

public CoEdge(long ptr)
       throws java.lang.IllegalArgumentException
CoEdge constructor comment.
Parameters:
ptr - long
Throws:
java.lang.IllegalArgumentException - The exception description.
Method Detail

evaluate

public double[] evaluate(double parameter)
Insert the method's description here. Creation date: (2/20/00 11:03:06 AM)
Parameters:
parameter - double
Returns:
double[]

getCurveParameters

public SWCurveParameters getCurveParameters()
Insert the method's description here. Creation date: (2/20/00 11:10:42 AM)
Returns:
com.sculley.jim.swjava.SWCurveParameters

getEdge

public Edge getEdge()
Insert the method's description here. Creation date: (2/20/00 11:14:10 AM)
Returns:
com.sculley.jim.swjava.Edge

getLoop

public Loop getLoop()
Insert the method's description here. Creation date: (2/20/00 11:16:10 AM)
Returns:
com.sculley.jim.swjava.Loop

getNext

public CoEdge getNext()
Insert the method's description here. Creation date: (2/20/00 11:17:15 AM)
Returns:
com.sculley.jim.swjava.CoEdge

getPartner

public CoEdge getPartner()
Insert the method's description here. Creation date: (2/20/00 11:17:15 AM)
Returns:
com.sculley.jim.swjava.CoEdge

getSense

public boolean getSense()
Insert the method's description here. Creation date: (2/20/00 11:18:59 AM)
Returns:
boolean