public interface TucsonResult
Modifier and Type | Method and Description |
---|---|
alice.tuplecentre.api.Tuple |
getTuple()
Method used to get the result of a TuCSoN operation that returns a Tuple.
|
java.util.List<alice.tuplecentre.api.Tuple> |
getTuples()
Method used to get the result of a TuCSoN operation that returns a list
of Tuple.
|
boolean |
isList()
Method used to ask if the result of a TuCSoN operation is a Tuple or a
list of Tuple.
|
java.util.List<alice.tuplecentre.api.Tuple> getTuples()
alice.tuplecentre.api.Tuple getTuple()
boolean isList()