Package org.jmol.util

Interface SimpleEdge

  • All Known Implementing Classes:
    Bond, Edge, HBond, SmilesBond

    public interface SimpleEdge
    minimal bond interface for SMILES and CIP
    • Method Detail

      • getCovalentOrder

        int getCovalentOrder()
        Returns:
        the bond order 1-4 if it is covalent, or 0 if not.
      • isCovalent

        boolean isCovalent()