org.objectweb.kilim.model
Class InterfacePair

java.lang.Object
  extended byorg.objectweb.kilim.model.InterfacePair

class InterfacePair
extends java.lang.Object


Field Summary
(package private)  RtComponentInterface first
           
(package private)  RtComponentInterface second
           
 
Constructor Summary
(package private) InterfacePair(RtComponentInterface itf1, RtComponentInterface itf2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

RtComponentInterface first

second

RtComponentInterface second
Constructor Detail

InterfacePair

InterfacePair(RtComponentInterface itf1,
              RtComponentInterface itf2)