gate.creole.ir
Class Term

java.lang.Object
  extended bygate.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
equals, 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