GATE
Version 3.1-2270

gate.creole.ir
Class Term

java.lang.Object
  extended by gate.creole.ir.Term

public class Term
extends Object

This class represents pairs NAME-VALUE


Constructor Summary
Term(String name, String value)
          Constructor of the class.
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Term

public Term(String name,
            String value)
Constructor of the class.

Method Detail

getName

public String getName()
Returns:
String name

getValue

public String getValue()
Returns:
String value

GATE
Version 3.1-2270