org.gcube.dataaccess.spql.model
Class Term
java.lang.Object
org.gcube.dataaccess.spql.model.Term
public class Term
- extends Object
- Author:
- "Federico De Faveri defaveri@isti.cnr.it"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected TermType type
words
protected List<String> words
expandClause
protected ExpandClause expandClause
resolveClause
protected ResolveClause resolveClause
unfoldClause
protected UnfoldClause unfoldClause
Term
public Term(TermType type)
- Parameters:
type -
getType
public TermType getType()
- Returns:
- the type
setType
public void setType(TermType type)
- Parameters:
type - the type to set
getWords
public List<String> getWords()
- Returns:
- the words
setWords
public void setWords(List<String> words)
- Parameters:
words - the words to set
getExpandClause
public ExpandClause getExpandClause()
- Returns:
- the expandClause
setExpandClause
public void setExpandClause(ExpandClause expandClause)
- Parameters:
expandClause - the expandClause to set
getResolveClause
public ResolveClause getResolveClause()
- Returns:
- the resolveClause
setResolveClause
public void setResolveClause(ResolveClause resolveClause)
- Parameters:
resolveClause - the resolveClause to set
getUnfoldClause
public UnfoldClause getUnfoldClause()
setUnfoldClause
public void setUnfoldClause(UnfoldClause unfoldClause)
Copyright © 2013. All Rights Reserved.