edu.stanford.nlp.ie.pascal
Class InfoTemplate

java.lang.Object
  extended by edu.stanford.nlp.ie.pascal.InfoTemplate

public class InfoTemplate
extends Object

A partial PascalTemplate. Holds URL, acronym, and name template fields.

Author:
Chris Cox

Constructor Summary
InfoTemplate(String whomepage, String wacronym, String wname, String chomepage, String cacronym, String cname, CliqueTemplates ct)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InfoTemplate

public InfoTemplate(String whomepage,
                    String wacronym,
                    String wname,
                    String chomepage,
                    String cacronym,
                    String cname,
                    CliqueTemplates ct)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Stanford NLP Group