public class Equations
extends java.lang.Object
| Constructor and Description | 
|---|
Equations()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Equation | 
associativeLaw(OperationSymbol f)  | 
static Equation | 
cyclicLaw(OperationSymbol f)
Test if f(x0,x1,...,x{k-1}) = f(x{k-1},x0, ...,x{k-2}). 
 | 
static Equation | 
firstSecondSymmetricLaw(OperationSymbol f)
Arity must be at least 2. 
 | 
static void | 
main(java.lang.String[] args)  | 
public static Equation associativeLaw(OperationSymbol f)
public static Equation cyclicLaw(OperationSymbol f)
f - public static Equation firstSecondSymmetricLaw(OperationSymbol f)
f - s function symbol with arity at least twopublic static void main(java.lang.String[] args)
args - Copyright 2003 Ralph Freese. All Rights Reserved.