Uses of Interface
org.xmloperator.lambda2.net.model.Stack

Packages that use Stack
org.xmloperator.lambda2.net.impl   
org.xmloperator.lambda2.net.model   
 

Uses of Stack in org.xmloperator.lambda2.net.impl
 

Classes in org.xmloperator.lambda2.net.impl that implement Stack
 class StackImpl
          Stack implementation.
 

Methods in org.xmloperator.lambda2.net.impl with parameters of type Stack
 void BinaryCellImpl.collectPorts(Stack portStack)
           
 void CellImpl.collectPorts(Stack portStack)
           
 void DecoderImpl.collectPorts(Stack portStack)
           
 void PentaryMultiplexorImpl.collectPorts(Stack portStack)
           
 void WireCellImpl.collectPorts(Stack portStack)
           
 

Uses of Stack in org.xmloperator.lambda2.net.model
 

Methods in org.xmloperator.lambda2.net.model with parameters of type Stack
 void Cell.collectPorts(Stack portStack)
          Adds its ports to a given Stack.