Interface fi.hut.tcm.jacob.conduits.Side
- public abstract interface Side
Side
Field Summary
|
static int
|
A
|
static int
|
B
|
A
public static final int A
B
public static final int B
attach
public void attach(Side next)
throws SideException,
java.lang.IllegalArgumentException
detach
public Side detach()
accept
public void accept(Visitor visitor)
throws ConductingException
getConduit
public Conduit getConduit()
getAttached
public Side getAttached()
getNext
public Side getNext()
setMessenger
public void setMessenger(Messenger msgr)
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Overrides:
- clone in class java.lang.Object
dump
public void dump()