eu.monnetproject.lemon.model
Interface SenseDefinition

All Superinterfaces:
LemonElement, LemonElementOrPredicate
All Known Implementing Classes:
DefinitionImpl

public interface SenseDefinition
extends LemonElement

A definition of a given sense

Author:
John McCrae

Method Summary
 Text getValue()
          Get the value of the definition
 void setValue(Text value)
          Set the value of the definition
 
Methods inherited from interface eu.monnetproject.lemon.model.LemonElement
addAnnotation, addProperty, addType, getAnnotations, getAnnotations, getID, getProperty, getPropertys, getTypes, removeAnnotation, removeProperty, removeType
 
Methods inherited from interface eu.monnetproject.lemon.model.LemonElementOrPredicate
getURI
 

Method Detail

getValue

Text getValue()
Get the value of the definition


setValue

void setValue(Text value)
Set the value of the definition



Copyright © 2012. All Rights Reserved.