X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FREADME.txt;h=fbe4fd90bf60ff59c01fd08b6fffd819c662120d;hb=da2cb2feea7bdf425151ea3fd71abf9b8b72c366;hp=c62bb9284c66ac7401c5dc50fd284891d94db081;hpb=cbf693fa62cd51f4ca5c881838bbb609edc447b0;p=creaImageIO.git diff --git a/src2/README.txt b/src2/README.txt index c62bb92..fbe4fd9 100644 --- a/src2/README.txt +++ b/src2/README.txt @@ -27,9 +27,9 @@ ComparatorWithOrder : Abstract Comparator whose order can be reversed Concrete comparison is done by method compare(Node* const &, Node* const &) LexicographicalComparator : A Comparator which stores a vector of Comparators and which performs lexicographical comparison -IntComparator : Compares the values of a given Attribute of the Nodes which is decoded as an int value -FloatComparator : Compares the values of a given Attribute of the Nodes which is decoded as a float value -StringComparator : Compares the values of a given Attribute of the Nodes which is decoded as a string value +IntComparator : Compares the values of a given Attribute of the Nodes which is decoded as an int value +FloatComparator : Compares the values of a given Attribute of the Nodes which is decoded as a float value +StringComparator : Compares the values of a given Attribute of the Nodes which is decoded as a string value * Models : TreeHandler and descendants