From 833baf0510192a3a28feaff60acb95d3cc255aea Mon Sep 17 00:00:00 2001 From: nri Date: Mon, 19 May 2003 12:05:26 +0000 Subject: [PATCH] NRI : Add Catalog. --- Makefile.in | 1 + resources/SUPERVCatalog.xml | 1297 +++++++++++++++++++++++++++++++++++ 2 files changed, 1298 insertions(+) create mode 100644 resources/SUPERVCatalog.xml diff --git a/Makefile.in b/Makefile.in index 61816d1..4f3a43d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -30,6 +30,7 @@ run.png \ steps.png \ SUPERV_en.xml \ SUPERV_fr.xml \ +SUPERVCatalog.xml \ suspend-resume.gif \ Superv_tree_superv.png diff --git a/resources/SUPERVCatalog.xml b/resources/SUPERVCatalog.xml new file mode 100644 index 0000000..4e80797 --- /dev/null +++ b/resources/SUPERVCatalog.xml @@ -0,0 +1,1297 @@ + + + + + + + + + + + + + + + SUPERV + Supervisor + SUPERV + ARS + 1.0 + Supervision control GUI + 1 + ModuleSupervision.png + hostname = localhost + + SuperG + SupervisionEngine + + + + + AddComponent + AddComponent + SuperVisionTest + MTJ + 1.0 + Test SuperVision SALOME/src/SALOME_SWIG/supervisionexample[1].py + 0 + + + AddComponent + + ... + + + + + Addition + MTJ + 1.0 + Floating add + 1 + + + + + + Adder + Adder + Adder object + + + + + + Add + MTJ + 1.0 + Floating add + 1 + + + + double + x + First number + + + double + y + Second number + + + + + double + FuncValue + Substract result + + + double + z + Addition result + + + + + Adder + + ... + + + + + Add + MTJ + 1.0 + Floating add + 1 + + + + Adder + Adder + Adder Object + + + double + x + First number + + + double + y + Second number + + + + + double + FuncValue + Substract result + + + double + z + Addition result + + + + + + AddAndCompare + MTJ + 1.0 + Floating add + 1 + + + + Adder + Adder + Adder Object + + + double + x + First number + + + double + y + Second number + + + Adder + anOtherAdder + Adder Object + + + + + double + FuncValue + Substract result + + + double + z + Addition result + + + + + + SetLastResult + MTJ + 1.0 + set the last result field + 1 + + + + Adder + Adder + Adder Object + + + double + z + number + + + + + + + + LastResult + MTJ + 1.0 + get the last result field + 1 + + + + Adder + Adder + Adder Object + + + + + double + z + number + + + + + + + + + + SubComponent + SubComponent + SuperVisionTest + MTJ + 1.0 + Test SuperVision SALOME/src/SALOME_SWIG/supervisionexample[1].py + 0 + + + SubComponent + - ... + + + + + Sub + MTJ + 1.0 + Floating substract + 1 + + + + double + x + First number + + + double + y + Second number + + + + + double + z + Substraction result + + + + + + + + + + MulComponent + MulComponent + SuperVisionTest + MTJ + 1.0 + Test SuperVision SALOME/src/SALOME_SWIG/supervisionexample[1].py + 0 + + + MulComponent + * ... + + + + + Mul + MTJ + 1.0 + Float multiply + 1 + + + + double + x + First number + + + double + y + Second number + + + + + double + z + Multiplication result + + + + + + + + + + DivComponent + DivComponent + SuperVisionTest + MTJ + 1.0 + Test SuperVision SALOME/src/SALOME_SWIG/supervisionexample[1].py + 0 + + + DivComponent + / ... + + + + + Div + MTJ + 1.0 + Floating divide + 1 + + + + double + x + First number + + + double + y + Second number + + + + + double + z + Division result + + + + + + + + + SyrComponent + SyrComponent + SuperVisionTest + JR + + SuperVisionTest + 1 + + + + SyrComponent + + + + C_ISEVEN + + + + 0 + + + long + anInteger + + + + + + long + BoolEven + + + + + + C_ISONE + + + + 0 + + + long + anInteger + + + + + + long + BoolOne + + + + + + C_M3 + + + + 0 + + + long + anOddInteger + + + + + + long + anInteger + + + + + + C_M3P1 + + + + 0 + + + long + anOddInteger + + + + + + long + anEvenInteger + + + + + + C_DIV2 + + + + 0 + + + long + anEvenInteger + + + + + + long + anInteger + + + + + + C_INCR + + + + 0 + + + long + aCount + + + + + + long + aNewCount + + + + + + C_MIN + + + + 0 + + + long + aMinVal + + + + long + anInteger + + + + + + long + aNewMinVal + + + + + + C_MAX + + + + 0 + + + long + aMaxVal + + + + long + anInteger + + + + + + long + aNewMaxVal + + + + + + C_LISTOFSYR + + + + 0 + + + + + ListOfSyr + aListOfSyr + + + + + + C_AVERAGE + + + + 0 + + + ListOfSyr + aListOfSyr + + + + long + anInteger + + + + long + aCount + + + + + + ListOfSyr + aNewListOfSyr + + + + double + anAverage + + + + + + Init + + + + 0 + + + long + anOddInteger + + + + + + Syr + aSyracuse + + + + + + Syr + + + + Count + + + + 0 + + + Syr + aSyracuse + + + + + + long + aCount + + + + + + Current + + + + 0 + + + Syr + aSyracuse + + + + + + long + aCurrent + + + + + + IsEven + + + + 0 + + + Syr + aSyracuse + + + + + + long + BoolEven + + + + + + IsOne + + + + 0 + + + Syr + aSyracuse + + + + + + long + BoolOne + + + + + + M3p1 + + + + 0 + + + Syr + aSyracuse + + + + + + + + Div2 + + + + 0 + + + Syr + aSyracuse + + + + + + + + Incr + + + + 0 + + + Syr + aSyracuse + + + + + + + + + + + + + FactorialComponent + FactorialComponent + SuperVisionTest + Malvagi, Tajchman + 1.0 + Factorial + 0 + + + FactorialComponent + No comment + + + + + eval + MT-FM + 1.0 + Factorial + 1 + + + + long + n + + + + + + long + f + result + + + + + + + + + SyrControlComponent + SyrControlComponent + SuperVisionTest + JR + + SuperVisionTest + 1 + + + + SyrControlComponent + + + + L_OneEven + + + + 0 + + + long + ValOne + + + + long + ValEven + + + + + + long + Finished + + + + long + Incr + + + + long + Even + + + + long + Odd + + + + + + C_NotOneIsEven + + + + 0 + + + + long + ValOne + + + + long + ValEven + + + + + + LOOPN + + + + 0 + + + long + InLoop + + + + long + NN + + + + long + KK + + + + long + min + + + + long + max + + + + + + long + OutLoop + + + + long + N + + + + long + K + + + + + + WHILENOTONE + + + + 0 + + + long + N + + + + + + long + OutLoop + + + + + + IFNOTEVEN + + + + 0 + + + long + N + + + + + + long + Odd + + + + long + Even + + + + + + LOOPi + + + + 0 + + + long + InLoop + + + + long + ii + + + + + + long + OutLoop + + + + long + i + + + + + + WHILEEVEN + + + + 0 + + + long + N + + + + + + long + OutLoop + + + + + + + + + + + Calculator + Calculator + SOLVER + LD + 1.0 + Test component (Arithmetic operations with MED_Field) - SALOME component + 0 + hostname = localhost + + + Calculator + No comment + + + + + Mul + LD + 1.0 + Multiplication of 2 fields of double + 1 + + + + FIELDDOUBLE + field1 + initial field of double + + + double + x1 + multiplicator + + + + + FIELDDOUBLE + return + result + + + + + + Add + LD + 1.0 + Addition of 2 fields of double + 1 + + + + FIELDDOUBLE + field1 + first field of double + + + FIELDDOUBLE + field2 + second field of double + + + + + FIELDDOUBLE + return + result + + + + + + Constant + LD + 1.0 + Build a constant field of doubles + 1 + + + + FIELDDOUBLE + field1 + allows to build the support + + + double + x1 + the constant + + + + + FIELDDOUBLE + return + result based on first field support + + + + + + writeMEDfile + LD + 1.0 + write a field in a Med file + 1 + + + + FIELDDOUBLE + field1 + transient Med field + + + string + filename + Med filename + + + + + + + + + CalculatorPy + CalculatorPy + SOLVER + NB + 1.0 + Test component (Arithmetic operations with MED_Field) - SALOME component + 0 + hostname = localhost + + + CalculatorPy + No comment + + + + + Mul + NB + 1.0 + Multiplication of 2 fields of double + 1 + + + + FIELDDOUBLE + field1 + initial field of double + + + double + x1 + multiplicator + + + + + FIELDDOUBLE + return + result + + + + + + Add + NB + 1.0 + Addition of 2 fields of double + 1 + + + + FIELDDOUBLE + field1 + first field of double + + + FIELDDOUBLE + field2 + second field of double + + + + + FIELDDOUBLE + return + result + + + + + + Constant + NB + 1.0 + Build a constant field of doubles + 1 + + + + FIELDDOUBLE + field1 + allows to build the support + + + double + x1 + the constant + + + + + FIELDDOUBLE + return + result based on first field support + + + + + + writeMEDfile + NB + 1.0 + write a field in a Med file + 1 + + + + FIELDDOUBLE + field1 + transient Med field + + + string + filename + Med filename + + + + + + + + -- 2.39.2