opennlp.grok.expression
Class SetVar

java.lang.Object
  |
  +--opennlp.grok.expression.CategoryAdapter
        |
        +--opennlp.grok.expression.VariableAdapter
              |
              +--opennlp.grok.expression.SetVar
All Implemented Interfaces:
opennlp.common.structure.Category, opennlp.common.unify.CatVar, opennlp.common.synsem.Denoter, java.io.Serializable, opennlp.common.synsem.Synner, opennlp.common.unify.Unifiable, opennlp.common.unify.Variable

public final class SetVar
extends VariableAdapter

A variable that can stand for a set of categories.

Version:
$Revision: 1.1.1.1 $, $Date: 2001/10/23 15:17:51 $
Author:
Jason Baldridge
See Also:
Serialized Form

Fields inherited from class opennlp.grok.expression.VariableAdapter
isEqual, name, notEqual
 
Fields inherited from class opennlp.grok.expression.CategoryAdapter
F
 
Constructor Summary
SetVar(java.lang.String n)
           
 
Method Summary
 opennlp.common.structure.Category copy()
           
 
Methods inherited from class opennlp.grok.expression.VariableAdapter
cannotBe, desc, equals, eval, genVar, getDominanceHandler, getHashString, hashCode, mustBe, name, occurs, setDominanceHandler, toString
 
Methods inherited from class opennlp.grok.expression.CategoryAdapter
copy, deepMap, forall, getFeature, getSpan, getSpanEnd, getSpanStart, hashString, makeString, prettyLength, prettyPrint, prettyPrint, setFeature, setSpan, shallowEquals, showFeature, tooLong
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface opennlp.common.structure.Category
deepMap, forall, getFeature, getSpan, getSpanEnd, getSpanStart, hashString, prettyPrint, setFeature, setSpan, shallowEquals
 

Constructor Detail

SetVar

public SetVar(java.lang.String n)
Method Detail

copy

public opennlp.common.structure.Category copy()
Overrides:
copy in class CategoryAdapter


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