eu.monnetproject.lemon.model
Interface Component

All Superinterfaces:
LemonElement, LemonElementOrPredicate, PhraseTerminal
All Known Implementing Classes:
ComponentImpl

public interface Component
extends PhraseTerminal

An element of multi-word terms decomposition

Author:
John McCrae

Method Summary
 LexicalEntry getElement()
          Get the base lexical entry for this component
 void setElement(LexicalEntry element)
          Set the base lexical entry for this component
 
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

getElement

LexicalEntry getElement()
Get the base lexical entry for this component


setElement

void setElement(LexicalEntry element)
Set the base lexical entry for this component



Copyright © 2012. All Rights Reserved.