org.gcube.dataaccess.spql.model
Class Term

java.lang.Object
  extended by org.gcube.dataaccess.spql.model.Term

public class Term
extends Object

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected  ExpandClause expandClause
           
protected  ResolveClause resolveClause
           
protected  TermType type
           
protected  UnfoldClause unfoldClause
           
protected  List<String> words
           
 
Constructor Summary
Term(TermType type)
           
 
Method Summary
 ExpandClause getExpandClause()
           
 ResolveClause getResolveClause()
           
 TermType getType()
           
 UnfoldClause getUnfoldClause()
           
 List<String> getWords()
           
 void setExpandClause(ExpandClause expandClause)
           
 void setResolveClause(ResolveClause resolveClause)
           
 void setType(TermType type)
           
 void setUnfoldClause(UnfoldClause unfoldClause)
           
 void setWords(List<String> words)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected TermType type

words

protected List<String> words

expandClause

protected ExpandClause expandClause

resolveClause

protected ResolveClause resolveClause

unfoldClause

protected UnfoldClause unfoldClause
Constructor Detail

Term

public Term(TermType type)
Parameters:
type -
Method Detail

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.