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

Detailed Description

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

#include <jobshop_scheduling.pb.h>

Inheritance diagram for operations_research::scheduling::jssp::Job:

Classes

class  _Internal

Public Types

enum  : int {
  kTasksFieldNumber = 1 , kNameFieldNumber = 16 , kEarliestStartFieldNumber = 2 , kLatestEndFieldNumber = 7 ,
  kEarlyDueDateFieldNumber = 3 , kLateDueDateFieldNumber = 4 , kEarlinessCostPerTimeUnitFieldNumber = 5 , kLatenessCostPerTimeUnitFieldNumber = 6
}

Public Member Functions

 Job ()
 ~Job () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR Job (::google::protobuf::internal::ConstantInitialized)
 Job (const Job &from)
 Job (Job &&from) noexcept
Joboperator= (const Job &from)
Joboperator= (Job &&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 (Job *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (Job *PROTOBUF_NONNULL other)
Job *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const Job &from)
void MergeFrom (const Job &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 tasks_size () const
void clear_tasks ()
::operations_research::scheduling::jssp::Task *PROTOBUF_NONNULL mutable_tasks (int index)
::google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::Task > *PROTOBUF_NONNULL mutable_tasks ()
const ::operations_research::scheduling::jssp::Tasktasks (int index) const
::operations_research::scheduling::jssp::Task *PROTOBUF_NONNULL add_tasks ()
const ::google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::Task > & tasks () const
void clear_name ()
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_earliest_start () const
void clear_earliest_start ()
const ::google::protobuf::Int64Value & earliest_start () const
::google::protobuf::Int64Value *PROTOBUF_NULLABLE release_earliest_start ()
::google::protobuf::Int64Value *PROTOBUF_NONNULL mutable_earliest_start ()
void set_allocated_earliest_start (::google::protobuf::Int64Value *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_earliest_start (::google::protobuf::Int64Value *PROTOBUF_NULLABLE value)
::google::protobuf::Int64Value *PROTOBUF_NULLABLE unsafe_arena_release_earliest_start ()
bool has_latest_end () const
void clear_latest_end ()
const ::google::protobuf::Int64Value & latest_end () const
::google::protobuf::Int64Value *PROTOBUF_NULLABLE release_latest_end ()
::google::protobuf::Int64Value *PROTOBUF_NONNULL mutable_latest_end ()
void set_allocated_latest_end (::google::protobuf::Int64Value *PROTOBUF_NULLABLE value)
void unsafe_arena_set_allocated_latest_end (::google::protobuf::Int64Value *PROTOBUF_NULLABLE value)
::google::protobuf::Int64Value *PROTOBUF_NULLABLE unsafe_arena_release_latest_end ()
void clear_early_due_date ()
::int64_t early_due_date () const
void set_early_due_date (::int64_t value)
void clear_late_due_date ()
::int64_t late_due_date () const
void set_late_due_date (::int64_t value)
void clear_earliness_cost_per_time_unit ()
::int64_t earliness_cost_per_time_unit () const
void set_earliness_cost_per_time_unit (::int64_t value)
void clear_lateness_cost_per_time_unit ()
::int64_t lateness_cost_per_time_unit () const
void set_lateness_cost_per_time_unit (::int64_t value)
template<typename>
PROTOBUF_CONSTEXPR Job (::_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 Jobdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 1

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 (Job &a, Job &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTasksFieldNumber 
kNameFieldNumber 
kEarliestStartFieldNumber 
kLatestEndFieldNumber 
kEarlyDueDateFieldNumber 
kLateDueDateFieldNumber 
kEarlinessCostPerTimeUnitFieldNumber 
kLatenessCostPerTimeUnitFieldNumber 

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

Constructor & Destructor Documentation

◆ Job() [1/5]

operations_research::scheduling::jssp::Job::Job ( )
inline

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

◆ ~Job()

operations_research::scheduling::jssp::Job::~Job ( )

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

◆ Job() [2/5]

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

◆ Job() [3/5]

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

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

◆ Job() [4/5]

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

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

◆ Job() [5/5]

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

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

Member Function Documentation

◆ _InternalSerialize()

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

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

◆ add_tasks()

operations_research::scheduling::jssp::Task *PROTOBUF_NONNULL operations_research::scheduling::jssp::Job::add_tasks ( )
inline

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

◆ ByteSizeLong()

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

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

◆ Clear()

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

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

◆ clear_earliest_start()

void operations_research::scheduling::jssp::Job::clear_earliest_start ( )

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

◆ clear_earliness_cost_per_time_unit()

void operations_research::scheduling::jssp::Job::clear_earliness_cost_per_time_unit ( )
inline

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

◆ clear_early_due_date()

void operations_research::scheduling::jssp::Job::clear_early_due_date ( )
inline

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

◆ clear_late_due_date()

void operations_research::scheduling::jssp::Job::clear_late_due_date ( )
inline

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

◆ clear_lateness_cost_per_time_unit()

void operations_research::scheduling::jssp::Job::clear_lateness_cost_per_time_unit ( )
inline

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

◆ clear_latest_end()

void operations_research::scheduling::jssp::Job::clear_latest_end ( )

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

◆ clear_name()

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

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

◆ clear_tasks()

void operations_research::scheduling::jssp::Job::clear_tasks ( )
inline

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

◆ CopyFrom()

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

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ earliest_start()

const::google::protobuf::Int64Value & operations_research::scheduling::jssp::Job::earliest_start ( ) const
inline

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

◆ earliness_cost_per_time_unit()

int64_t operations_research::scheduling::jssp::Job::earliness_cost_per_time_unit ( ) const
inline

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

◆ early_due_date()

int64_t operations_research::scheduling::jssp::Job::early_due_date ( ) const
inline

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_earliest_start()

bool operations_research::scheduling::jssp::Job::has_earliest_start ( ) const
inline

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

◆ has_latest_end()

bool operations_research::scheduling::jssp::Job::has_latest_end ( ) const
inline

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

◆ InternalGenerateClassData_()

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

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

◆ IsInitialized()

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

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

◆ late_due_date()

int64_t operations_research::scheduling::jssp::Job::late_due_date ( ) const
inline

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

◆ lateness_cost_per_time_unit()

int64_t operations_research::scheduling::jssp::Job::lateness_cost_per_time_unit ( ) const
inline

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

◆ latest_end()

const::google::protobuf::Int64Value & operations_research::scheduling::jssp::Job::latest_end ( ) const
inline

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

◆ MergeFrom()

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

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

◆ mutable_earliest_start()

google::protobuf::Int64Value *PROTOBUF_NONNULL operations_research::scheduling::jssp::Job::mutable_earliest_start ( )
inline

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

◆ mutable_latest_end()

google::protobuf::Int64Value *PROTOBUF_NONNULL operations_research::scheduling::jssp::Job::mutable_latest_end ( )
inline

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

◆ mutable_name()

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

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

◆ mutable_tasks() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::Task > *PROTOBUF_NONNULL operations_research::scheduling::jssp::Job::mutable_tasks ( )
inline

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

◆ mutable_tasks() [2/2]

operations_research::scheduling::jssp::Task *PROTOBUF_NONNULL operations_research::scheduling::jssp::Job::mutable_tasks ( int index)
inline

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

◆ mutable_unknown_fields()

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

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

◆ name()

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

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

◆ New()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ release_earliest_start()

google::protobuf::Int64Value *PROTOBUF_NULLABLE operations_research::scheduling::jssp::Job::release_earliest_start ( )
inlinenodiscard

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

◆ release_latest_end()

google::protobuf::Int64Value *PROTOBUF_NULLABLE operations_research::scheduling::jssp::Job::release_latest_end ( )
inlinenodiscard

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

◆ release_name()

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

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

◆ set_allocated_earliest_start()

void operations_research::scheduling::jssp::Job::set_allocated_earliest_start ( ::google::protobuf::Int64Value *PROTOBUF_NULLABLE value)
inline

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

◆ set_allocated_latest_end()

void operations_research::scheduling::jssp::Job::set_allocated_latest_end ( ::google::protobuf::Int64Value *PROTOBUF_NULLABLE value)
inline

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

◆ set_allocated_name()

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

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

◆ set_earliness_cost_per_time_unit()

void operations_research::scheduling::jssp::Job::set_earliness_cost_per_time_unit ( ::int64_t value)
inline

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

◆ set_early_due_date()

void operations_research::scheduling::jssp::Job::set_early_due_date ( ::int64_t value)
inline

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

◆ set_late_due_date()

void operations_research::scheduling::jssp::Job::set_late_due_date ( ::int64_t value)
inline

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

◆ set_lateness_cost_per_time_unit()

void operations_research::scheduling::jssp::Job::set_lateness_cost_per_time_unit ( ::int64_t value)
inline

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

◆ set_name() [1/2]

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

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

◆ set_name() [2/2]

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

◆ Swap()

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

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

◆ tasks() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::scheduling::jssp::Task > & operations_research::scheduling::jssp::Job::tasks ( ) const
inline

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

◆ tasks() [2/2]

const::operations_research::scheduling::jssp::Task & operations_research::scheduling::jssp::Job::tasks ( int index) const
inline

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

◆ tasks_size()

int operations_research::scheduling::jssp::Job::tasks_size ( ) const
inline

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_earliest_start()

google::protobuf::Int64Value *PROTOBUF_NULLABLE operations_research::scheduling::jssp::Job::unsafe_arena_release_earliest_start ( )
inline

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

◆ unsafe_arena_release_latest_end()

google::protobuf::Int64Value *PROTOBUF_NULLABLE operations_research::scheduling::jssp::Job::unsafe_arena_release_latest_end ( )
inline

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

◆ unsafe_arena_set_allocated_earliest_start()

void operations_research::scheduling::jssp::Job::unsafe_arena_set_allocated_earliest_start ( ::google::protobuf::Int64Value *PROTOBUF_NULLABLE value)
inline

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

◆ unsafe_arena_set_allocated_latest_end()

void operations_research::scheduling::jssp::Job::unsafe_arena_set_allocated_latest_end ( ::google::protobuf::Int64Value *PROTOBUF_NULLABLE value)
inline

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

◆ UnsafeArenaSwap()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2fscheduling_2fjobshop_5fscheduling_2eproto

friend struct ::TableStruct_ortools_2fscheduling_2fjobshop_5fscheduling_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::scheduling::jssp::Job::_impl_

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

◆ kIndexInFileMessages

int operations_research::scheduling::jssp::Job::kIndexInFileMessages = 1
staticconstexpr

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


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