Uses of Class
fr.cnes.sitools.dataset.model.structure.StructureNodeComplete

Packages that use StructureNodeComplete
fr.cnes.sitools.dataset.database.jdbc   
fr.cnes.sitools.dataset.model.structure   
 

Uses of StructureNodeComplete in fr.cnes.sitools.dataset.database.jdbc
 

Method parameters in fr.cnes.sitools.dataset.database.jdbc with type arguments of type StructureNodeComplete
 java.lang.String RequestSql.getNodeFrom(java.util.List<StructureNodeComplete> nodeList, int level, java.lang.String parentheseFermante)
          Get the node from the node list, the level and the closing parenthesis
 java.lang.String RequestMysql.getNodeFrom(java.util.List<StructureNodeComplete> nodeList, int level, java.lang.String parentheseFermante)
           
 java.lang.String RequestPostgres.getNodeFrom(java.util.List<StructureNodeComplete> nodeList, int level, java.lang.String parentheseFermante)
           
 

Uses of StructureNodeComplete in fr.cnes.sitools.dataset.model.structure
 

Methods in fr.cnes.sitools.dataset.model.structure that return types with arguments of type StructureNodeComplete
 java.util.List<StructureNodeComplete> StructureNodeComplete.getChildren()
          Gets the children value
 java.util.List<StructureNodeComplete> SitoolsStructure.getNodeList()
          Gets the nodeList value
 

Method parameters in fr.cnes.sitools.dataset.model.structure with type arguments of type StructureNodeComplete
 void StructureNodeComplete.setChildren(java.util.List<StructureNodeComplete> children)
          Sets the value of children
 void SitoolsStructure.setNodeList(java.util.List<StructureNodeComplete> nodeList)
          Sets the value of nodeList
 



Copyright © 2010-2013 CNES. All Rights Reserved.