opennlp.grok.expression
Interface Modality

All Superinterfaces:
opennlp.common.unify.Unifiable
All Known Implementing Classes:
SlashMode, VarModality

public interface Modality
extends opennlp.common.unify.Unifiable

A modality that can decorate a categorial slash.

Version:
$Revision: 1.1 $, $Date: 2002/09/13 13:09:45 $
Author:
Jason Baldridge

Method Summary
 java.lang.Object copy()
           
 byte getDirection()
           
 java.lang.String toString(byte dir)
           
 
Methods inherited from interface opennlp.common.unify.Unifiable
equals, fill, occurs, unify, unifyCheck
 

Method Detail

copy

public java.lang.Object copy()

getDirection

public byte getDirection()

toString

public java.lang.String toString(byte dir)


Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.