27 #ifndef __SALOMEDS_USECaseBuilder_H__
28 #define __SALOMEDS_USECaseBuilder_H__
34 #include <SALOMEconfig.h>
35 #include CORBA_SERVER_HEADER(SALOMEDS)
51 virtual bool Append(
const _PTR(SObject)& theObject);
52 virtual bool Remove(
const _PTR(SObject)& theObject);
53 virtual bool AppendTo(
const _PTR(SObject)& theFather,
_PTR(SObject) theObject);
58 virtual bool SortChildren(
const _PTR(SObject)& theObject,
bool theAscendingOrder);
62 virtual
bool SetName(const std::
string& theName);