Uses of Class
org.redfx.strangefx.ui.PartialGate.ControlQubit
-
Packages that use PartialGate.ControlQubit Package Description org.redfx.strangefx.ui -
-
Uses of PartialGate.ControlQubit in org.redfx.strangefx.ui
Methods in org.redfx.strangefx.ui that return PartialGate.ControlQubit Modifier and Type Method Description static PartialGate.ControlQubitPartialGate.ControlQubit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PartialGate.ControlQubit[]PartialGate.ControlQubit. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.redfx.strangefx.ui with parameters of type PartialGate.ControlQubit Constructor Description PartialGate(PartialGate.ControlQubit cq)
-