public class SumoProcessEntityProperty
extends java.lang.Object
implements java.lang.Comparable
| Constructor and Description |
|---|
SumoProcessEntityProperty(Formula form) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o)
Allows sortable collections of these objects.
|
java.lang.String |
getSurfaceFormForNoun(java.lang.String noun,
KB kb)
For a given property, combine it with the given noun into a natural-sounding expression.
|
java.lang.String |
toString() |
public SumoProcessEntityProperty(Formula form)
form - public java.lang.String getSurfaceFormForNoun(java.lang.String noun,
KB kb)
noun - public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparableo -