|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectextThopt.ExtProcess
extThopt.ExtNode
extThopt.ExtMixer
public class ExtMixer
This class enables you to add external mixers to Thermoptim.
To add one component, subclass ExtMixer 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 | |
---|---|
ExtMixer()
|
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 |
double[] |
getExergyBalance(java.lang.String[] args)
used for productive structures |
void |
getMixerStructure()
Charge la structure du mélangeur Loads the mixer structure not to be overridden by subclasses |
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 ExtMixer()
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 getMixerStructure()
Loads the mixer 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 |