Uses of Class
SFE.Compiler.PrimitiveOperator

Packages that use PrimitiveOperator
SFE.Compiler   
 

Uses of PrimitiveOperator in SFE.Compiler
 

Methods in SFE.Compiler that return PrimitiveOperator
 PrimitiveOperator PrimitiveOperator.combineLeftNLeft(PrimitiveOperator other)
          same as combineRightNRight but on the this left and other left pins
 PrimitiveOperator PrimitiveOperator.combineLeftNLeftOnMid(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineLeftNLeftOnRight(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineLeftNRight(PrimitiveOperator other)
          same as combineRightNRight but on the this left and other right pins
 PrimitiveOperator PrimitiveOperator.combineLeftNRightOnMid(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineLeftNRightOnRight(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineMidNLeftOnLeft(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineMidNLeftOnRight(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineMidNRightOnLeft(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineMidNRightOnRight(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineRightNLeft(PrimitiveOperator other)
          same as combineRightNRight but on the this right and other left pin
 PrimitiveOperator PrimitiveOperator.combineRightNLeftOnLeft(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineRightNLeftOnMin(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineRightNRight(PrimitiveOperator other)
          combines this op and other op on the right pin and returns the result.
 PrimitiveOperator PrimitiveOperator.combineRightNRightOnLeft(PrimitiveOperator other)
          same as combineRightNRight but on the this right and other right pins
 PrimitiveOperator PrimitiveOperator.combineRightNRightOnMid(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.equalLeftMid()
          Creates a new PrimitiveOperator from this PrimitiveOpertor's truth table where the left and the middle inputs are assumed to be equal.
 PrimitiveOperator PrimitiveOperator.equalLeftRight()
          Creates a new PrimitiveOperator from this PrimitiveOpertor's truth table where the left and the right inputs are assumed to be equal.
 PrimitiveOperator PrimitiveOperator.equalRightMid()
          Creates a new PrimitiveOperator from this PrimitiveOpertor's truth table where the right and the middle inputs are assumed to be equal.
 PrimitiveOperator PrimitiveOperator.negLeft()
          Creates a new PrimitiveOperator from this PrimitiveOpertor's truth table when the left input bit is negated.
 PrimitiveOperator PrimitiveOperator.negMid()
          Creates a new PrimitiveOperator from this PrimitiveOpertor's truth table when the middle input bit is negated.
 PrimitiveOperator PrimitiveOperator.negOut()
          Creates a new PrimitiveOperator, from this PrimitiveOpertor, that represents the complete boolean function of this PrimitiveOpertor.
 PrimitiveOperator PrimitiveOperator.negRight()
          Creates a new PrimitiveOperator from this PrimitiveOpertor's truth table when the right input bit is negated.
 PrimitiveOperator PrimitiveOperator.oneLeft()
          Creates a new PrimitiveOperator from this PrimitiveOpertor's truth table where the left input bit is the constant one (true).
 PrimitiveOperator PrimitiveOperator.oneMid()
          Creates a new PrimitiveOperator from this PrimitiveOpertor's truth table where the middle input bit is the constant one (true).
 PrimitiveOperator PrimitiveOperator.oneRight()
          Creates a new PrimitiveOperator from this PrimitiveOpertor's truth table where the right input bit is the constant one (true).
 PrimitiveOperator PrimitiveOperator.switchLeftMid()
          Creates a new PrimitiveOperator from this PrimitiveOpertor's truth table where the left and middle inputs are switched.
 PrimitiveOperator PrimitiveOperator.switchRightLeft()
          Creates a new PrimitiveOperator from this PrimitiveOpertor's truth table where the left anright inputs are switched.
 PrimitiveOperator PrimitiveOperator.switchRightMid()
          Creates a new PrimitiveOperator from this PrimitiveOpertor's truth table where the right and middle inputs are switched.
 PrimitiveOperator PrimitiveOperator.zeroLeft()
          Creates a new PrimitiveOperator from this PrimitiveOpertor's truth table where the left input bit is the constant zero (false).
 PrimitiveOperator PrimitiveOperator.zeroMid()
           
 PrimitiveOperator PrimitiveOperator.zeroRight()
          Creates a new PrimitiveOperator from this PrimitiveOpertor's truth table where the right input bit is the constant zero (false).
 

Methods in SFE.Compiler with parameters of type PrimitiveOperator
 PrimitiveOperator PrimitiveOperator.combineLeftNLeft(PrimitiveOperator other)
          same as combineRightNRight but on the this left and other left pins
 PrimitiveOperator PrimitiveOperator.combineLeftNLeftOnMid(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineLeftNLeftOnRight(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineLeftNRight(PrimitiveOperator other)
          same as combineRightNRight but on the this left and other right pins
 PrimitiveOperator PrimitiveOperator.combineLeftNRightOnMid(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineLeftNRightOnRight(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineMidNLeftOnLeft(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineMidNLeftOnRight(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineMidNRightOnLeft(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineMidNRightOnRight(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineRightNLeft(PrimitiveOperator other)
          same as combineRightNRight but on the this right and other left pin
 PrimitiveOperator PrimitiveOperator.combineRightNLeftOnLeft(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineRightNLeftOnMin(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins
 PrimitiveOperator PrimitiveOperator.combineRightNRight(PrimitiveOperator other)
          combines this op and other op on the right pin and returns the result.
 PrimitiveOperator PrimitiveOperator.combineRightNRightOnLeft(PrimitiveOperator other)
          same as combineRightNRight but on the this right and other right pins
 PrimitiveOperator PrimitiveOperator.combineRightNRightOnMid(PrimitiveOperator other)
          same as combineRightNRightOnLeft but on appropraite pins