Uses of Class
crypto.rules.CrySLComparisonConstraint.CompOp
-
Packages that use CrySLComparisonConstraint.CompOp Package Description crypto.cryslhandler crypto.rules -
-
Uses of CrySLComparisonConstraint.CompOp in crypto.cryslhandler
Methods in crypto.cryslhandler that return types with arguments of type CrySLComparisonConstraint.CompOp Modifier and Type Method Description static Optional<CrySLComparisonConstraint.CompOp>CrySLReaderUtils. compOpFromOperator(de.darmstadt.tu.crossing.crySL.Operator operator) -
Uses of CrySLComparisonConstraint.CompOp in crypto.rules
Methods in crypto.rules that return CrySLComparisonConstraint.CompOp Modifier and Type Method Description CrySLComparisonConstraint.CompOpCrySLComparisonConstraint. getOperator()static CrySLComparisonConstraint.CompOpCrySLComparisonConstraint.CompOp. valueOf(String name)Returns the enum constant of this type with the specified name.static CrySLComparisonConstraint.CompOp[]CrySLComparisonConstraint.CompOp. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in crypto.rules with parameters of type CrySLComparisonConstraint.CompOp Constructor Description CrySLComparisonConstraint(CrySLArithmeticConstraint l, CrySLArithmeticConstraint r, CrySLComparisonConstraint.CompOp op)
-