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);
37 void setRightHandSideFromConfig (in
floatSeq config) raises (
Error);
51 out
boolean constraintFound) raises (
Error);
64 void setLastIsOptional (in
boolean optional);
67 boolean getLastIsOptional ();
88 #endif // HPP_CORE_CONSTRAINTS_IDL