eu.monnetproject.lemon.model
Interface SenseContext

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

public interface SenseContext
extends LemonElement

A pragmatic context in which a entry/sense mapping applies

Author:
John McCrae

Method Summary
 Text getValue()
          Get the text value of this context
 void setValue(Text value)
          Set the text value of this context
 
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 text value of this context


setValue

void setValue(Text value)
Set the text value of this context



Copyright © 2012. All Rights Reserved.