public abstract class AbstractTreeToken extends Object
Constructor and Description |
---|
AbstractTreeToken() |
AbstractTreeToken(String correlationId,
String context) |
AbstractTreeToken(String correlationId,
String context,
String current,
String marker,
String visitMode,
Boolean downward,
List trail,
Map results,
Double confidence,
Double totalCount) |
Modifier and Type | Method and Description |
---|---|
Double |
getConfidence() |
String |
getContext() |
String |
getCorrelationId() |
String |
getCurrent() |
Boolean |
getDownward() |
String |
getMarker() |
Map |
getResults() |
Double |
getTotalCount() |
List |
getTrail() |
String |
getVisitMode() |
void |
setConfidence(Double confidence) |
void |
setContext(String context) |
void |
setCurrent(String current) |
void |
setDownward(Boolean downward) |
void |
setMarker(String marker) |
void |
setResults(Map results) |
void |
setTotalCount(Double totalCount) |
void |
setTotalCount(Integer totalCount) |
void |
setTrail(List trail) |
void |
setVisitMode(String visitMode) |
String |
toString() |
public String getContext()
public void setContext(String context)
public String getCurrent()
public void setCurrent(String current)
public String getMarker()
public void setMarker(String marker)
public String getVisitMode()
public void setVisitMode(String visitMode)
public Boolean getDownward()
public void setDownward(Boolean downward)
public List getTrail()
public void setTrail(List trail)
public Map getResults()
public void setResults(Map results)
public Double getConfidence()
public void setConfidence(Double confidence)
public Double getTotalCount()
public void setTotalCount(Double totalCount)
public void setTotalCount(Integer totalCount)
public String getCorrelationId()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.