11 #ifndef HPP_CORE_CONSTRAINTS_IDL
12 #define HPP_CORE_CONSTRAINTS_IDL
19 module constraints_idl {
30 string name () raises (
Error);
31 string str () raises (
Error);
39 void setRightHandSideFromConfig (in
floatSeq config) raises (
Error);
53 out
boolean constraintFound) raises (
Error);
66 void setLastIsOptional (in
boolean optional);
69 boolean getLastIsOptional ();
95 #endif // HPP_CORE_CONSTRAINTS_IDL