31 Port(node),_outOfScopeBackLink(0),_value(0)
37 _outOfScopeBackLink(0),_value(0)
81 throw Exception(
"ConditionInputPort::edNotifyReferenced : already linked from outside");
93 throw Exception(
"ConditionInputPort::edNotifyDereferencedBy link does not exists");
125 xmldump=
"<value><boolean>true</boolean></value>\n";
127 xmldump=
"<value><boolean>false</boolean></value>\n";
133 return (
getValue() ?
"True" :
"False");
: Interface for management of storage of data formated dynamically in its TypeCode....
virtual Any * clone() const =0
virtual bool getBoolValue() const =0
Base class for all composed nodes.
virtual void edNotifyDereferencedBy(OutPort *fromPort)
virtual void edNotifyReferencedBy(OutPort *fromPort, bool isLoopProof=true)
Base class for all nodes.
Base class for all ports.