org.dllearner.kb.manipulator
Class PredicateReplacementRule

java.lang.Object
  extended by org.dllearner.kb.manipulator.Rule
      extended by org.dllearner.kb.manipulator.PredicateReplacementRule

public class PredicateReplacementRule
extends Rule


Nested Class Summary
 
Nested classes/interfaces inherited from class org.dllearner.kb.manipulator.Rule
Rule.Months
 
Field Summary
 
Fields inherited from class org.dllearner.kb.manipulator.Rule
MONTHS
 
Constructor Summary
PredicateReplacementRule(Rule.Months month, String oldPredicate, String newPredicate)
           
 
Method Summary
 SortedSet<RDFNodeTuple> applyRule(Node subject, SortedSet<RDFNodeTuple> tuples)
           
 void logJamon()
           
 
Methods inherited from class org.dllearner.kb.manipulator.Rule
main
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PredicateReplacementRule

public PredicateReplacementRule(Rule.Months month,
                                String oldPredicate,
                                String newPredicate)
Method Detail

applyRule

public SortedSet<RDFNodeTuple> applyRule(Node subject,
                                         SortedSet<RDFNodeTuple> tuples)
Specified by:
applyRule in class Rule

logJamon

public void logJamon()
Specified by:
logJamon in class Rule


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann