Java Couple

Indicates a coupling link as counted in the OO coupling metrics. A link is created from a class to any external class (a class that is not in the extends/implements hierarchy) that is referenced.

public class c1 { 
} 
public class c2 { 
   cl obj; 
}
Reference Kind
Entity Performing Reference
Entity Being Referenced
Java Couple
c2
c1
Java Coupleby
c1
c2
 

Scientific Toolworks, Inc.
http://www.scitools.com