opennlp.grok.knowledge
Class Event

java.lang.Object
  |
  +--opennlp.grok.expression.CategoryAdapter
        |
        +--opennlp.grok.expression.AltSet
              |
              +--opennlp.grok.knowledge.FCAdapter
                    |
                    +--opennlp.grok.knowledge.Event
All Implemented Interfaces:
opennlp.common.structure.Category, opennlp.common.synsem.Denoter, opennlp.common.discourse.FC, opennlp.common.discourse.Referable, java.io.Serializable, opennlp.common.unify.Unifiable

public final class Event
extends FCAdapter

An Event is a FC which represents an event (such as "John hit Bill") in the discourse.

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.knowledge.FCAdapter
id, stamp
 
Fields inherited from class opennlp.grok.expression.AltSet
AND, description, gs, INTERSECT, MINUS, OR, UNION
 
Fields inherited from class opennlp.grok.expression.CategoryAdapter
F
 
Constructor Summary
Event(opennlp.common.synsem.Denoter c)
           
 
Method Summary
 opennlp.common.structure.Category copy()
           
 boolean matches(opennlp.common.synsem.Denoter fc)
          Tests if the Denoter c is compatible with this FC.
 boolean matches(opennlp.common.discourse.FC fc)
           
 
Methods inherited from class opennlp.grok.knowledge.FCAdapter
addKind, desc, equals, equals, getCorefs, getCreatedContext, getKinds, getRefexp, getStamp, group, id, informDominance, makeCoref, memberOf, memberOf, mostRecent, setCorefs, setCreatedContext, setEquals, setStamp, toString
 
Methods inherited from class opennlp.grok.expression.AltSet
add, addAll, addAll, contains, deepMap, eval, getDescriptionSet, getDominanceHandler, getFirst, getSet, intersect, iterator, minus, name, occurs, plural, printContents, remove, setDifference, setDominanceHandler, size, toArray, union
 
Methods inherited from class opennlp.grok.expression.CategoryAdapter
copy, 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, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface opennlp.common.discourse.FC
size
 
Methods inherited from interface opennlp.common.synsem.Denoter
eval, getDominanceHandler, setDominanceHandler
 
Methods inherited from interface opennlp.common.structure.Category
deepMap, forall, getFeature, getSpan, getSpanEnd, getSpanStart, hashString, prettyPrint, setFeature, setSpan, shallowEquals
 
Methods inherited from interface opennlp.common.unify.Unifiable
occurs
 

Constructor Detail

Event

public Event(opennlp.common.synsem.Denoter c)
Method Detail

copy

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

matches

public boolean matches(opennlp.common.synsem.Denoter fc)
Description copied from class: FCAdapter
Tests if the Denoter c is compatible with this FC.
Overrides:
matches in class FCAdapter

matches

public boolean matches(opennlp.common.discourse.FC fc)


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