public class ScoredRelationImpl extends RelationImpl implements ScoredMarking
| Modifier and Type | Field and Description |
|---|---|
protected double |
confidence |
| Constructor and Description |
|---|
ScoredRelationImpl(Meaning subject,
Meaning predicate,
Meaning object,
double confidence) |
ScoredRelationImpl(Relation relation,
double confidence) |
ScoredRelationImpl(ScoredRelationImpl relation) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
double |
getConfidence() |
int |
hashCode() |
void |
setConfidence(double confidence) |
String |
toString() |
getObject, getPredicate, getRelation, getSubject, setRelationgetProvenanceInfo, setProvenanceInfofinalize, getClass, notify, notifyAll, wait, wait, waitgetProvenanceInfo, setProvenanceInfopublic ScoredRelationImpl(Relation relation, double confidence) throws CloneNotSupportedException
CloneNotSupportedExceptionpublic ScoredRelationImpl(ScoredRelationImpl relation) throws CloneNotSupportedException
CloneNotSupportedExceptionpublic double getConfidence()
getConfidence in interface ScoredMarkingpublic void setConfidence(double confidence)
setConfidence in interface ScoredMarkingpublic Object clone() throws CloneNotSupportedException
clone in interface Markingclone in class RelationImplCloneNotSupportedExceptionpublic boolean equals(Object obj)
equals in class RelationImplpublic String toString()
toString in interface MarkingtoString in class RelationImplCopyright © 2018. All rights reserved.