modelling
Interface Reproducing


public interface Reproducing

Ability to reproduce.


Field Summary
static int ACCEPT_COIT
           
static int CONTINUE_COIT
           
static int REFUSE_COIT
           
static int STOP_COIT
           
static int SUCCES_COIT
           
 
Method Summary
 int beginCoit(Element el)
          Begins the coit.
 int continueCoit(Element el)
          Keeps on reproducing...
 int endCoit(Element el)
          Ends the coit.
 java.lang.String getSex()
          Returns the sex of the Reproducer.
 

Field Detail

ACCEPT_COIT

public static final int ACCEPT_COIT
See Also:
Constant Field Values

REFUSE_COIT

public static final int REFUSE_COIT
See Also:
Constant Field Values

CONTINUE_COIT

public static final int CONTINUE_COIT
See Also:
Constant Field Values

STOP_COIT

public static final int STOP_COIT
See Also:
Constant Field Values

SUCCES_COIT

public static final int SUCCES_COIT
See Also:
Constant Field Values
Method Detail

getSex

public java.lang.String getSex()
Returns the sex of the Reproducer.


beginCoit

public int beginCoit(Element el)
Begins the coit.


endCoit

public int endCoit(Element el)
Ends the coit.


continueCoit

public int continueCoit(Element el)
Keeps on reproducing...