hpp::core_idl::Constraint Interface Reference

import"/home/jmirabel/devel/demo/src/hpp-corbaserver/idl/hpp/core_idl/_constraints.idl";

Inheritance diagram for hpp::core_idl::Constraint:
[legend]

Public Member Functions

boolean apply (in floatSeq configin, out floatSeq configOut) raises (Error)
 
string name () raises (Error)
 
string str () raises (Error)
 
boolean isSatisfied (in floatSeq config) raises (Error)
 

Member Function Documentation

boolean hpp::core_idl::Constraint::apply ( in floatSeq  configin,
out floatSeq  configOut 
)
raises (Error
)
boolean hpp::core_idl::Constraint::isSatisfied ( in floatSeq  config)
raises (Error
)
string hpp::core_idl::Constraint::name ( )
raises (Error
)
string hpp::core_idl::Constraint::str ( )
raises (Error
)