edu.washington.cs.knowitall.ontology
Class OntologicalRelationArgument

java.lang.Object
  extended by edu.washington.cs.knowitall.ontology.OntologicalRelationArgument
All Implemented Interfaces:
Serializable

public class OntologicalRelationArgument
extends Object
implements Serializable

An instance of a OntologicalFormArgument.

Author:
schmmd
See Also:
OntologicalFormArgument, Serialized Form

Field Summary
 String name
           
 String value
           
 
Constructor Summary
OntologicalRelationArgument(String name, String value)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final String name

value

public final String value
Constructor Detail

OntologicalRelationArgument

public OntologicalRelationArgument(String name,
                                   String value)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 University of Washington CSE. All Rights Reserved.