fr.inria.oadymppac.solver
Interface ReferenceProxy

All Known Implementing Classes:
AnnotationProxy, ConstraintProxy, SearchNodeProxy, StageProxy, VariableProxy

public interface ReferenceProxy

Author:
raf TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
static java.lang.String UNDEF
           
static int UNDEF_INT
           
static java.lang.String UNDEF_LABEL
           
static int UNDEF_SHORT
           
 
Method Summary
 java.lang.Object getProxy()
           
 void setProxy(java.lang.Object proxy)
           
 

Field Detail

UNDEF_INT

public static final int UNDEF_INT
See Also:
Constant Field Values

UNDEF_SHORT

public static final int UNDEF_SHORT
See Also:
Constant Field Values

UNDEF

public static final java.lang.String UNDEF
See Also:
Constant Field Values

UNDEF_LABEL

public static final java.lang.String UNDEF_LABEL
See Also:
Constant Field Values
Method Detail

setProxy

public void setProxy(java.lang.Object proxy)

getProxy

public java.lang.Object getProxy()