fuzzydl
Class NegativeRelation

java.lang.Object
  extended by fuzzydl.Relation
      extended by fuzzydl.NegativeRelation

public class NegativeRelation
extends Relation

Represents a role assertion of the form (object individual, role, upper bound for the degree) with respect to a subject individual.


Constructor Summary
NegativeRelation(java.lang.String roleName, Individual ind1, Individual ind2, Degree degree)
           
 
Method Summary
 
Methods inherited from class fuzzydl.Relation
clone, getDegree, getName, getObjectIndividual, getRoleName, getSubjectIndividual, setObjectIndividual, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NegativeRelation

public NegativeRelation(java.lang.String roleName,
                        Individual ind1,
                        Individual ind2,
                        Degree degree)