eu.monnetproject.lemon.model
Interface SenseRelation

All Superinterfaces:
LemonElementOrPredicate, LemonPredicate

public interface SenseRelation
extends LemonPredicate

A predicate used to relate senses

Author:
John McCrae

Field Summary
static SenseRelation broader
          Indicates that the target sense is broader
static SenseRelation equivalent
          Indicates equivalence between the senses
static SenseRelation incompatible
          Indicates incompatibility (disjointness) between the senses
static SenseRelation narrower
          Indicates that the target sense is narrower
static SenseRelation senseRelation
          The lemon super-property of all relations
 
Method Summary
 
Methods inherited from interface eu.monnetproject.lemon.model.LemonElementOrPredicate
getURI
 

Field Detail

senseRelation

static final SenseRelation senseRelation
The lemon super-property of all relations


equivalent

static final SenseRelation equivalent
Indicates equivalence between the senses


incompatible

static final SenseRelation incompatible
Indicates incompatibility (disjointness) between the senses


narrower

static final SenseRelation narrower
Indicates that the target sense is narrower


broader

static final SenseRelation broader
Indicates that the target sense is broader



Copyright © 2012. All Rights Reserved.