Uses of Class
crypto.rules.CrySLConstraint.LogOps
-
Packages that use CrySLConstraint.LogOps Package Description crypto.cryslhandler crypto.rules -
-
Uses of CrySLConstraint.LogOps in crypto.cryslhandler
Methods in crypto.cryslhandler that return types with arguments of type CrySLConstraint.LogOps Modifier and Type Method Description static Optional<CrySLConstraint.LogOps>CrySLReaderUtils. logOpFromOperator(de.darmstadt.tu.crossing.crySL.Operator operator) -
Uses of CrySLConstraint.LogOps in crypto.rules
Methods in crypto.rules that return CrySLConstraint.LogOps Modifier and Type Method Description CrySLConstraint.LogOpsCrySLConstraint. getOperator()static CrySLConstraint.LogOpsCrySLConstraint.LogOps. valueOf(String name)Returns the enum constant of this type with the specified name.static CrySLConstraint.LogOps[]CrySLConstraint.LogOps. 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 CrySLConstraint.LogOps Constructor Description CrySLConstraint(ISLConstraint l, ISLConstraint r, CrySLConstraint.LogOps op)
-