Version: 8.3.0
YACS::PseudoComposedNode Class Reference

#include <loopParsers.hxx>

Collaboration diagram for YACS::PseudoComposedNode:

Public Member Functions

void edSetNode (ENGINE::Node *node)
 
ENGINE::NodegetNode ()
 
bool edAddLink (ENGINE::OutPort *start, ENGINE::InPort *end) throw (Exception)
 
bool edAddDFLink (ENGINE::OutPort *start, ENGINE::InPort *end) throw (Exception)
 

Protected Attributes

ENGINE::Node_node
 

Detailed Description

Definition at line 390 of file loopParsers.hxx.

Member Function Documentation

bool YACS::PseudoComposedNode::edAddDFLink ( ENGINE::OutPort start,
ENGINE::InPort end 
) throw (Exception)
inline

Definition at line 398 of file loopParsers.hxx.

References YASSERT.

398 { YASSERT(false); }
bool YACS::PseudoComposedNode::edAddLink ( ENGINE::OutPort start,
ENGINE::InPort end 
) throw (Exception)
inline

Definition at line 397 of file loopParsers.hxx.

References YASSERT.

397 { YASSERT(false); }
void YACS::PseudoComposedNode::edSetNode ( ENGINE::Node node)
inline

Definition at line 393 of file loopParsers.hxx.

References _node.

393 { _node = node; }
ENGINE::Node* YACS::PseudoComposedNode::getNode ( )
inline

Definition at line 394 of file loopParsers.hxx.

References _node.

Referenced by YACS::dynparalooptypeParser< T >::finalizenode(), and YACS::dynparalooptypeParser< T >::initnode().

394 { return _node; }

Member Data Documentation

ENGINE::Node* YACS::PseudoComposedNode::_node
protected

Definition at line 401 of file loopParsers.hxx.

Referenced by edSetNode(), and getNode().


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