Package ai.timefold.jpyinterpreter.types
Class PythonCell
java.lang.Object
ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
ai.timefold.jpyinterpreter.types.PythonCell
- All Implemented Interfaces:
PythonLikeObject
Holds a reference to a PythonLikeObject. Cannot use
AtomicReference,
since cells are stored in a tuple via BUILD_TUPLE and thus need to be a PythonLikeObject.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PythonLikeTypestatic final PythonLikeTypeThe value the cell stores.Fields inherited from class ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
OBJECT_TYPE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
$deleteAttribute, $getAttributeOrNull, $getType, $setAttribute, getExtraAttributeMap, setAttribute, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ai.timefold.jpyinterpreter.PythonLikeObject
$getAttributeOrError, $getGenericType, $method$__delattr__, $method$__eq__, $method$__format__, $method$__format__, $method$__getattribute__, $method$__hash__, $method$__ne__, $method$__repr__, $method$__setattr__, $method$__str__
-
Field Details
-
CELL_TYPE
-
$TYPE
-
cellValue
The value the cell stores.
-
-
Constructor Details
-
PythonCell
public PythonCell()
-