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

Detailed Description

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

#include <jobshop_scheduling.pb.h>

Inheritance diagram for operations_research::scheduling::jssp::Machine:

Classes

class  _Internal

Public Types

enum  : int { kNameFieldNumber = 16 , kTransitionTimeMatrixFieldNumber = 1 }
 nested types -------------------------------------------------— More...

Public Member Functions

 Machine ()
 ~Machine () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR Machine (::google::protobuf::internal::ConstantInitialized)
 Machine (const Machine &from)
 Machine (Machine &&from) noexcept
Machineoperator= (const Machine &from)
Machineoperator= (Machine &&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 (Machine *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (Machine *PROTOBUF_NONNULL other)
Machine *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
 implements Message -------------------------------------------—
void CopyFrom (const Machine &from)
void MergeFrom (const Machine &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
void clear_name ()
 string name = 16;
const ::std::string & name () const
template<typename Arg_ = const ::std::string&, typename... Args_>
void set_name (Arg_ &&arg, Args_... args)
::std::string *PROTOBUF_NONNULL mutable_name ()
::std::string *PROTOBUF_NULLABLE release_name ()
void set_allocated_name (::std::string *PROTOBUF_NULLABLE value)
bool has_transition_time_matrix () const
 .operations_research.scheduling.jssp.TransitionTimeMatrix transition_time_matrix = 1;
void clear_transition_time_matrix ()
const ::operations_research::scheduling::jssp::TransitionTimeMatrixtransition_time_matrix () const
::operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NULLABLE release_transition_time_matrix ()
::operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NONNULL mutable_transition_time_matrix ()
void set_allocated_transition_time_matrix (::operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_transition_time_matrix (::operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NULLABLE value)
::operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NULLABLE unsafe_arena_release_transition_time_matrix ()
template<typename>
PROTOBUF_CONSTEXPR Machine (::_pbi::ConstantInitialized)
template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_name (Arg_ &&arg, Args_... args)

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 Machinedefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 3

Protected Member Functions

 Machine (::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
 Machine (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const Machine &from)
 Machine (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, Machine &&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 (Machine &a, Machine &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

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

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

Enumerator
kNameFieldNumber 
kTransitionTimeMatrixFieldNumber 

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

Constructor & Destructor Documentation

◆ Machine() [1/8]

operations_research::scheduling::jssp::Machine::Machine ( )
inline

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

◆ ~Machine()

operations_research::scheduling::jssp::Machine::~Machine ( )

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

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

◆ Machine() [2/8]

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

◆ Machine() [3/8]

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

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

◆ Machine() [4/8]

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

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

◆ Machine() [5/8]

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

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

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

◆ Machine() [6/8]

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

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

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

◆ Machine() [7/8]

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

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

◆ Machine() [8/8]

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

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

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::scheduling::jssp::Machine::_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.Machine)

.operations_research.scheduling.jssp.TransitionTimeMatrix transition_time_matrix = 1;

string name = 16;

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

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

◆ ByteSizeLong()

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

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

Prevent compiler warnings about cached_has_bits being unused

string name = 16;

.operations_research.scheduling.jssp.TransitionTimeMatrix transition_time_matrix = 1;

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

◆ Clear()

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

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

Prevent compiler warnings about cached_has_bits being unused

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

◆ clear_name()

void operations_research::scheduling::jssp::Machine::clear_name ( )
inline

string name = 16;

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

◆ clear_transition_time_matrix()

void operations_research::scheduling::jssp::Machine::clear_transition_time_matrix ( )
inline

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

◆ CopyFrom()

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

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

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ GetCachedSize()

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

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

◆ GetClassData()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_transition_time_matrix()

bool operations_research::scheduling::jssp::Machine::has_transition_time_matrix ( ) const
inline

◆ InternalGenerateClassData_()

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

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

◆ InternalNewImpl_()

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

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

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

◆ mutable_name()

std::string *PROTOBUF_NONNULL operations_research::scheduling::jssp::Machine::mutable_name ( )
inline

@protoc_insertion_point(field_mutable:operations_research.scheduling.jssp.Machine.name)

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

◆ mutable_transition_time_matrix()

operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NONNULL operations_research::scheduling::jssp::Machine::mutable_transition_time_matrix ( )
inline

@protoc_insertion_point(field_mutable:operations_research.scheduling.jssp.Machine.transition_time_matrix)

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

◆ mutable_unknown_fields()

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

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

◆ name()

const::std::string & operations_research::scheduling::jssp::Machine::name ( ) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.jssp.Machine.name)

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

◆ New()

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

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ PlacementNew_()

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

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

◆ release_name()

std::string *PROTOBUF_NULLABLE operations_research::scheduling::jssp::Machine::release_name ( )
inlinenodiscard

@protoc_insertion_point(field_release:operations_research.scheduling.jssp.Machine.name)

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

◆ release_transition_time_matrix()

operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NULLABLE operations_research::scheduling::jssp::Machine::release_transition_time_matrix ( )
inlinenodiscard

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

◆ set_allocated_name()

void operations_research::scheduling::jssp::Machine::set_allocated_name ( ::std::string *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.scheduling.jssp.Machine.name)

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

◆ set_allocated_transition_time_matrix()

void operations_research::scheduling::jssp::Machine::set_allocated_transition_time_matrix ( ::operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.scheduling.jssp.Machine.transition_time_matrix)

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

◆ set_name() [1/2]

template<typename Arg_ = const ::std::string&, typename... Args_>
void operations_research::scheduling::jssp::Machine::set_name ( Arg_ && arg,
Args_... args )

◆ set_name() [2/2]

template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void operations_research::scheduling::jssp::Machine::set_name ( Arg_ && arg,
Args_... args )

@protoc_insertion_point(field_set:operations_research.scheduling.jssp.Machine.name)

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

◆ Swap()

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

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

◆ transition_time_matrix()

const::operations_research::scheduling::jssp::TransitionTimeMatrix & operations_research::scheduling::jssp::Machine::transition_time_matrix ( ) const
inline

@protoc_insertion_point(field_get:operations_research.scheduling.jssp.Machine.transition_time_matrix)

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_transition_time_matrix()

operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NULLABLE operations_research::scheduling::jssp::Machine::unsafe_arena_release_transition_time_matrix ( )
inline

@protoc_insertion_point(field_release:operations_research.scheduling.jssp.Machine.transition_time_matrix)

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

◆ unsafe_arena_set_allocated_transition_time_matrix()

void operations_research::scheduling::jssp::Machine::unsafe_arena_set_allocated_transition_time_matrix ( ::operations_research::scheduling::jssp::TransitionTimeMatrix *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.scheduling.jssp.Machine.transition_time_matrix)

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fscheduling_2fjobshop_5fscheduling_2eproto

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::scheduling::jssp::Machine::_impl_

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

◆ kIndexInFileMessages

int operations_research::scheduling::jssp::Machine::kIndexInFileMessages = 3
staticconstexpr

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


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