All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class crw.solidstate.Ge

java.lang.Object
   |
   +----crw.solidstate.Semiconductor
           |
           +----crw.solidstate.Ge

public class Ge
extends Semiconductor
The class to find all Ge properties from.

Version:
1.0, 1997/5/6
Author:
C. R. Wie

Constructor Index

 o Ge()

Method Index

 o setAffinity()
Sets the electron affinity.
 o setEg()
Sets the Ge bandgap energy.
 o setK()
Sets the Ge dielectric constant.
 o setNc()
Sets the effective density of states of conduction band for Ge.
 o setNv()
Sets the effective density of states of valence band.

Constructors

 o Ge
  public Ge()

Methods

 o setEg
  protected void setEg()
Sets the Ge bandgap energy. Not to be called externally. For example, changing temperature calls this method automatically.

Overrides:
setEg in class Semiconductor
 o setK
  protected void setK()
Sets the Ge dielectric constant. Not to be called externally.

Overrides:
setK in class Semiconductor
 o setNc
  protected void setNc()
Sets the effective density of states of conduction band for Ge. Not to be called externally.

Overrides:
setNc in class Semiconductor
 o setNv
  protected void setNv()
Sets the effective density of states of valence band. Not to be called externally.

Overrides:
setNv in class Semiconductor
 o setAffinity
  protected void setAffinity()
Sets the electron affinity. It implements the superclass's abstract method. Not to be called externally. Affinity for Ge is NOT correct yet.

Overrides:
setAffinity in class Semiconductor

All Packages  Class Hierarchy  This Package  Previous  Next  Index