Version: 8.3.0
YACS::ENGINE::StudyInNode Class Reference

#include <StudyNodes.hxx>

Inheritance diagram for YACS::ENGINE::StudyInNode:
Collaboration diagram for YACS::ENGINE::StudyInNode:

Public Member Functions

 StudyInNode (const std::string &name)
 
 StudyInNode (const StudyInNode &other, ComposedNode *father)
 
virtual void execute ()
 
virtual void accept (Visitor *visitor)
 
virtual void checkBasicConsistency () const throw (Exception)
 
virtual void setData (OutputPort *port, const std::string &data)
 
virtual OutputPortcreateOutputPort (const std::string &outputPortName, TypeCode *type)
 
virtual std::string typeName ()
 
- Public Member Functions inherited from YACS::ENGINE::DataNode
virtual void setData (InputPort *port, const std::string &data)
 
virtual void setRef (const std::string &ref)
 
virtual std::string getRef ()
 
virtual ~DataNode ()
 
- Public Member Functions inherited from YACS::ENGINE::ElementaryNode
virtual ~ElementaryNode ()
 
void exUpdateState ()
 Update the node state. More...
 
void init (bool start=true)
 
bool isDeployable () const
 
ComponentInstancegetComponent ()
 
const ComponentInstancegetComponent () const
 
ContainergetContainer ()
 
YACS::StatesForNode getState () const
 
void getReadyTasks (std::vector< Task * > &tasks)
 
void edRemovePort (Port *port) throw (Exception)
 
std::list< ElementaryNode * > getRecursiveConstituents () const
 
std::list< ProgressWeightgetProgressWeight () const
 Get the progress weight for all elementary nodes. More...
 
NodegetChildByName (const std::string &name) const throw (Exception)
 
ComposedNodegetDynClonerIfExists (const ComposedNode *levelToStop) const
 
int getNumberOfInputPorts () const
 
int getNumberOfOutputPorts () const
 
std::string getInPortName (const InPort *) const throw (Exception)
 
std::string getOutPortName (const OutPort *) const throw (Exception)
 
InputPortgetInputPort (const std::string &name) const throw (Exception)
 
OutputPortgetOutputPort (const std::string &name) const throw (Exception)
 
std::list< InputPort * > getSetOfInputPort () const
 
std::list< OutputPort * > getSetOfOutputPort () const
 
std::list< InputPort * > getLocalInputPorts () const
 
std::list< OutputPort * > getLocalOutputPorts () const
 
std::set< OutPort * > getAllOutPortsLeavingCurrentScope () const
 
std::set< InPort * > getAllInPortsComingFromOutsideOfCurrentScope () const
 
virtual std::vector< std::pair
< OutPort *, InPort * > > 
getSetOfLinksLeavingCurrentScope () const
 
virtual std::vector< std::pair
< InPort *, OutPort * > > 
getSetOfLinksComingInCurrentScope () const
 
std::list< InputDataStreamPort * > getSetOfInputDataStreamPort () const
 
std::list< OutputDataStreamPort * > getSetOfOutputDataStreamPort () const
 
InputDataStreamPortgetInputDataStreamPort (const std::string &name) const throw (Exception)
 
OutputDataStreamPortgetOutputDataStreamPort (const std::string &name) const throw (Exception)
 
virtual InputPortcreateInputPort (const std::string &inputPortName, TypeCode *type)
 
virtual InputDataStreamPortcreateInputDataStreamPort (const std::string &inputPortDSName, TypeCode *type)
 
virtual OutputDataStreamPortcreateOutputDataStreamPort (const std::string &outputPortDSName, TypeCode *type)
 
virtual InputPortedAddInputPort (const std::string &inputPortName, TypeCode *type) throw (Exception)
 
virtual OutputPortedAddOutputPort (const std::string &outputPortName, TypeCode *type) throw (Exception)
 
virtual InputDataStreamPortedAddInputDataStreamPort (const std::string &inputPortDSName, TypeCode *type) throw (Exception)
 
virtual OutputDataStreamPortedAddOutputDataStreamPort (const std::string &outputPortDSName, TypeCode *type) throw (Exception)
 
virtual void edOrderInputPorts (const std::list< InputPort * > &ports)
 
virtual void edOrderOutputPorts (const std::list< OutputPort * > &ports)
 
virtual void edUpdateState ()
 update the status of the node More...
 
virtual void ensureLoading ()
 Put this node into TOLOAD state when possible. More...
 
int getMaxLevelOfParallelism () const
 
void begin ()
 
bool isReady ()
 
void finished ()
 
void aborted ()
 
void loaded ()
 Notify this node that it is loaded. More...
 
void connected ()
 Notify this node that it is connected. More...
 
virtual std::string getErrorDetails ()
 Give a description of error when node status is ERROR. More...
 
virtual void initService ()
 
virtual void connectService ()
 
virtual void disconnectService ()
 
virtual void load ()
 
virtual void getCoupledTasks (std::set< Task * > &coupledSet)
 Calls getCoupledNodes for Task interface. More...
 
virtual void getCoupledNodes (std::set< Task * > &coupledSet)
 Put all nodes that are coupled to this node in coupledSet. More...
 
virtual void addDatastreamPortToInitMultiService (const std::string &port_name, int number)
 
template<class PORT >
void edRemovePortTypedFromSet (PORT *port, std::list< PORT * > &setOfPorts) throw (Exception)
 
template<class PORT >
bool isPortNameAlreadyExist (const std::string &portName, const std::list< PORT * > &setOfPorts)
 
- Public Member Functions inherited from YACS::ENGINE::Node
virtual ~Node ()
 
virtual void shutdown (int level)
 Stop all pending activities of the node. More...
 
virtual void resetState (int level)
 Reset the node state depending on the parameter level. More...
 
Nodeclone (ComposedNode *father, bool editionOnly=true) const
 This method MUST NEVER BE VIRTUAL More...
 
NodecloneWithoutCompAndContDeepCpy (ComposedNode *father, bool editionOnly=true) const
 This method MUST NEVER BE VIRTUAL More...
 
void setState (YACS::StatesForNode theState)
 Sets the given state for node. More...
 
virtual YACS::StatesForNode getEffectiveState () const
 Return the node state in the context of its father. More...
 
virtual YACS::StatesForNode getEffectiveState (const Node *) const
 Return the effective state of a node in the context of this one (its father) More...
 
std::string getColorState (YACS::StatesForNode state) const
 Return the color associated to a state. More...
 
InGategetInGate ()
 
OutGategetOutGate ()
 
const std::string & getName () const
 
void setName (const std::string &name)
 Change the name of the node. More...
 
ComposedNodegetFather () const
 
const std::string getId () const
 
bool exIsControlReady () const
 
std::list< Node * > getOutNodes () const
 
virtual void writeDot (std::ostream &os) const
 Dump to the input stream a dot representation of the node. More...
 
virtual void exFailedState ()
 Notify this node that its execution has failed. More...
 
virtual void exDisabledState ()
 Notify this node that it has been disabled. More...
 
std::list< InPort * > getSetOfInPort () const
 
std::list< OutPort * > getSetOfOutPort () const
 
virtual std::set< InputPort * > edGetSetOfUnitializedInputPort () const
 Becomes deprecated soon. Replaced by ComposedNode::CheckConsistency. More...
 
virtual bool edAreAllInputPortInitialized () const
 Becomes deprecated soon. Replaced by ComposedNode::CheckConsistency. More...
 
InPortgetInPort (const std::string &name) const throw (Exception)
 
InPropertyPortgetInPropertyPort () const throw (Exception)
 
virtual OutPortgetOutPort (const std::string &name) const throw (Exception)
 
std::list< ComposedNode * > getAllAscendanceOf (ComposedNode *levelToStop=0) const
 
bool operator> (const Node &other) const
 
bool operator< (const Node &other) const
 
std::string getImplementation () const
 
virtual ComposedNodegetRootNode () const throw (Exception)
 
virtual void setProperty (const std::string &name, const std::string &value)
 
virtual std::string getProperty (const std::string &name)
 
std::map< std::string,
std::string > 
getProperties ()
 
std::map< std::string,
std::string > 
getPropertyMap ()
 
virtual void setProperties (std::map< std::string, std::string > properties)
 
virtual ProcgetProc ()
 
virtual const ProcgetProc () const
 
std::string getQualifiedName () const
 same as Node::getName() in most cases, but differs for children of switch More...
 
int getNumId ()
 return node instance identifiant, unique for each node instance More...
 
std::vector< std::pair
< std::string, int > > 
getDPLScopeInfo (ComposedNode *gfn)
 
virtual void applyDPLScope (ComposedNode *gfn)
 
virtual void sendEvent (const std::string &event)
 emit notification to all observers registered with the dispatcher More...
 
virtual void sendEvent2 (const std::string &event, void *something)
 emit notification to all observers registered with the dispatcher More...
 
virtual std::string getErrorDetails () const
 
virtual void setErrorDetails (const std::string &error)
 
virtual void modified ()
 Sets Node in modified state and its father if it exists. More...
 
virtual int isModified ()
 
virtual int isValid ()
 indicates if the node is valid (returns 1) or not (returns 0) More...
 
virtual std::string getErrorReport ()
 returns a string that contains an error report if the node is in error More...
 
virtual std::string getContainerLog ()
 returns a string that contains the name of the container log file if it exists More...
 
virtual void cleanNodes ()
 Clean the node in case of not clean exit. More...
 
- Public Member Functions inherited from YACS::ENGINE::Task
virtual ~Task ()
 

Static Public Attributes

static const char IMPL_NAME [] ="XML"
 

Protected Member Functions

NodesimpleClone (ComposedNode *father, bool editionOnly) const
 
- Protected Member Functions inherited from YACS::ENGINE::DataNode
 DataNode (const DataNode &other, ComposedNode *father)
 
 DataNode (const std::string &name)
 
- Protected Member Functions inherited from YACS::ENGINE::ElementaryNode
 ElementaryNode (const std::string &name)
 
 ElementaryNode (const ElementaryNode &other, ComposedNode *father)
 
void performDuplicationOfPlacement (const Node &other)
 performs a duplication of placement using clone method of containers and components. clone behaviour is driven by attachOnCloning attribute. More...
 
void performShallowDuplicationOfPlacement (const Node &other)
 performs a also duplication of placement but here containers and components are not copied at all whatever the value of attachedOnCloning. More...
 
void initCommonPartWithoutStateManagement (bool start)
 
virtual void createMultiDatastreamPorts ()
 
void edDisconnectAllLinksWithMe ()
 
bool areAllInputPortsValid () const
 
template<class PORT >
PORT * getPort (const std::string &name, const std::list< PORT * > &setOfPorts) const throw (Exception)
 
template<class PORT , class ENUMTYPE >
PORT * edAddPort (const std::string &portName, std::list< PORT * > &setOfPorts, ENUMTYPE type) throw (Exception)
 
template<class PORT , class ENUMTYPE >
bool edCheckAddPort (const std::string &portName, std::list< PORT * > &setOfPorts, ENUMTYPE type) throw (Exception)
 
- Protected Member Functions inherited from YACS::ENGINE::Node
 Node (const std::string &name)
 
 Node (const Node &other, ComposedNode *father)
 
virtual void exForwardFailed ()
 
virtual void exForwardFinished ()
 

Additional Inherited Members

- Static Public Member Functions inherited from YACS::ENGINE::Node
static std::string getStateName (YACS::StatesForNode state)
 Return the name of a state. More...
 
- Public Attributes inherited from YACS::ENGINE::Node
YACS::Colour _colour
 
- Static Protected Member Functions inherited from YACS::ENGINE::ElementaryNode
template<class PORT >
static void edRemovePortTypedFromSet (PORT *port, std::list< PORT * > &setOfPorts) throw (Exception)
 
template<class PORT >
static bool isPortNameAlreadyExist (const std::string &portName, const std::list< PORT * > &setOfPorts)
 
- Protected Attributes inherited from YACS::ENGINE::DataNode
std::string _ref
 
- Static Protected Attributes inherited from YACS::ENGINE::Node
static const char SEP_CHAR_IN_PORT [] ="."
 
static int _total = 0
 

Detailed Description

Definition at line 30 of file StudyNodes.hxx.

Constructor & Destructor Documentation

YACS::ENGINE::StudyInNode::StudyInNode ( const std::string &  name)

Definition at line 47 of file StudyNodes.cxx.

References YACS::ENGINE::Node::_implementation, and IMPL_NAME.

Referenced by simpleClone().

48  : DataNode(name)
49 {
51 }
YACS::ENGINE::StudyInNode::StudyInNode ( const StudyInNode other,
ComposedNode father 
)

Definition at line 53 of file StudyNodes.cxx.

54  : DataNode(other, father)
55 {
56 }

Member Function Documentation

void YACS::ENGINE::StudyInNode::accept ( Visitor visitor)
virtual

Reimplemented from YACS::ENGINE::ElementaryNode.

Definition at line 173 of file StudyNodes.cxx.

References YACS::ENGINE::Visitor::visitStudyInNode().

174 {
175  visitor->visitStudyInNode(this);
176 }
void YACS::ENGINE::StudyInNode::checkBasicConsistency ( ) const throw (Exception)
virtual

Reimplemented from YACS::ENGINE::ElementaryNode.

Definition at line 136 of file StudyNodes.cxx.

References YACS::ENGINE::ElementaryNode::_setOfInputPort, YACS::ENGINE::ElementaryNode::_setOfOutputPort, DEBTRACE, YACS::ENGINE::OutputStudyPort::getData(), and YACS::ENGINE::Node::getName().

137 {
138  DEBTRACE("StudyInNode::checkBasicConsistency");
139  if (! _setOfInputPort.empty())
140  {
141  std::string what = "StudyNode ";
142  what += getName();
143  what += " only accepts OutputStudyPort, no InputPort";
144  throw Exception(what);
145  }
146 
147  std::list<OutputPort *>::const_iterator iter;
148  for(iter=_setOfOutputPort.begin();iter!=_setOfOutputPort.end();iter++)
149  {
150  OutputStudyPort *inp = dynamic_cast<OutputStudyPort*>(*iter);
151  if (!inp)
152  {
153  std::string what("Output port: ");
154  what += (*iter)->getName();
155  what += " is not an OutputStudyPort. StudyNode ";
156  what += getName();
157  what += " only accepts OutputStudyPorts";
158  throw Exception(what);
159  }
160 
161  std::string data = inp->getData();
162  DEBTRACE(data);
163  if (data.empty())
164  {
165  std::string what("OutputStudyPort: ");
166  what += (*iter)->getName();
167  what += " is not initialised";
168  throw Exception(what);
169  }
170  }
171 }
OutputPort * YACS::ENGINE::StudyInNode::createOutputPort ( const std::string &  outputPortName,
TypeCode type 
)
virtual

Reimplemented from YACS::ENGINE::ElementaryNode.

Definition at line 63 of file StudyNodes.cxx.

64 {
65  return new OutputStudyPort(outputPortName, this, type);
66 }
void YACS::ENGINE::StudyInNode::execute ( )
virtual

Implements YACS::ENGINE::Task.

Definition at line 74 of file StudyNodes.cxx.

References YACS::ENGINE::Node::_errorDetails, YACS::ENGINE::ElementaryNode::_setOfOutputPort, DEBTRACE, YACS::ENGINE::OutputStudyPort::getDataFromStudy(), YACS::ENGINE::Node::getProc(), YACS::ENGINE::Node::getProperty(), YACS::ENGINE::getSALOMERuntime(), p, and YACS::Exception::what().

75 {
76  DEBTRACE("+++++++ StudyInNode::execute +++++++++++");
77  SALOME_NamingService NS(getSALOMERuntime()->getOrb());
78  CORBA::Object_var obj=NS.Resolve("/myStudyManager");
79  if(CORBA::is_nil(obj))
80  {
81  _errorDetails="Execution problem: no naming service";
82  throw Exception(_errorDetails);
83  }
84 
85  SALOMEDS::StudyManager_var aStudyManager = SALOMEDS::StudyManager::_narrow(obj);
86  if(CORBA::is_nil(aStudyManager))
87  {
88  _errorDetails="Execution problem: no naming service";
89  throw Exception(_errorDetails);
90  }
91 
92  int studyid=1;
93  if (getProperty("StudyID") != "")
94  {
95  // StudyId is specified
96  studyid=atoi(getProperty("StudyID").c_str());
97  }
98  else
99  {
100  Proc* p=getProc();
101  if(p)
102  {
103  std::string value=p->getProperty("DefaultStudyID");
104  if(!value.empty())
105  studyid= atoi(value.c_str());
106  }
107  }
108 
109 
110  SALOMEDS::Study_var myStudy =aStudyManager->GetStudyByID(studyid);
111  if(CORBA::is_nil(myStudy))
112  {
113  std::stringstream msg;
114  msg << "Execution problem: no study with id " << studyid;
115  _errorDetails=msg.str();
116  throw Exception(_errorDetails);
117  }
118 
119  std::list<OutputPort *>::const_iterator iter;
120  for(iter = _setOfOutputPort.begin(); iter != _setOfOutputPort.end(); iter++)
121  {
122  OutputStudyPort *outp = dynamic_cast<OutputStudyPort *>(*iter);
123  try
124  {
125  outp->getDataFromStudy(myStudy);
126  }
127  catch(Exception& e)
128  {
129  _errorDetails=e.what();
130  throw;
131  }
132  }
133  DEBTRACE("+++++++ end StudyInNode::execute +++++++++++" );
134 }
void YACS::ENGINE::StudyInNode::setData ( OutputPort port,
const std::string &  data 
)
virtual

Reimplemented from YACS::ENGINE::DataNode.

Definition at line 68 of file StudyNodes.cxx.

References YACS::ENGINE::OutputStudyPort::setData().

69 {
70  OutputStudyPort *outp = dynamic_cast<OutputStudyPort *>(port);
71  outp->setData(data);
72 }
Node * YACS::ENGINE::StudyInNode::simpleClone ( ComposedNode father,
bool  editionOnly 
) const
protectedvirtual

Implements YACS::ENGINE::Node.

Definition at line 58 of file StudyNodes.cxx.

References StudyInNode().

59 {
60  return new StudyInNode(*this,father);
61 }
virtual std::string YACS::ENGINE::StudyInNode::typeName ( )
inlinevirtual

Reimplemented from YACS::ENGINE::DataNode.

Definition at line 42 of file StudyNodes.hxx.

42 {return "YACS__ENGINE__StudyInNode";}

Member Data Documentation

const char YACS::ENGINE::StudyInNode::IMPL_NAME ="XML"
static

Definition at line 44 of file StudyNodes.hxx.

Referenced by StudyInNode().


The documentation for this class was generated from the following files: