Class NMOSTransistor
java.lang.Object
mastermicro.topologies.components.Component
mastermicro.topologies.components.NMOSTransistor
- All Implemented Interfaces:
 JSONSerializable
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONObjecttoJSON()Serialize the java Object to a JSONObject type which will be converted to JSON string with `JSONObject.toString(int indent)`.Methods inherited from class mastermicro.topologies.components.Component
connectTerminal, disconnectTerminal, fromJSON, fromJSON, isConnectedToNode, validateTerminal 
- 
Field Details
- 
m_l
 
 - 
 - 
Constructor Details
- 
NMOSTransistor
 
 - 
 - 
Method Details
- 
toJSON
public org.json.JSONObject toJSON()Description copied from interface:JSONSerializableSerialize the java Object to a JSONObject type which will be converted to JSON string with `JSONObject.toString(int indent)`.- Returns:
 - the json obejct that represent the java object.
 
 - 
getAvailableTerminals
- Specified by:
 getAvailableTerminalsin classComponent
 
 -