lemon/lgf_reader.h
changeset 182 9c6dfb5141d3
parent 181 e34570db81ea
child 186 9159de5e9657
     1.1 --- a/lemon/lgf_reader.h	Wed Jun 18 13:07:18 2008 +0100
     1.2 +++ b/lemon/lgf_reader.h	Wed Jun 18 13:52:23 2008 +0100
     1.3 @@ -2188,7 +2188,7 @@
     1.4      /// \brief Gives back the node maps for the given section.
     1.5      ///
     1.6      /// Gives back the node maps for the given section.
     1.7 -    const std::vector<std::string>& nodeMaps(int i) const {
     1.8 +    const std::vector<std::string>& nodeMapNames(int i) const {
     1.9        return _node_maps[i];
    1.10      }
    1.11  
    1.12 @@ -2216,8 +2216,8 @@
    1.13      /// \brief Gives back the arc/edge maps for the given section.
    1.14      ///
    1.15      /// Gives back the arc/edge maps for the given section.
    1.16 -    /// \note It is synonym of \c edgeMaps().
    1.17 -    const std::vector<std::string>& arcMaps(int i) const {
    1.18 +    /// \note It is synonym of \c edgeMapNames().
    1.19 +    const std::vector<std::string>& arcMapNames(int i) const {
    1.20        return _edge_maps[i];
    1.21      }
    1.22  
    1.23 @@ -2245,8 +2245,8 @@
    1.24      /// \brief Gives back the edge maps for the given section.
    1.25      ///
    1.26      /// Gives back the edge maps for the given section.
    1.27 -    /// \note It is synonym of \c arcMaps().
    1.28 -    const std::vector<std::string>& edgeMaps(int i) const {
    1.29 +    /// \note It is synonym of \c arcMapNames().
    1.30 +    const std::vector<std::string>& edgeMapNames(int i) const {
    1.31        return _edge_maps[i];
    1.32      }
    1.33  
    1.34 @@ -2265,7 +2265,7 @@
    1.35      /// \brief Returns the section name at the given position. 
    1.36      ///
    1.37      /// Returns the section name at the given position. 
    1.38 -    const std::string& attributeSection(int i) const {
    1.39 +    const std::string& attributeSectionNames(int i) const {
    1.40        return _attribute_sections[i];
    1.41      }
    1.42