11 #ifndef HPP_CORE_CONSTRAINTS_IDL
12 #define HPP_CORE_CONSTRAINTS_IDL
19 module constraints_idl {
32 string name () raises (
Error);
33 string str () raises (
Error);
41 void setRightHandSideFromConfig (in
floatSeq config) raises (
Error);
55 out
boolean constraintFound) raises (
Error);
68 void setLastIsOptional (in
boolean optional);
71 boolean getLastIsOptional ();
99 #endif // HPP_CORE_CONSTRAINTS_IDL