public interface Gate
| Modifier and Type | Method and Description |
|---|---|
void |
backward()
Method to compute the backward
computation for this gate.
|
void |
forward()
Method to compute the forward
computation for this gate.
|
java.util.List<Link> |
inputs()
Returns the list of input links (incoming edges) for this Gate.
|
java.util.List<Link> |
outputs()
Returns the list of output links (outgoing edges) for this Gate.
|
void |
update()
Update the parmameters of this gate on
the basis of backward computation.
|
void forward()
void backward()
void update()
java.util.List<Link> inputs()
List of Links, null
if no inputs