def bind_impl(self, ctx):
     GreaterThan_Impl.bind_impl(self, ctx)
 def reset(self):
     GreaterThan_Impl.reset(self)
 def __init__(self, bound , target ):
     self.bound = bound
     self.target = target
     GreaterThan_Impl.__init__(self)