StatsItem class
- Implemented types
Constructors
Properties
-
edges
↔ Map<
Int8List, int> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
negative_part_correlativity
↔ Map<
int, List< ?Correlativity> > -
getter/setter pair
-
positive_part_correlativity
↔ Map<
int, List< ?Correlativity> > -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- space_edges ↔ int
-
getter/setter pair
- space_vertices ↔ int
-
getter/setter pair
- status ↔ int?
-
getter/setter pair
-
tag_vertices
↔ Map<
Int8List, int> ? -
getter/setter pair
Methods
-
getFieldValue(
int fieldID) → dynamic -
Get a field's value by
fieldId
. Primitive types will be wrapped in the appropriate "boxed" types.override -
isSet(
int fieldID) → bool -
Check if a field is currently set or unset, using the
fieldId
.override -
isSetEdges(
) → bool -
isSetNegative_part_correlativity(
) → bool -
isSetPositive_part_correlativity(
) → bool -
isSetSpace_edges(
) → bool -
isSetSpace_vertices(
) → bool -
isSetStatus(
) → bool -
isSetTag_vertices(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
TProtocol iprot) → void -
Reads the TObject from the given input protocol.
override
-
setFieldValue(
int fieldID, Object? value) → dynamic -
Set a field's value by
fieldId
. Primitive types must be "boxed" in the appropriate object wrapper type.override -
toString(
) → String -
A string representation of this object.
override
-
unsetEdges(
) → dynamic -
unsetNegative_part_correlativity(
) → dynamic -
unsetPositive_part_correlativity(
) → dynamic -
unsetSpace_edges(
) → dynamic -
unsetSpace_vertices(
) → dynamic -
unsetStatus(
) → dynamic -
unsetTag_vertices(
) → dynamic -
validate(
) → dynamic -
write(
TProtocol oprot) → void -
Writes the objects out to the
oprot
protocol.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- EDGES → const int
- NEGATIVE_PART_CORRELATIVITY → const int
- POSITIVE_PART_CORRELATIVITY → const int
- SPACE_EDGES → const int
- SPACE_VERTICES → const int
- STATUS → const int
- TAG_VERTICES → const int