interface reply_modeling { in void hello(); out void world(); behaviour { on hello: {} on optional: {world; reply();} } }