Contextable.java

// FILE. . . . . /home/hak/hlt/src/hlt/osfv3/exec/Contextable.java
// EDIT BY . . . Hassan Ait-Kaci
// ON MACHINE. . Hak-Laptop
// STARTED ON. . Mon Sep 02 15:34:49 2013



Copyright:  © by the author
Author:  Hassan Aït-Kaci
Version:  Last modified on Fri Apr 03 14:11:30 2015 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 Mon Sep 09 09:18:00 PDT 2019 from file Contextable.java
by the hlt.language.tools.Hilite Java tool written by Hassan Aït-Kaci