|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectextThopt.ExtProcess
extThopt.ExtNode
extThopt.ExtDivider
public class ExtDivider
This class enables you to add external dividers to Thermoptim.
To add one component, subclass ExtDivider by providing the appropriate methods in particular, getType() must return the component type as it will appear in the process list.
This class should not be modified
Field Summary |
---|
Fields inherited from class extThopt.ExtProcess |
---|
thermoCouplerTypes |
Constructor Summary | |
---|---|
ExtDivider()
|
Method Summary | |
---|---|
java.lang.String |
getClassDescription()
définit la description de la classe apparaissant dans le visualisateur defines the class description shown in the viewer should be overridden by subclasses |
java.lang.String |
getClassType()
définit l'identifiant de la classe defines the class identifier must be overridden by subclasses |
void |
getDividerStructure()
Charge la structure du diviseur Loads the divider structure not to be overridden by subclasses |
double[] |
getExergyBalance(java.lang.String[] args)
used for productive structures |
Methods inherited from class extThopt.ExtNode |
---|
getNodeStructure, updateStraightlyConnectedProcess |
Methods inherited from class extThopt.ExtProcess |
---|
arePortsVisible, calculateProcess, getExergyType, getFlow, getName, getPointProperties, getProperties, getSubstProperties, getType, init, readCompParameters, saveCompParameters, setEnergyTypes, updatepoint, updatepoint, updateprocess |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtDivider()
Method Detail |
---|
public java.lang.String getClassType()
defines the class identifier
must be overridden by subclasses
getClassType
in interface External
getClassType
in class ExtProcess
public java.lang.String getClassDescription()
defines the class description shown in the viewer
should be overridden by subclasses
getClassDescription
in interface External
getClassDescription
in class ExtProcess
public void getDividerStructure()
Loads the divider structure
not to be overridden by subclasses
public double[] getExergyBalance(java.lang.String[] args)
ExtProcess
getExergyBalance
in class ExtProcess
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |