public class Step extends Object implements ResultsWithMatch
| Modifier and Type | Class and Description |
|---|---|
static class |
Step.functions |
static class |
Step.predicates |
| Constructor and Description |
|---|
Step() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttachments() |
String |
getDataTableClass() |
DocString |
getDocString() |
String |
getDocStringOrNothing()
Returns a formatted doc-string section.
|
long |
getDuration() |
Object[] |
getEmbeddings() |
Match |
getMatch() |
String |
getName() |
String |
getOutput() |
String |
getRawName() |
Result |
getResult() |
Row[] |
getRows() |
Status |
getStatus() |
boolean |
hasDocString() |
boolean |
hasRows() |
void |
setName(String newName) |
public DocString getDocString()
public Row[] getRows()
public String getOutput()
public Match getMatch()
getMatch in interface ResultsWithMatchpublic Result getResult()
getResult in interface ResultsWithMatchpublic Object[] getEmbeddings()
public boolean hasRows()
public boolean hasDocString()
public Status getStatus()
public long getDuration()
public String getDataTableClass()
public String getRawName()
public String getName()
public String getDocStringOrNothing()
public void setName(String newName)
public String getAttachments()
Copyright © 2015. All rights reserved.