org.uacalc.io
Class JSONChannel

java.lang.Object
  extended by org.uacalc.io.JSONChannel

public class JSONChannel
extends java.lang.Object

Communication with outside programs like Sage. The main method can be called with 2 arguments. The first is a string containing a command and possibilities some modifiers. The second is the name of a file containing one or more algebras.

Author:
ralph

Constructor Summary
JSONChannel()
           
 
Method Summary
static void doCongruenceLattices(java.util.List<SmallAlgebra> algebras)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONChannel

public JSONChannel()
Method Detail

doCongruenceLattices

public static void doCongruenceLattices(java.util.List<SmallAlgebra> algebras)

main

public static void main(java.lang.String[] args)
Parameters:
args -


Copyright 2003 Ralph Freese. All Rights Reserved.