public class Justification extends Object
A justification is created and stored each time a reasoning rule infers new triples. Each of the inferred triples will be supported by the rules and base triples that were used in the inference. This makes both explanations and maintenance much simpler, i.e. when a base triple is deleted, we can remove all justifications that contain it and then remove all inferred triples that are no longer supported by any justification.
User: sschaffe
Constructor and Description |
---|
Justification() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Date |
getCreatedAt() |
long |
getId() |
Set<Rule> |
getSupportingRules() |
Set<KiWiTriple> |
getSupportingTriples() |
KiWiTriple |
getTriple() |
int |
hashCode() |
void |
setCreatedAt(Date createdAt) |
void |
setId(long id) |
void |
setSupportingRules(Set<Rule> supportingRules) |
void |
setSupportingTriples(Set<KiWiTriple> supportingTriples) |
void |
setTriple(KiWiTriple triple) |
String |
toString() |
public long getId()
public void setId(long id)
public KiWiTriple getTriple()
public void setTriple(KiWiTriple triple)
public Set<KiWiTriple> getSupportingTriples()
public void setSupportingTriples(Set<KiWiTriple> supportingTriples)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.