opennlp.grok.expression
Class CategoryFcnAdapter
java.lang.Object
|
+--opennlp.grok.expression.CategoryFcnAdapter
- All Implemented Interfaces:
- opennlp.common.synsem.CategoryFcn
- public class CategoryFcnAdapter
- extends java.lang.Object
- implements opennlp.common.synsem.CategoryFcn
An adapter for Category Functions so that you only have to implement the
methods you want.
- Version:
- $Revision: 1.4 $, $Date: 2002/02/08 12:13:36 $
- Author:
- Gann Bierner
Method Summary |
opennlp.common.synsem.Category |
fcn(opennlp.common.synsem.Category c)
|
void |
fcn(opennlp.common.synsem.Category a,
opennlp.common.synsem.Category c,
int i)
|
void |
forall(opennlp.common.synsem.Category c)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryFcnAdapter
public CategoryFcnAdapter()
fcn
public opennlp.common.synsem.Category fcn(opennlp.common.synsem.Category c)
- Specified by:
fcn
in interface opennlp.common.synsem.CategoryFcn
fcn
public void fcn(opennlp.common.synsem.Category a,
opennlp.common.synsem.Category c,
int i)
- Specified by:
fcn
in interface opennlp.common.synsem.CategoryFcn
forall
public void forall(opennlp.common.synsem.Category c)
- Specified by:
forall
in interface opennlp.common.synsem.CategoryFcn
Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.