lij.model
Interface TreeNodeToken

All Known Implementing Classes:
Def, DefAgent, DefMessage, DefNullOp, Operator, Operator.CloseParen, Operator.OpenParen, Operator.Or, Operator.Then

public interface TreeNodeToken

This interface defines entities that can be used as a clause tree token, i.e. as "contents" of nodes in the clause tree. These entities can be objects of class Operator (THEN, OR), or executable Def's (see LCC specification)

Author:
Nikolaos Chatzinikolaou

Method Summary
 java.lang.Object clone()
           
 

Method Detail

clone

java.lang.Object clone()