JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.alsUtility
Interface Compatible

All Known Implementing Classes:
BrokenEdge, Edge

public interface Compatible

for objects to decide if they are compatible with each other. For example, double bonds are compatible with other double bonds but not with single bonds.


Method Summary
 boolean isCompatible(Compatible c)
           
 

Method Detail

isCompatible

public boolean isCompatible(Compatible c)

JavaGenes, NASA Ames. Written largely by Al Globus