jcreek.representation.inference
Class SortedPlausibleInheritanceMethod
java.lang.Object
jcreek.representation.inference.SpreadingActivationRule
jcreek.representation.inference.InheritanceMethod
jcreek.representation.inference.PlausibleInheritanceMethod
jcreek.representation.inference.SortedPlausibleInheritanceMethod
- All Implemented Interfaces:
- java.util.Comparator
- public class SortedPlausibleInheritanceMethod
- extends PlausibleInheritanceMethod
- implements java.util.Comparator
Title: SortedPlausibleInheritanceMethod
Description: Same as it's superclass, PlausibleInheritanceMethod, but the relations
inherited are sorted according to the relation-type and value-type before they are returned.
This is used when comparing features of cases.
- Version:
- 1.0
- Author:
- Frode Sørom
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
equals |
SortedPlausibleInheritanceMethod
public SortedPlausibleInheritanceMethod(RelationType rcd)
SortedPlausibleInheritanceMethod
public SortedPlausibleInheritanceMethod(KnowledgeModel knowledgeModel)
inherit
public Relation[] inherit(Entity e)
- Overrides:
inherit
in class InheritanceMethod
compare
public int compare(java.lang.Object a,
java.lang.Object b)
- Specified by:
compare
in interface java.util.Comparator
Created at IDI, NTNU by the Artificial Intelligence and Learning group