Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::scheduling::jssp::TransitionTimeMatrix Class Referencefinal

Detailed Description

Definition at line 114 of file jobshop_scheduling.pb.h.

#include <jobshop_scheduling.pb.h>

Inheritance diagram for operations_research::scheduling::jssp::TransitionTimeMatrix:

Classes

class  _Internal

Public Types

enum  : int { kTransitionTimeFieldNumber = 1 }
 nested types -------------------------------------------------— More...

Public Member Functions

 TransitionTimeMatrix ()
 ~TransitionTimeMatrix () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR TransitionTimeMatrix (::google::protobuf::internal::ConstantInitialized)
 TransitionTimeMatrix (const TransitionTimeMatrix &from)
 TransitionTimeMatrix (TransitionTimeMatrix &&from) noexcept
TransitionTimeMatrixoperator= (const TransitionTimeMatrix &from)
TransitionTimeMatrixoperator= (TransitionTimeMatrix &&from) noexcept
const ::google::protobuf::UnknownFieldSet & unknown_fields () const ABSL_ATTRIBUTE_LIFETIME_BOUND
inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL mutable_unknown_fields () ABSL_ATTRIBUTE_LIFETIME_BOUND
void Swap (TransitionTimeMatrix *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (TransitionTimeMatrix *PROTOBUF_NONNULL other)
TransitionTimeMatrix *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const TransitionTimeMatrix &from)
void MergeFrom (const TransitionTimeMatrix &from)
bool IsInitialized () const
ABSL_ATTRIBUTE_REINITIALIZES void Clear () PROTOBUF_FINAL
::size_t ByteSizeLong () const final
::uint8_t *PROTOBUF_NONNULL _InternalSerialize (::uint8_t *PROTOBUF_NONNULL target, ::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream) const final
int GetCachedSize () const
::google::protobuf::Metadata GetMetadata () const
int transition_time_size () const
 repeated int64 transition_time = 1;
void clear_transition_time ()
::int64_t transition_time (int index) const
void set_transition_time (int index, ::int64_t value)
void add_transition_time (::int64_t value)
const ::google::protobuf::RepeatedField<::int64_t > & transition_time () const
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL mutable_transition_time ()
template<typename>
PROTOBUF_CONSTEXPR TransitionTimeMatrix (::_pbi::ConstantInitialized)

Static Public Member Functions

static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL descriptor ()
static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL GetDescriptor ()
static const ::google::protobuf::Reflection *PROTOBUF_NONNULL GetReflection ()
static const TransitionTimeMatrixdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 2

Protected Member Functions

 TransitionTimeMatrix (::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
 TransitionTimeMatrix (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const TransitionTimeMatrix &from)
 TransitionTimeMatrix (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, TransitionTimeMatrix &&from) noexcept
const ::google::protobuf::internal::ClassData *PROTOBUF_NONNULL GetClassData () const PROTOBUF_FINAL

Static Protected Member Functions

static void *PROTOBUF_NONNULL PlacementNew_ (const void *PROTOBUF_NONNULL, void *PROTOBUF_NONNULL mem, ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
static constexpr auto InternalNewImpl_ ()

Friends

class ::google::protobuf::internal::TcParser
class ::google::protobuf::MessageLite
class ::google::protobuf::Arena
template<typename T>
class ::google::protobuf::Arena::InternalHelper
struct ::TableStruct_ortools_2fscheduling_2fjobshop_5fscheduling_2eproto
void swap (TransitionTimeMatrix &a, TransitionTimeMatrix &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

nested types -------------------------------------------------—

accessors ----------------------------------------------------—

Enumerator
kTransitionTimeFieldNumber 

Definition at line 256 of file jobshop_scheduling.pb.h.

Constructor & Destructor Documentation

◆ TransitionTimeMatrix() [1/8]

operations_research::scheduling::jssp::TransitionTimeMatrix::TransitionTimeMatrix ( )
inline

Definition at line 117 of file jobshop_scheduling.pb.h.

◆ ~TransitionTimeMatrix()

operations_research::scheduling::jssp::TransitionTimeMatrix::~TransitionTimeMatrix ( )

@protoc_insertion_point(destructor:operations_research.scheduling.jssp.TransitionTimeMatrix)

Definition at line 1366 of file jobshop_scheduling.pb.cc.

◆ TransitionTimeMatrix() [2/8]

template<typename = void>
PROTOBUF_CONSTEXPR operations_research::scheduling::jssp::TransitionTimeMatrix::TransitionTimeMatrix ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ TransitionTimeMatrix() [3/8]

operations_research::scheduling::jssp::TransitionTimeMatrix::TransitionTimeMatrix ( const TransitionTimeMatrix & from)
inline

Definition at line 130 of file jobshop_scheduling.pb.h.

◆ TransitionTimeMatrix() [4/8]

operations_research::scheduling::jssp::TransitionTimeMatrix::TransitionTimeMatrix ( TransitionTimeMatrix && from)
inlinenoexcept

Definition at line 131 of file jobshop_scheduling.pb.h.

◆ TransitionTimeMatrix() [5/8]

operations_research::scheduling::jssp::TransitionTimeMatrix::TransitionTimeMatrix ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.scheduling.jssp.TransitionTimeMatrix)

Definition at line 1323 of file jobshop_scheduling.pb.cc.

◆ TransitionTimeMatrix() [6/8]

operations_research::scheduling::jssp::TransitionTimeMatrix::TransitionTimeMatrix ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
const TransitionTimeMatrix & from )
protected

@protoc_insertion_point(copy_constructor:operations_research.scheduling.jssp.TransitionTimeMatrix)

Definition at line 1340 of file jobshop_scheduling.pb.cc.

◆ TransitionTimeMatrix() [7/8]

operations_research::scheduling::jssp::TransitionTimeMatrix::TransitionTimeMatrix ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
TransitionTimeMatrix && from )
inlineprotectednoexcept

Definition at line 238 of file jobshop_scheduling.pb.h.

◆ TransitionTimeMatrix() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::scheduling::jssp::TransitionTimeMatrix::TransitionTimeMatrix ( ::_pbi::ConstantInitialized )

Definition at line 38 of file jobshop_scheduling.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::scheduling::jssp::TransitionTimeMatrix::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
final

@protoc_insertion_point(serialize_to_array_start:operations_research.scheduling.jssp.TransitionTimeMatrix)

repeated int64 transition_time = 1;

@protoc_insertion_point(serialize_to_array_end:operations_research.scheduling.jssp.TransitionTimeMatrix)

Definition at line 1482 of file jobshop_scheduling.pb.cc.

◆ add_transition_time()

void operations_research::scheduling::jssp::TransitionTimeMatrix::add_transition_time ( ::int64_t value)
inline

@protoc_insertion_point(field_add:operations_research.scheduling.jssp.TransitionTimeMatrix.transition_time)

Definition at line 2810 of file jobshop_scheduling.pb.h.

◆ ByteSizeLong()

size_t operations_research::scheduling::jssp::TransitionTimeMatrix::ByteSizeLong ( ) const
final

@protoc_insertion_point(message_byte_size_start:operations_research.scheduling.jssp.TransitionTimeMatrix)

Prevent compiler warnings about cached_has_bits being unused

repeated int64 transition_time = 1;

Definition at line 1513 of file jobshop_scheduling.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::scheduling::jssp::TransitionTimeMatrix::Clear ( )

@protoc_insertion_point(message_clear_start:operations_research.scheduling.jssp.TransitionTimeMatrix)

Prevent compiler warnings about cached_has_bits being unused

Definition at line 1465 of file jobshop_scheduling.pb.cc.

◆ clear_transition_time()

void operations_research::scheduling::jssp::TransitionTimeMatrix::clear_transition_time ( )
inline

Definition at line 2798 of file jobshop_scheduling.pb.h.

◆ CopyFrom()

void operations_research::scheduling::jssp::TransitionTimeMatrix::CopyFrom ( const TransitionTimeMatrix & from)

@protoc_insertion_point(class_specific_copy_from_start:operations_research.scheduling.jssp.TransitionTimeMatrix)

Definition at line 1549 of file jobshop_scheduling.pb.cc.

◆ default_instance()

const TransitionTimeMatrix & operations_research::scheduling::jssp::TransitionTimeMatrix::default_instance ( )
inlinestatic

Definition at line 165 of file jobshop_scheduling.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::scheduling::jssp::TransitionTimeMatrix::descriptor ( )
inlinestatic

Definition at line 156 of file jobshop_scheduling.pb.h.

◆ GetCachedSize()

int operations_research::scheduling::jssp::TransitionTimeMatrix::GetCachedSize ( ) const
inline

Definition at line 224 of file jobshop_scheduling.pb.h.

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::scheduling::jssp::TransitionTimeMatrix::GetClassData ( ) const
protected

Definition at line 1426 of file jobshop_scheduling.pb.cc.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::scheduling::jssp::TransitionTimeMatrix::GetDescriptor ( )
inlinestatic

Definition at line 159 of file jobshop_scheduling.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::scheduling::jssp::TransitionTimeMatrix::GetMetadata ( ) const

Definition at line 1563 of file jobshop_scheduling.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::scheduling::jssp::TransitionTimeMatrix::GetReflection ( )
inlinestatic

Definition at line 162 of file jobshop_scheduling.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::scheduling::jssp::TransitionTimeMatrix::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 1398 of file jobshop_scheduling.pb.cc.

◆ InternalNewImpl_()

auto operations_research::scheduling::jssp::TransitionTimeMatrix::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 1382 of file jobshop_scheduling.pb.cc.

◆ IsInitialized()

bool operations_research::scheduling::jssp::TransitionTimeMatrix::IsInitialized ( ) const
inline

Definition at line 200 of file jobshop_scheduling.pb.h.

◆ MergeFrom()

void operations_research::scheduling::jssp::TransitionTimeMatrix::MergeFrom ( const TransitionTimeMatrix & from)
inline

Definition at line 193 of file jobshop_scheduling.pb.h.

◆ mutable_transition_time()

google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL operations_research::scheduling::jssp::TransitionTimeMatrix::mutable_transition_time ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.scheduling.jssp.TransitionTimeMatrix.transition_time)

Definition at line 2820 of file jobshop_scheduling.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::scheduling::jssp::TransitionTimeMatrix::mutable_unknown_fields ( )
inline

Definition at line 151 of file jobshop_scheduling.pb.h.

◆ New()

TransitionTimeMatrix *PROTOBUF_NONNULL operations_research::scheduling::jssp::TransitionTimeMatrix::New ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena = nullptr) const
inline

implements Message -------------------------------------------—

Definition at line 187 of file jobshop_scheduling.pb.h.

◆ operator=() [1/2]

TransitionTimeMatrix & operations_research::scheduling::jssp::TransitionTimeMatrix::operator= ( const TransitionTimeMatrix & from)
inline

Definition at line 133 of file jobshop_scheduling.pb.h.

◆ operator=() [2/2]

TransitionTimeMatrix & operations_research::scheduling::jssp::TransitionTimeMatrix::operator= ( TransitionTimeMatrix && from)
inlinenoexcept

Definition at line 137 of file jobshop_scheduling.pb.h.

◆ PlacementNew_()

void *PROTOBUF_NONNULL operations_research::scheduling::jssp::TransitionTimeMatrix::PlacementNew_ ( const void * PROTOBUF_NONNULL,
void *PROTOBUF_NONNULL mem,
::google::protobuf::Arena *PROTOBUF_NULLABLE arena )
inlinestaticprotected

Definition at line 1377 of file jobshop_scheduling.pb.cc.

◆ set_transition_time()

void operations_research::scheduling::jssp::TransitionTimeMatrix::set_transition_time ( int index,
::int64_t value )
inline

@protoc_insertion_point(field_set:operations_research.scheduling.jssp.TransitionTimeMatrix.transition_time)

Definition at line 2806 of file jobshop_scheduling.pb.h.

◆ Swap()

void operations_research::scheduling::jssp::TransitionTimeMatrix::Swap ( TransitionTimeMatrix *PROTOBUF_NONNULL other)
inline

Definition at line 171 of file jobshop_scheduling.pb.h.

◆ transition_time() [1/2]

const::google::protobuf::RepeatedField<::int64_t > & operations_research::scheduling::jssp::TransitionTimeMatrix::transition_time ( ) const
inline

@protoc_insertion_point(field_list:operations_research.scheduling.jssp.TransitionTimeMatrix.transition_time)

Definition at line 2815 of file jobshop_scheduling.pb.h.

◆ transition_time() [2/2]

int64_t operations_research::scheduling::jssp::TransitionTimeMatrix::transition_time ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.jssp.TransitionTimeMatrix.transition_time)

Definition at line 2802 of file jobshop_scheduling.pb.h.

◆ transition_time_size()

int operations_research::scheduling::jssp::TransitionTimeMatrix::transition_time_size ( ) const
inline

repeated int64 transition_time = 1;

Definition at line 2795 of file jobshop_scheduling.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::scheduling::jssp::TransitionTimeMatrix::unknown_fields ( ) const
inline

Definition at line 147 of file jobshop_scheduling.pb.h.

◆ UnsafeArenaSwap()

void operations_research::scheduling::jssp::TransitionTimeMatrix::UnsafeArenaSwap ( TransitionTimeMatrix *PROTOBUF_NONNULL other)
inline

Definition at line 179 of file jobshop_scheduling.pb.h.

◆ ::google::protobuf::Arena

friend class ::google::protobuf::Arena
friend

Definition at line 287 of file jobshop_scheduling.pb.h.

◆ ::google::protobuf::Arena::InternalHelper

template<typename T>
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 289 of file jobshop_scheduling.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 280 of file jobshop_scheduling.pb.h.

◆ ::google::protobuf::MessageLite

friend class ::google::protobuf::MessageLite
friend

Definition at line 286 of file jobshop_scheduling.pb.h.

◆ ::TableStruct_ortools_2fscheduling_2fjobshop_5fscheduling_2eproto

◆ swap

void swap ( TransitionTimeMatrix & a,
TransitionTimeMatrix & b )
friend

Definition at line 170 of file jobshop_scheduling.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::scheduling::jssp::TransitionTimeMatrix::_impl_

Definition at line 306 of file jobshop_scheduling.pb.h.

◆ kIndexInFileMessages

int operations_research::scheduling::jssp::TransitionTimeMatrix::kIndexInFileMessages = 2
staticconstexpr

Definition at line 169 of file jobshop_scheduling.pb.h.


The documentation for this class was generated from the following files: