Module JNISpice
Package spice.basic

Class SurfaceIDMap

  • Direct Known Subclasses:
    SurfaceCode, SurfaceName

    public abstract class SurfaceIDMap
    extends IDMap
    Class Surface IDMap is an abstract superclass for JNISpice classes implementing mappings between surface names and ID codes, where the mappings are associated with specified Bodies.

    Version 1.0.0 26-DEC-2016 (NJB)

    • Constructor Summary

      Constructors 
      Constructor Description
      SurfaceIDMap()  
    • Method Summary

      Modifier and Type Method Description
      abstract SurfaceIDMap deepCopy()
      Override class IDMap's deepCopy method: create a copy of class SurfaceIDMap.
      abstract Body getBody()
      Return the Body associated with a SurfaceIDMap.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait