public interface IJTupleTemplate extends TupleTemplate
Modifier and Type | Method and Description |
---|---|
void |
addArg(IJArg arg) |
IJArg |
getArg(int i) |
int |
getNArgs() |
match, propagate
void addArg(IJArg arg) throws InvalidTupleException
arg
- the JArg to add to this JTupleTemplateInvalidTupleException
- if the given JArg is invalid (e.g. null)IJArg getArg(int i)
i
- the index of the JArg to retrieve (starting from 0)int getNArgs()