uk.ac.man.cs.rainbow.datamodel
Interface Data.Word.T

All Known Subinterfaces:
Data.Word.RestrictingT
All Known Implementing Classes:
Type.Integer
Enclosing class:
Data.Word

public static interface Data.Word.T

What special operations must the type of a word implement?


Method Summary
 String render(int value)
          Render a word, given the value that the word is defined by.
 

Method Detail

render

public String render(int value)
Render a word, given the value that the word is defined by.