sub_arctic.constraints
Class ext_maker

java.lang.Object
  |
  +--sub_arctic.constraints.ext_maker

public class ext_maker
extends java.lang.Object
implements std_encoding_consts

This is a small class that just provides one static method: OBJ() which returns an ext_objpart_encoding initialized to refer to a given interactor object. This exists only to make the creation of external constraints convenient (i.e., look good as in OTHER.OBJ(some_obj).X()).


Method Summary
static ext_objpart_encoding OBJ(interactor obj)
          Create an ext_objpart_encoding initialized to refer to the given object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

OBJ

public static ext_objpart_encoding OBJ(interactor obj)
Create an ext_objpart_encoding initialized to refer to the given object. This provides a standard dummy part (which happens to be X) which should be replaced by the actual desired part (this would normally be done with one of the factory methods such as Y(), VISIBLE(), or PART(n).
Parameters:
interactor - obj the object being referenced