diff --git a/alib/src/regexp/RegExpElement.h b/alib/src/regexp/RegExpElement.h
index 58fe62bab16fe67c00d314a66a95d326bd6a4651..186fe7c3b06d9d98e5bcde492c6f96e5f5bdff39 100644
--- a/alib/src/regexp/RegExpElement.h
+++ b/alib/src/regexp/RegExpElement.h
@@ -33,6 +33,7 @@ public:
 	 */
 	virtual RegExpElement* clone() const = 0;
 
+	// RegExpEmpty < RegExpEpsilon < RegExpSymbol < RegExpIteration < RegExpAlternation < RegExpConcatenation
 	virtual bool operator<(const RegExpElement&) const = 0;
 	virtual bool operator==(const RegExpElement&) const = 0;
 	virtual bool operator>(const RegExpElement&) const = 0;