Table of Contents
Overloaded operators
Some operators are overloaded by default.
Nodes
The most commonly used overload operators are applied to the Nodes.
Functions
Instances of de.grogra.xl.lang.FloatToFloat represent functions which take floats as input and return values of type float. Such instances cant be created by:
- lambda expressions of the XL programming language, e.g.,
FloatToFloat f = float x => float
- some expression containing x
Collections
Collections of the type java.util.List, and all the list in xl.lang. : BooleanList, IntList, … ObjectList, have the operator shl overloaded.
Dataset
The operator shl overload adding data to the dataset.
PrintWriter
The PrintWriter objects can easily get content added with the overload operator shl
Tuples
Tuples are set of 2 to 4 values of either float or double. They are implemented by the classes: PointXY, VectorXY, where X is the dimension (2 to 4) and Y is the type (d, or f).
Volumes
The operator and is overloaded for all de.grogra.vecmath.geom.Volume.
Chemical Expression
No clue what they are.
