IsGraph( obj )
This boolean function returns true if and only if obj, which can be an object of arbitrary type, is a graph.
true
gap> IsGraph( 1 ); false gap> IsGraph( JohnsonGraph( 3, 2 ) ); true
Previous Up Top NextIndex