|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.orsay.lri.varna.models.templates.RNATemplate.RNATemplateElement.EdgeEndPoint
public class RNATemplate.RNATemplateElement.EdgeEndPoint
An edge endpoint is where an edge can connect.
Field Summary | |
---|---|
private RNATemplate.RNATemplateElement.EdgeEndPoint |
otherEndPoint
|
Constructor Summary | |
---|---|
private |
RNATemplate.RNATemplateElement.EdgeEndPoint()
|
Method Summary | |
---|---|
void |
connectTo(RNATemplate.RNATemplateElement.EdgeEndPoint otherEndPoint)
Create an edge between two edge endpoints. |
void |
disconnect()
Disconnect this endpoint from the other, ie. |
RNATemplate.RNATemplateElement |
getElement()
Returns the endpoint on which this edge endpoint is. |
RNATemplate.RNATemplateElement.EdgeEndPoint |
getNextEndPoint()
Get the next endpoint. |
RNATemplate.RNATemplateElement |
getOtherElement()
Returns the endpoint at the other endpoint of the edge. |
RNATemplate.RNATemplateElement.EdgeEndPoint |
getOtherEndPoint()
Returns the other endpoint of the edge. |
RNATemplate.EdgeEndPointPosition |
getPosition()
Get the position on the endpoint where this endpoint is. |
RNATemplate.RNATemplateElement.EdgeEndPoint |
getPreviousEndPoint()
Same as getNextEndPoint(), but with the previous endpoint. |
boolean |
isConnected()
Tells whether this endpoint is connected with an edge to an other endpoint. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private RNATemplate.RNATemplateElement.EdgeEndPoint otherEndPoint
Constructor Detail |
---|
private RNATemplate.RNATemplateElement.EdgeEndPoint()
Method Detail |
---|
public RNATemplate.RNATemplateElement.EdgeEndPoint getNextEndPoint()
public RNATemplate.RNATemplateElement.EdgeEndPoint getPreviousEndPoint()
public RNATemplate.EdgeEndPointPosition getPosition()
public RNATemplate.RNATemplateElement getElement()
public RNATemplate.RNATemplateElement.EdgeEndPoint getOtherEndPoint()
public RNATemplate.RNATemplateElement getOtherElement()
public void disconnect()
public boolean isConnected()
public void connectTo(RNATemplate.RNATemplateElement.EdgeEndPoint otherEndPoint) throws fr.orsay.lri.varna.exceptions.ExceptionEdgeEndpointAlreadyConnected, fr.orsay.lri.varna.exceptions.ExceptionInvalidRNATemplate
fr.orsay.lri.varna.exceptions.ExceptionEdgeEndpointAlreadyConnected
fr.orsay.lri.varna.exceptions.ExceptionInvalidRNATemplate
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |