unsw.cse.framescript
Class Facets

java.lang.Object
  extended by unsw.cse.framescript.Slot
      extended by unsw.cse.framescript.Facets

public class Facets
extends Slot

This class is where the daemons for a slot in a generic frame are attatched.

Author:
mmcgill

Field Summary
static int FALSE
          Indicates a slot type is false.
static int INHERITED
          Indicates a daemon is inherited.
static int TRUE
          Indicates a slot type is true.
 
Method Summary
 java.lang.String asText()
          Prints the slot as a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INHERITED

public static final int INHERITED
Indicates a daemon is inherited.

See Also:
Constant Field Values

FALSE

public static final int FALSE
Indicates a slot type is false.

See Also:
Constant Field Values

TRUE

public static final int TRUE
Indicates a slot type is true.

See Also:
Constant Field Values
Method Detail

asText

public java.lang.String asText()
Description copied from class: Slot
Prints the slot as a string.

Overrides:
asText in class Slot
Returns:
a string representing the slot