All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.osohq.oso.Operator Maven / Gradle / Ivy

package com.osohq.oso;

public enum Operator {
  Eq,
  Geq,
  Gt,
  Leq,
  Lt,
  Neq,
  Add,
  And,
  Assign,
  Cut,
  Debug,
  Div,
  Dot,
  ForAll,
  In,
  Isa,
  Mod,
  Mul,
  New,
  Not,
  Or,
  Print,
  Rem,
  Sub,
  Unify,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy