Interface IModifiableTuple
-
- All Superinterfaces:
ITuple
- All Known Implementing Classes:
MatchingFrame
,VolatileModifiableMaskedTuple
public interface IModifiableTuple extends ITuple
A tuple that allows modifying the underlying value. Should not be used for non-volatile tuples.- Since:
- 1.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
set(int index, java.lang.Object value)
Sets the selected value for a tuple-
Methods inherited from interface org.eclipse.viatra.query.runtime.matchers.tuple.ITuple
get, getDistinctElements, getElements, getSize, invertIndex, invertIndexWithMupliplicity, toImmutable
-
-