Thin
(Built-in Mathematica Symbol) Thin is a graphics directive that specifies that lines which follow should be drawn thin.
TimesBy
(Built-in Mathematica Symbol) x *= c multiplies x by c and returns the new value of x.
WeightedGraphQ[g] yields True if the graph g is a weighted graph and False otherwise.
YuleDissimilarity[u, v] gives the Yule dissimilarity between Boolean vectors u and v.
$BaseDirectory gives the base directory in which systemwide files to be loaded by Mathematica are conventionally placed.
$BatchInput is True if input in the current session is being fed directly to the Mathematica kernel in batch mode.
$UserBaseDirectory gives the base directory in which user-specific files to be loaded by Mathematica are conventionally placed.
ClassName[javaclass] returns, as a string, the fully qualified name of the specified JavaClass. ClassName[javaobject] returns the fully qualified name of the Java class of ...
Constructors[javaclass] returns a list of the Java declarations for all constructors of the specified JavaClass. Constructors["classname"] lists the constructor for the named ...
GetClass[javaobject] returns the JavaClass that identifies the object's class.