|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.byu.ece.edif.tools.replicate.wiring.PortConnection
public abstract class PortConnection
| Field Summary | |
|---|---|
protected EdifNameable |
_name
|
| Constructor Summary | |
|---|---|
PortConnection()
|
|
PortConnection(EdifNameable name)
|
|
| Method Summary | |
|---|---|
abstract void |
connectToNet(EdifNet net)
Wire the connection to the given net. |
EdifNameable |
getName()
Get the name associated with the PortConnection or null if there is no name |
void |
setName(EdifNameable name)
Associate a name with the PortConnection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EdifNameable _name
| Constructor Detail |
|---|
public PortConnection()
public PortConnection(EdifNameable name)
| Method Detail |
|---|
public abstract void connectToNet(EdifNet net)
net - public EdifNameable getName()
null if there is no name
public void setName(EdifNameable name)
name -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||