Salome HOME
Merging with JR_ASV_2_1_0_deb_with_KERNEL_Head branch, which contains many bug fixes...
[modules/superv.git] / src / Supervision / Link_Impl.hxx
index 0f0ef19ec07bb28f3be5cd633b086b4d56d858da..059cb6b6edf3085dc73f3f6c6c809a45553d1f46 100644 (file)
@@ -108,6 +108,10 @@ class Link_Impl : public POA_SUPERV::Link ,
     virtual bool RemoveCoord( const long index ) ;
     virtual bool Coords( const long index , long & X , long & Y ) ;
 
+    virtual bool IsValid(); // returns true if inPort() and outPort() are type-compatible
+    
+    virtual bool IsEqual( SUPERV::Link_ptr theLink ); // returns true if GraphBase::InPort-s and OutPort-s of
+                                                      // this Link and theLink are equal 
 
 } ;