Contextable.java

// FILE. . . . . /home/hak/hlt/src/hlt/osf/exec/Contexted.java
// EDIT BY . . . Hassan Ait-Kaci
// ON MACHINE. . Hp-Dv7
// STARTED ON. . Mon Nov 05 22:19:11 2012



Author:  Hassan Aït-Kaci
Copyright:  © by the author
Version:  Last modified on Sat Jan 19 12:49:15 2013 by hak



package hlt.osf.exec;



This an interface implemented by classes that need a context of sort ordering.


public interface Contextable
{
  

Returns the sort ordering context of this object.

 
  public Context context ();

  

Sets the sort ordering context of this object to the specified context.

 
  public Contextable setContext (Context context);

}


This file was generated on Fri Sep 06 18:27:34 CEST 2013 from file Contextable.java
by the hlt.language.tools.Hilite Java tool written by Hassan Aït-Kaci