|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jcae.mesh.amibe.ds.MEdge1D
public class MEdge1D
1D edge.
Constructor Summary | |
---|---|
MEdge1D(MNode1D begin,
MNode1D end)
Creates an edge bounded by two MNode1D instances. |
Method Summary | |
---|---|
int |
getID()
Returns the public identifer. |
MNode1D |
getNodes1()
Returns the first MNode1D instance. |
MNode1D |
getNodes2()
Returns the second MNode1D instance. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MEdge1D(MNode1D begin, MNode1D end)
MNode1D
instances.
begin
- first end point,end
- second end point,Method Detail |
---|
public int getID()
public MNode1D getNodes1()
MNode1D
instance.
MNode1D
instance.public MNode1D getNodes2()
MNode1D
instance.
MNode1D
instance.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |