edu.washington.cs.knowitall.ontology
Class OntologicalRelationArgument
java.lang.Object
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
name
public final String name
value
public final String value
OntologicalRelationArgument
public OntologicalRelationArgument(String name,
String value)
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.