opennlp.leo.regulus.tug
Class ValuesetDefinition

java.lang.Object
  |
  +--opennlp.leo.regulus.tug.ValuesetDefinition

public class ValuesetDefinition
extends java.lang.Object

Java representation of a TUG valueset definition.

Version:
$Revision: 1.1.1.1 $, $Date: 2001/10/22 11:12:36 $
Author:
Jason Baldridge

Constructor Summary
ValuesetDefinition(org.jdom.Element e)
           
ValuesetDefinition(PList pl)
           
 
Method Summary
 boolean booleanOpsEnabled()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 PBrackList getValues()
           
 void setType(java.lang.String t)
           
 java.lang.String toProlog()
           
 java.lang.String toXml(java.lang.String tab)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValuesetDefinition

public ValuesetDefinition(org.jdom.Element e)

ValuesetDefinition

public ValuesetDefinition(PList pl)
Method Detail

setType

public void setType(java.lang.String t)

getType

public java.lang.String getType()

getName

public java.lang.String getName()

getValues

public PBrackList getValues()

booleanOpsEnabled

public boolean booleanOpsEnabled()

toProlog

public java.lang.String toProlog()

toXml

public java.lang.String toXml(java.lang.String tab)


Copyright © 2002 Research Institute for Advanced Computer Science. All Rights Reserved.