public class Term extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ExpandClause |
expandClause |
protected ResolveClause |
resolveClause |
protected TermType |
type |
protected UnfoldClause |
unfoldClause |
protected List<String> |
words |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected TermType type
protected ExpandClause expandClause
protected ResolveClause resolveClause
protected UnfoldClause unfoldClause
public Term(TermType type)
type - public TermType getType()
public void setType(TermType type)
type - the type to setpublic ExpandClause getExpandClause()
public void setExpandClause(ExpandClause expandClause)
expandClause - the expandClause to setpublic ResolveClause getResolveClause()
public void setResolveClause(ResolveClause resolveClause)
resolveClause - the resolveClause to setpublic UnfoldClause getUnfoldClause()
public void setUnfoldClause(UnfoldClause unfoldClause)
Copyright © 2017. All Rights Reserved.