Add a column with the given name and data type to this table.
@param name the data field name for the column
@param type the data type, as a Java Class, for the column
@see prefuse.data.tuple.TupleSet#addColumn(java.lang.String,java.lang.Class)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.