Get the set of all current aliases. @return set
()
| 1364 | * @return set |
| 1365 | */ |
| 1366 | public Set<String> getAliasKeySet() { |
| 1367 | return currDAG.getAliasOp().keySet(); |
| 1368 | } |
| 1369 | |
| 1370 | public Map<Operator, DataBag> getExamples(String alias) throws IOException { |
| 1371 | try { |