Class AbstractTuple
java.lang.Object
org.optaplanner.constraint.streams.bavet.common.AbstractTuple
- All Implemented Interfaces:
Tuple
- Direct Known Subclasses:
BiTupleImpl,QuadTupleImpl,TriTupleImpl,UniTupleImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal BavetTupleStategetState()final <Value_> Value_getStore(int index) <Value_> Value_removeStore(int index) final voidsetState(BavetTupleState state) final void
-
Field Details
-
state
-
-
Constructor Details
-
AbstractTuple
protected AbstractTuple(int storeSize)
-
-
Method Details
-
getState
-
setState
-
getStore
public final <Value_> Value_ getStore(int index) -
setStore
-
removeStore
public <Value_> Value_ removeStore(int index) - Specified by:
removeStorein interfaceTuple
-