Package org.openrefine.model.recon
Class ReconCandidate
- java.lang.Object
-
- org.openrefine.model.recon.ReconCandidate
-
- All Implemented Interfaces:
Serializable
,HasFields
public class ReconCandidate extends Object implements HasFields, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReconCandidate(String topicID, String topicName, String[] typeIDs, double score)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object other)
boolean
fieldAlsoHasFields(String name)
Object
getField(String name)
static ReconCandidate
loadStreaming(com.fasterxml.jackson.core.JsonParser jp)
Deprecated.static ReconCandidate
loadStreaming(String s)
String
toString()
-
-
-
Method Detail
-
fieldAlsoHasFields
public boolean fieldAlsoHasFields(String name)
- Specified by:
fieldAlsoHasFields
in interfaceHasFields
-
loadStreaming
public static ReconCandidate loadStreaming(String s) throws Exception
- Throws:
Exception
-
loadStreaming
@Deprecated public static ReconCandidate loadStreaming(com.fasterxml.jackson.core.JsonParser jp) throws Exception
Deprecated.- Throws:
Exception
-
-