gate.creole.ir
Class Term

java.lang.Object
  |
  +--gate.creole.ir.Term

public class Term
extends Object

This class represents pairs NAME-VALUE


Field Summary
private  String name
          Name
private  String value
          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
 

Field Detail

name

private String name
Name


value

private String value
Value

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