Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
Modifier and Type | Method and Description |
---|---|
Technology.State |
Technology.getCurrentState() |
Technology.State |
TechPool.getState(TechId techId)
Get Technology.State by TechId
TechId must belong to same IdManager as TechPool
|
Technology.State |
Technology.withState(java.util.Map<TechFactory.Param,java.lang.Object> paramValues)
Method to set state of a technology.
|