|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectDefaultEdge
edu.jhu.ece.iacl.jist.pipeline.graph.PipeModuleEdge
public class PipeModuleEdge
Edge cell to display on graph.
| Field Summary | |
|---|---|
protected static AvoidanceRouting |
avoidanceRouting
The Constant avoidanceRouting. |
protected PipeConnector |
connector
The connector. |
| Constructor Summary | |
|---|---|
protected |
PipeModuleEdge()
Instantiates a new pipe module edge. |
|
PipeModuleEdge(PipeConnector connector)
Instantiates a new pipe module edge. |
| Method Summary | |
|---|---|
PipeModuleEdge |
clone()
Create a clone of the cell. |
protected java.util.Map |
createEdgeAttributes()
Creates the edge attributes. |
PipeConnector |
getConnector()
Get connector associated with edge. |
void |
setConnector(PipeConnector connector)
Set connector associated with edge. |
void |
setEditable(boolean editable)
Set whether connector will have spinner and be editable. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final transient AvoidanceRouting avoidanceRouting
protected PipeConnector connector
| Constructor Detail |
|---|
protected PipeModuleEdge()
public PipeModuleEdge(PipeConnector connector)
connector - the connector| Method Detail |
|---|
public PipeModuleEdge clone()
protected java.util.Map createEdgeAttributes()
public PipeConnector getConnector()
public void setConnector(PipeConnector connector)
connector - connectorpublic void setEditable(boolean editable)
editable - true if editable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||