Uses of Class
com.sun.electric.tool.user.ncc.ExportMismatch

Packages that use ExportMismatch
com.sun.electric.tool.user.ncc   
 

Uses of ExportMismatch in com.sun.electric.tool.user.ncc
 

Subclasses of ExportMismatch in com.sun.electric.tool.user.ncc
static class ExportMismatch.MultiMatch
          This class implements a zero-to-one, zero-to-many, one-to-many, and many-to-many Export mismatch.
static class ExportMismatch.NameMismatch
          This class is a container for a suggested Export match.
static class ExportMismatch.TopologyMismatch
          This class is a container for a topological Export mismatch.
 

Methods in com.sun.electric.tool.user.ncc that return types with arguments of type ExportMismatch
 java.util.List<ExportMismatch> NccGuiInfo.getExportMismatches()
          This method returns the list of export mismatches
 

Methods in com.sun.electric.tool.user.ncc with parameters of type ExportMismatch
 void NccGuiInfo.addExportMismatch(ExportMismatch em)
          This method adds the provided ExportMismatch object to the list of export mismatches