<< endl ;
_MapOfNodeInPorts.erase( _NodeInPorts[i]->PortName() ) ;
delete _NodeInPorts[i] ;
}
_NodeInPorts.resize( 0 );
for ( i = 0 ; i < _NodeOutPortsSize ; i++ ) {
<< endl ;
_MapOfNodeInPorts.erase( _NodeInPorts[i]->PortName() ) ;
delete _NodeInPorts[i] ;
}
_NodeInPorts.resize( 0 );
for ( i = 0 ; i < _NodeOutPortsSize ; i++ ) {
}
cdebug << "NodeInPortsSize " << _NodeInPortsSize << endl ;
for ( i = iVec ; i < _NodeInPortsSize ; i++ ) {
}
cdebug << "NodeInPortsSize " << _NodeInPortsSize << endl ;
for ( i = iVec ; i < _NodeInPortsSize ; i++ ) {
const char *aParametername = _aParametername.c_str() ;
if ( _MapOfNodeInPorts[ aParametername ] ) {
if ( !DataFlowOrComputing &&
const char *aParametername = _aParametername.c_str() ;
if ( _MapOfNodeInPorts[ aParametername ] ) {
if ( !DataFlowOrComputing &&
_NodeInPorts[i] = new GraphBase::InPort( NodeName , aServiceParameter ,
aPortKind );
_NodeInPorts[i]->SetDebug( ORB , Graph_prof_debug , Graph_fdebug ) ;
_NodeInPorts[i] = new GraphBase::InPort( NodeName , aServiceParameter ,
aPortKind );
_NodeInPorts[i]->SetDebug( ORB , Graph_prof_debug , Graph_fdebug ) ;
}
cdebug << "NodeOutPortsSize " << _NodeOutPortsSize << endl ;
for ( i = iVec ; i < _NodeOutPortsSize ; i++ ) {
}
cdebug << "NodeOutPortsSize " << _NodeOutPortsSize << endl ;
for ( i = iVec ; i < _NodeOutPortsSize ; i++ ) {
const char *aParametername = _aParametername.c_str() ;
if ( _MapOfNodeOutPorts[ aParametername ] ) {
if ( !DataFlowOrComputing &&
const char *aParametername = _aParametername.c_str() ;
if ( _MapOfNodeOutPorts[ aParametername ] ) {
if ( !DataFlowOrComputing &&
_NodeOutPorts[i] = new GraphBase::OutPort( NodeName , aServiceParameter ,
aPortKind );
_NodeOutPorts[i]->SetDebug( ORB , Graph_prof_debug , Graph_fdebug ) ;
_NodeOutPorts[i] = new GraphBase::OutPort( NodeName , aServiceParameter ,
aPortKind );
_NodeOutPorts[i]->SetDebug( ORB , Graph_prof_debug , Graph_fdebug ) ;