Add a Tuple to this table. If the Tuple is already a member of this table, nothing is done and null is returned. If the Tuple is not a member of this Table but has a compatible data schema, as determined by {@link Schema#isAssignableFrom(Schema)}, a new row is created, the Tuple's values are copied, and the new Tuple that is a member of this Table is returned. If the data schemas are not compatible, nothing is done and null is returned.
@param t the Tuple to "add" to this table
@return the actual Tuple instance added to this table, or null ifno new Tuple has been added
@see prefuse.data.tuple.TupleSet#addTuple(prefuse.data.Tuple)
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.