Index

C D E F G H I N P R S T V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

C

calculateRunExpense(RDtoRunCondition) - Method in interface com.vernaio.kayros.engine.v2.api.IRunExpenseCalculator
 
calculateTransitionExpense(RDtoDeviceState, RDtoDeviceState) - Method in interface com.vernaio.kayros.engine.v2.api.ITransitionExpenseCalculator
 
call() - Method in interface com.vernaio.kayros.engine.v2.api.IScheduler
 
CANCELLED - Enum constant in enum class com.vernaio.kayros.engine.v2.api.SchedulerState
 
com.vernaio.kayros.engine.v2.api - package com.vernaio.kayros.engine.v2.api
 
com.vernaio.kayros.engine.v2.api.dto - package com.vernaio.kayros.engine.v2.api.dto
 
com.vernaio.kayros.engine.v2.api.exceptions - package com.vernaio.kayros.engine.v2.api.exceptions
 
com.vernaio.kayros.engine.v2.exception.dto - package com.vernaio.kayros.engine.v2.exception.dto
 
create(DtoSchedulingTaskParameters, ISchedulerPluginContext) - Method in interface com.vernaio.kayros.engine.v2.api.IEngineSchedulerFactory
 

D

DefaultMonitor - Class in com.vernaio.kayros.engine.v2.api
 
DefaultMonitor() - Constructor for class com.vernaio.kayros.engine.v2.api.DefaultMonitor
 
DtoAbstractAllocationAnchor - Class in com.vernaio.kayros.engine.v2.api.dto
Specification of a point in time during an allocation.
DtoAbstractAllocationAnchor() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractAllocationAnchor
 
DtoAbstractDeviceStateAspectType - Class in com.vernaio.kayros.engine.v2.api.dto
Data type of the values associated with an aspect of a deviceState.
DtoAbstractDeviceStateAspectType() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractDeviceStateAspectType
 
DtoAbstractError - Class in com.vernaio.kayros.engine.v2.exception.dto
Base error type, generated by the engine.
DtoAbstractError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoAbstractError
 
DtoAbstractError(String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoAbstractError
 
DtoAbstractJob - Class in com.vernaio.kayros.engine.v2.api.dto
Details of a job that needs to happen.
DtoAbstractJob() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJob
 
DtoAbstractJob(String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJob
 
DtoAbstractJobDisqualification - Class in com.vernaio.kayros.engine.v2.api.dto
Information about disqualified Jobs, including the reason why they were disqualified.
DtoAbstractJobDisqualification() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJobDisqualification
 
DtoAbstractJobDisqualification(String[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJobDisqualification
 
DtoAbstractJobRelation - Class in com.vernaio.kayros.engine.v2.api.dto
A relation that one job A has to another job B, that necessitates that A cannot reasonably be scheduled without B.
DtoAbstractJobRelation() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJobRelation
 
DtoAbstractJobRequirement - Class in com.vernaio.kayros.engine.v2.api.dto
Restricts the allowed jobs based on task parameters or similar.
DtoAbstractJobRequirement() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJobRequirement
 
DtoAbstractRunConditionAspectType - Class in com.vernaio.kayros.engine.v2.api.dto
Data type of the values associated with an aspect of a runCondition.
DtoAbstractRunConditionAspectType() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractRunConditionAspectType
 
DtoAbstractRunExpenseModel - Class in com.vernaio.kayros.engine.v2.api.dto
A model to determine run cost or duration (as double) depending on a process's runCondition.
DtoAbstractRunExpenseModel() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractRunExpenseModel
 
DtoAbstractRunExpenseModel(String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractRunExpenseModel
 
DtoAbstractTaskParameterType - Class in com.vernaio.kayros.engine.v2.api.dto
 
DtoAbstractTaskParameterType() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractTaskParameterType
 
DtoAbstractTransitionExpenseModel - Class in com.vernaio.kayros.engine.v2.api.dto
A model to determine setup cost or duration (as double) depending on deviceState before and after.
DtoAbstractTransitionExpenseModel() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractTransitionExpenseModel
 
DtoAbstractTransitionExpenseModel(String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractTransitionExpenseModel
 
DtoAllocation - Class in com.vernaio.kayros.engine.v2.api.dto
Proposed realization of a job.
DtoAllocation() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
 
DtoAllocation(String, Long, Long, Long, Long, Long, Long, String, String, Double, Long, Double, Long, Double, Long, IDtoAllocationDependency[], IDtoToolUsage[], IDtoSkillUsage[], IDtoTimedMaterialProduction[], IDtoTimedMaterialConsumption[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
 
DtoAllocationDependency - Class in com.vernaio.kayros.engine.v2.api.dto
An allocation dependency from some predecessor allocation to this (successor) allocation.
DtoAllocationDependency() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAllocationDependency
 
DtoAllocationDependency(String, Double, Double) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoAllocationDependency
 
DtoBooleanDeviceStateAspectType - Class in com.vernaio.kayros.engine.v2.api.dto
 
DtoBooleanDeviceStateAspectType() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoBooleanDeviceStateAspectType
 
DtoBooleanRunConditionAspectType - Class in com.vernaio.kayros.engine.v2.api.dto
 
DtoBooleanRunConditionAspectType() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoBooleanRunConditionAspectType
 
DtoBooleanTaskParameterType - Class in com.vernaio.kayros.engine.v2.api.dto
 
DtoBooleanTaskParameterType() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoBooleanTaskParameterType
 
DtoCapacityRequirement - Class in com.vernaio.kayros.engine.v2.api.dto
Capacity used by a job.
DtoCapacityRequirement() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoCapacityRequirement
 
DtoCapacityRequirement(Integer) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoCapacityRequirement
 
DtoConflictingTaskParameterDeclarationsError - Class in com.vernaio.kayros.engine.v2.exception.dto
The task at {path} contains multiple declaration for the parameter-key {parameter}.
DtoConflictingTaskParameterDeclarationsError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoConflictingTaskParameterDeclarationsError
 
DtoConflictingTaskParameterDeclarationsError(String, String, String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoConflictingTaskParameterDeclarationsError
 
DtoConstantRunExpenseModel - Class in com.vernaio.kayros.engine.v2.api.dto
On evalulation, returns always the same predetermined value.
DtoConstantRunExpenseModel() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoConstantRunExpenseModel
 
DtoConstantRunExpenseModel(String, Double) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoConstantRunExpenseModel
 
DtoConstantTransitionExpenseModel - Class in com.vernaio.kayros.engine.v2.api.dto
A model that always returns the same output.
DtoConstantTransitionExpenseModel() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoConstantTransitionExpenseModel
 
DtoConstantTransitionExpenseModel(String, Double) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoConstantTransitionExpenseModel
 
DtoCyclicJobDependenciesError - Class in com.vernaio.kayros.engine.v2.exception.dto
The jobGraph at {path} (graph with vertices from jobs and edges from those jobDependencies that do not only refer to fixedJobs) contains the cycle {cycle}.
DtoCyclicJobDependenciesError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoCyclicJobDependenciesError
 
DtoCyclicJobDependenciesError(String, String, String[]) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoCyclicJobDependenciesError
 
DtoCyclicJobSequenceDependenciesJobDisqualification - Class in com.vernaio.kayros.engine.v2.api.dto
(can be decided before engine) This Disqualification triggers if the jobDependencies do not enforce an acyclic happens-before-relationship on the JobSequences (wrapping un-sequenced Jobs in single-job-sequences).
DtoCyclicJobSequenceDependenciesJobDisqualification() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoCyclicJobSequenceDependenciesJobDisqualification
 
DtoCyclicJobSequenceDependenciesJobDisqualification(String[], String[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoCyclicJobSequenceDependenciesJobDisqualification
 
DtoDanglingReferenceError - Class in com.vernaio.kayros.engine.v2.exception.dto
The {refType} with reference {reference} referenced in {path} could not be found.
DtoDanglingReferenceError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoDanglingReferenceError
 
DtoDanglingReferenceError(String, String, String, String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoDanglingReferenceError
 
DtoDependencyJobRelation - Class in com.vernaio.kayros.engine.v2.api.dto
A has a DtoJobDependency to B
DtoDependencyJobRelation() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoDependencyJobRelation
 
DtoDevice - Class in com.vernaio.kayros.engine.v2.api.dto
Details about the capabilities and availabilities of a device (that can execute jobs).
DtoDevice() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
 
DtoDevice(String, IDtoDeviceStateAspectDeclaration[], String[], String, String, String, String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
 
DtoDeviceAvailability - Class in com.vernaio.kayros.engine.v2.api.dto
A strech of time where a device may be used (if it is not reserved).
DtoDeviceAvailability() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceAvailability
 
DtoDeviceCapacity - Class in com.vernaio.kayros.engine.v2.api.dto
Details about a device that allows processes to run in parallel, only restricted by some maximal capacity.
DtoDeviceCapacity() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceCapacity
 
DtoDeviceCapacity(Integer) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceCapacity
 
DtoDeviceReservation - Class in com.vernaio.kayros.engine.v2.api.dto
A strech of time where a device must interrupt (i.e.
DtoDeviceReservation() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceReservation
 
DtoDeviceReservation(String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceReservation
 
DtoDeviceState - Class in com.vernaio.kayros.engine.v2.api.dto
State of a device.
DtoDeviceState() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceState
 
DtoDeviceState(IDtoDeviceStateAspect[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceState
 
DtoDeviceStateAspect - Class in com.vernaio.kayros.engine.v2.api.dto
One aspect of a device state.
DtoDeviceStateAspect() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspect
 
DtoDeviceStateAspect(String, IDtoAbstractDeviceStateAspectType, String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspect
 
DtoDeviceStateAspectDeclaration - Class in com.vernaio.kayros.engine.v2.api.dto
Definition of an expected device state aspect for a process/transitionModel.
DtoDeviceStateAspectDeclaration() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspectDeclaration
 
DtoDeviceStateAspectDeclaration(String, IDtoAbstractDeviceStateAspectType, String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspectDeclaration
 
DtoDueDateObjective - Enum Class in com.vernaio.kayros.engine.v2.api.dto
 
DtoDuplicateIdError - Class in com.vernaio.kayros.engine.v2.exception.dto
There are multiple {refType} with id {id} in {paths}.
DtoDuplicateIdError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateIdError
 
DtoDuplicateIdError(String, String, String, String[]) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateIdError
 
DtoDuplicateJobInSequencesError - Class in com.vernaio.kayros.engine.v2.exception.dto
The jobId {jobId} is contained multiple times in the sequences: {paths}.
DtoDuplicateJobInSequencesError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateJobInSequencesError
 
DtoDuplicateJobInSequencesError(String, String[], String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateJobInSequencesError
 
DtoEngineConfiguration - Class in com.vernaio.kayros.engine.v2.api.dto
 
DtoEngineConfiguration() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoEngineConfiguration
 
DtoEngineConfiguration(Integer) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoEngineConfiguration
 
DtoFixedJob - Class in com.vernaio.kayros.engine.v2.api.dto
Times on a device alredy reserved for some production or cleaning or other device-state-modifying interruptions.
DtoFixedJob() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
 
DtoFixedJob(String, String, IDtoDeviceState, Long, Long, Double) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
 
DtoFloatDeviceStateAspectType - Class in com.vernaio.kayros.engine.v2.api.dto
 
DtoFloatDeviceStateAspectType() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoFloatDeviceStateAspectType
 
DtoFloatRunConditionAspectType - Class in com.vernaio.kayros.engine.v2.api.dto
 
DtoFloatRunConditionAspectType() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoFloatRunConditionAspectType
 
DtoFloatTaskParameterType - Class in com.vernaio.kayros.engine.v2.api.dto
 
DtoFloatTaskParameterType() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoFloatTaskParameterType
 
DtoInsufficientMaterialJobDisqualification - Class in com.vernaio.kayros.engine.v2.api.dto
(has to be decided in engine) This Disqualification triggers if a productionJob cannot be produced because it consumes materials that are not available or produced in sufficient quantity
DtoInsufficientMaterialJobDisqualification() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientMaterialJobDisqualification
 
DtoInsufficientMaterialJobDisqualification(String[], String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientMaterialJobDisqualification
 
DtoInsufficientTransportationJobDisqualification - Class in com.vernaio.kayros.engine.v2.api.dto
(has to be decided in engine) This Disqualification triggers if some predecessor's choice of device made it impossible to assign this job to a device that transportation can reach.
DtoInsufficientTransportationJobDisqualification() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientTransportationJobDisqualification
 
DtoInsufficientTransportationJobDisqualification(String[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientTransportationJobDisqualification
 
DtoInternalEngineFailureError - Class in com.vernaio.kayros.engine.v2.exception.dto
Kayros encountered an internal Exception.
DtoInternalEngineFailureError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoInternalEngineFailureError
 
DtoInternalEngineFailureError(String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoInternalEngineFailureError
 
DtoInvalidAnchorTimeInFixedJobError - Class in com.vernaio.kayros.engine.v2.exception.dto
The FixedJob at {path} has its anchorTime outside the available times on its device
DtoInvalidAnchorTimeInFixedJobError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidAnchorTimeInFixedJobError
 
DtoInvalidAnchorTimeInFixedJobError(String, String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidAnchorTimeInFixedJobError
 
DtoInvalidStartAndEndTimeError - Class in com.vernaio.kayros.engine.v2.exception.dto
The object of type {objectType} at {path} has start bigger or equal to end.
DtoInvalidStartAndEndTimeError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimeError
 
DtoInvalidStartAndEndTimeError(String, String, String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimeError
 
DtoInvalidStartAndEndTimingError - Class in com.vernaio.kayros.engine.v2.exception.dto
The object at {path} declares startTime {startTime}, that will be after or at the declared endTime {endTime}.
DtoInvalidStartAndEndTimingError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimingError
 
DtoInvalidStartAndEndTimingError(String, String, String, String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimingError
 
DtoInvalidTaskParameterEqualityJobRequirementError - Class in com.vernaio.kayros.engine.v2.exception.dto
The TaskParameterEqualityJobRequirement at {path} does not fit the task of the underlying process.
DtoInvalidTaskParameterEqualityJobRequirementError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskParameterEqualityJobRequirementError
 
DtoInvalidTaskParameterEqualityJobRequirementError(String, String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskParameterEqualityJobRequirementError
 
DtoInvalidTaskRequirementError - Class in com.vernaio.kayros.engine.v2.exception.dto
The taskRequirement at {path} does not fit the declared parameters of the task.
DtoInvalidTaskRequirementError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
 
DtoInvalidTaskRequirementError(String, String, String, String[], String[], String[], String[]) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
 
DtoJobDependency - Class in com.vernaio.kayros.engine.v2.api.dto
Indicates that some job (successor) may only start (or start-of-run or similar) after some other job (predecessor) is finished or has progressed enough.
DtoJobDependency() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
 
DtoJobDependency(String, String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
 
DtoJobGraph - Class in com.vernaio.kayros.engine.v2.api.dto
Related jobs for one or more products.
DtoJobGraph() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoJobGraph
 
DtoJobGraph(IDtoAbstractJob[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoJobGraph
 
DtoJobSequence - Class in com.vernaio.kayros.engine.v2.api.dto
Jobs that are only allowed to happen in this exact sequence on the same device.
DtoJobSequence() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoJobSequence
 
DtoJobSequence(String, String[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoJobSequence
 
DtoJsonParseFailureError - Class in com.vernaio.kayros.engine.v2.exception.dto
Some field of DtoSchedulingTaskParameters violates basic type/range constraints.
DtoJsonParseFailureError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoJsonParseFailureError
 
DtoJsonParseFailureError(String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoJsonParseFailureError
 
DtoMaterial - Class in com.vernaio.kayros.engine.v2.api.dto
Information about one Material.
DtoMaterial() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoMaterial
 
DtoMaterial(String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoMaterial
 
DtoMaterialAvailability - Class in com.vernaio.kayros.engine.v2.api.dto
A point in time when some quantity of a material becomes available.
DtoMaterialAvailability() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialAvailability
 
DtoMaterialAvailability(Long) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialAvailability
 
DtoMaterialConsumption - Class in com.vernaio.kayros.engine.v2.api.dto
Details about the material and the quantity required for the job.
DtoMaterialConsumption() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialConsumption
 
DtoMaterialConsumption(String, Long) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialConsumption
 
DtoMaterialProduction - Class in com.vernaio.kayros.engine.v2.api.dto
Details about the material and the quantity produced by the job.
DtoMaterialProduction() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialProduction
 
DtoMaterialProduction(String, Long) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialProduction
 
DtoMaximumTransitionExpenseModel - Class in com.vernaio.kayros.engine.v2.api.dto
A model that returns the maximum of the outputs of some other models
DtoMaximumTransitionExpenseModel() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoMaximumTransitionExpenseModel
 
DtoMaximumTransitionExpenseModel(String, String[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoMaximumTransitionExpenseModel
 
DtoMissingProcessJobDisqualification - Class in com.vernaio.kayros.engine.v2.api.dto
(can be decided before engine) This Disqualification triggers if a productionJob cannot be produced because no device has a process that satisfies the jobs task.
DtoMissingProcessJobDisqualification() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoMissingProcessJobDisqualification
 
DtoMissingProcessJobDisqualification(String[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoMissingProcessJobDisqualification
 
DtoMissingTransportationJobDisqualification - Class in com.vernaio.kayros.engine.v2.api.dto
(can be decided before engine) This Disqualification triggers if not all of a job's (chains of) predecessors can be assigned to devices such that transportations exist.
DtoMissingTransportationJobDisqualification() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoMissingTransportationJobDisqualification
 
DtoMissingTransportationJobDisqualification(String[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoMissingTransportationJobDisqualification
 
DtoNoDeviceForSequenceJobDisqualification - Class in com.vernaio.kayros.engine.v2.api.dto
(can be decided before engine) This Disqualification triggers if jobs grouped in a jobSequence are produceable by themselves but there is no common device that works for all of them.
DtoNoDeviceForSequenceJobDisqualification() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoNoDeviceForSequenceJobDisqualification
 
DtoNoDeviceForSequenceJobDisqualification(String[], String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoNoDeviceForSequenceJobDisqualification
 
DtoNonTrivialLinearMaterialConsumptionError - Class in com.vernaio.kayros.engine.v2.exception.dto
The material consumption at {path} has start!=end.
DtoNonTrivialLinearMaterialConsumptionError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialConsumptionError
 
DtoNonTrivialLinearMaterialConsumptionError(String, String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialConsumptionError
 
DtoNonTrivialLinearMaterialProductionError - Class in com.vernaio.kayros.engine.v2.exception.dto
The material production at {path} has start!=end.
DtoNonTrivialLinearMaterialProductionError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialProductionError
 
DtoNonTrivialLinearMaterialProductionError(String, String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialProductionError
 
DtoOperator - Class in com.vernaio.kayros.engine.v2.api.dto
Initial state of one operator.
DtoOperator() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoOperator
 
DtoOperator(String, IDtoOperatorAvailability[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoOperator
 
DtoOperatorAvailability - Class in com.vernaio.kayros.engine.v2.api.dto
A stretch of time when attention and or skills are made available to an operator.
DtoOperatorAvailability() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorAvailability
 
DtoOperatorAvailability(String[], Integer) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorAvailability
 
DtoOperatorRequirement - Class in com.vernaio.kayros.engine.v2.api.dto
Details about the expertise required during execution of a process.
DtoOperatorRequirement() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorRequirement
 
DtoOperatorRequirement(String, Integer) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorRequirement
 
DtoOperatorReservation - Class in com.vernaio.kayros.engine.v2.api.dto
A stretch of time when an operator's attention is reduced.
DtoOperatorReservation() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorReservation
 
DtoOperatorReservation(Integer) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorReservation
 
DtoPluginRunExpenseModel - Class in com.vernaio.kayros.engine.v2.api.dto
On evaluation, this calls some given IPlugin implementation.
DtoPluginRunExpenseModel() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoPluginRunExpenseModel
 
DtoPluginRunExpenseModel(String, String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoPluginRunExpenseModel
 
DtoPluginTransitionExpenseModel - Class in com.vernaio.kayros.engine.v2.api.dto
On evaluation, this calls some given IPlugin implementation.
DtoPluginTransitionExpenseModel() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoPluginTransitionExpenseModel
 
DtoPluginTransitionExpenseModel(String, String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoPluginTransitionExpenseModel
 
DtoProcess - Class in com.vernaio.kayros.engine.v2.api.dto
Definition of a process capable of executing some task.
DtoProcess() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
 
DtoProcess(String, String, String, String, IDtoRunCondition, IDtoDeviceState) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
 
DtoProductionJob - Class in com.vernaio.kayros.engine.v2.api.dto
A production job that runs some task and may depend on other jobs.
DtoProductionJob() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
 
DtoProductionJob(String, IDtoTaskRequirement) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
 
DtoRelatedJobDisqualification - Class in com.vernaio.kayros.engine.v2.api.dto
(decided in engine or before, depending on originator) This Disqualification triggers if a productionJob cannot reasonably be qualified because some other job is disqualified
DtoRelatedJobDisqualification() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoRelatedJobDisqualification
 
DtoRelatedJobDisqualification(String[], String, IDtoAbstractJobRelation) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoRelatedJobDisqualification
 
DtoRunCondition - Class in com.vernaio.kayros.engine.v2.api.dto
Conditions during execution of a process.
DtoRunCondition() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoRunCondition
 
DtoRunCondition(IDtoRunConditionAspect[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoRunCondition
 
DtoRunConditionAspect - Class in com.vernaio.kayros.engine.v2.api.dto
One aspect of a run condition.
DtoRunConditionAspect() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoRunConditionAspect
 
DtoRunConditionAspect(String, IDtoAbstractRunConditionAspectType, String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoRunConditionAspect
 
DtoRunEndAllocationAnchor - Class in com.vernaio.kayros.engine.v2.api.dto
The end of the run of the allocation.
DtoRunEndAllocationAnchor() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoRunEndAllocationAnchor
 
DtoRunStartAllocationAnchor - Class in com.vernaio.kayros.engine.v2.api.dto
The start of run of the allocation.
DtoRunStartAllocationAnchor() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoRunStartAllocationAnchor
 
DtoSchedulingTaskParameters - Class in com.vernaio.kayros.engine.v2.api.dto
Input to get a Scheduler.
DtoSchedulingTaskParameters() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
 
DtoSchedulingTaskParameters(IDtoDevice[], IDtoTask[], IDtoProcess[], IDtoJobGraph[], IDtoAbstractRunExpenseModel[], IDtoAbstractTransitionExpenseModel[], Long, IDtoEngineConfiguration) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
 
DtoSchedulingTaskResult - Class in com.vernaio.kayros.engine.v2.api.dto
returns the final production planning.
DtoSchedulingTaskResult() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskResult
 
DtoSchedulingTaskResult(IDtoAllocation[], IDtoAbstractJobDisqualification[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskResult
 
DtoSequenceJobRelation - Class in com.vernaio.kayros.engine.v2.api.dto
A is in the same DtoJobSequence as B
DtoSequenceJobRelation() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSequenceJobRelation
 
DtoSetupEndAllocationAnchor - Class in com.vernaio.kayros.engine.v2.api.dto
The end of setup of the allocation.
DtoSetupEndAllocationAnchor() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSetupEndAllocationAnchor
 
DtoSetupStartAllocationAnchor - Class in com.vernaio.kayros.engine.v2.api.dto
The start of setup of the allocation.
DtoSetupStartAllocationAnchor() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSetupStartAllocationAnchor
 
DtoSingleAspectBasicRunExpenseModel - Class in com.vernaio.kayros.engine.v2.api.dto
A basic model whose output is determined depending on the value of a single run condition aspect.
DtoSingleAspectBasicRunExpenseModel() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicRunExpenseModel
 
DtoSingleAspectBasicRunExpenseModel(String, String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicRunExpenseModel
 
DtoSingleAspectBasicTransitionExpenseModel - Class in com.vernaio.kayros.engine.v2.api.dto
A basic model whose output in determined by clearing and then setting a single aspect of the deviceState before and after, if its value changed.
DtoSingleAspectBasicTransitionExpenseModel() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
 
DtoSingleAspectBasicTransitionExpenseModel(String, String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
 
DtoSingleAspectBasicValueRunExpense - Class in com.vernaio.kayros.engine.v2.api.dto
Internal of DtoSingleAspectBasicRunExpenseModel; An expense associated with a specific run condition aspect value.
DtoSingleAspectBasicValueRunExpense() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueRunExpense
 
DtoSingleAspectBasicValueRunExpense(String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueRunExpense
 
DtoSingleAspectBasicValueTransitionExpense - Class in com.vernaio.kayros.engine.v2.api.dto
Internal of DtoSingleAspectBasicTransitionExpenseModel; An expense associated with a specific deviceStateAspectValue.
DtoSingleAspectBasicValueTransitionExpense() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueTransitionExpense
 
DtoSingleAspectBasicValueTransitionExpense(String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueTransitionExpense
 
DtoSingleAspectLinearRunExpenseModel - Class in com.vernaio.kayros.engine.v2.api.dto
On evalulation, returns offset + slope * (associated value of argument).
DtoSingleAspectLinearRunExpenseModel() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearRunExpenseModel
 
DtoSingleAspectLinearRunExpenseModel(String, String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearRunExpenseModel
 
DtoSingleAspectLinearTransitionExpenseModel - Class in com.vernaio.kayros.engine.v2.api.dto
A basic model whose output is a linear function of the difference in values of a single numerical aspect of the deviceState before and after.
DtoSingleAspectLinearTransitionExpenseModel() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearTransitionExpenseModel
 
DtoSingleAspectLinearTransitionExpenseModel(String, String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearTransitionExpenseModel
 
DtoSkillRevocation - Class in com.vernaio.kayros.engine.v2.api.dto
A stretch of time when some skills are NOT available to an operator.
DtoSkillRevocation() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSkillRevocation
 
DtoSkillRevocation(String[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSkillRevocation
 
DtoSkillUsage - Class in com.vernaio.kayros.engine.v2.api.dto
When is how much attention used on which skill
DtoSkillUsage() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSkillUsage
 
DtoSkillUsage(String, Integer, Long, Long) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSkillUsage
 
DtoStringDeviceStateAspectType - Class in com.vernaio.kayros.engine.v2.api.dto
 
DtoStringDeviceStateAspectType() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoStringDeviceStateAspectType
 
DtoStringRunConditionAspectType - Class in com.vernaio.kayros.engine.v2.api.dto
 
DtoStringRunConditionAspectType() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoStringRunConditionAspectType
 
DtoStringTaskParameterType - Class in com.vernaio.kayros.engine.v2.api.dto
 
DtoStringTaskParameterType() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoStringTaskParameterType
 
DtoSumRunExpenseModel - Class in com.vernaio.kayros.engine.v2.api.dto
On evalulation, returns the sum of the evaluations of the summands.
DtoSumRunExpenseModel() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSumRunExpenseModel
 
DtoSumRunExpenseModel(String, String[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSumRunExpenseModel
 
DtoSumTransitionExpenseModel - Class in com.vernaio.kayros.engine.v2.api.dto
A model that returns the sum of the outputs of some other models.
DtoSumTransitionExpenseModel() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSumTransitionExpenseModel
 
DtoSumTransitionExpenseModel(String, String[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoSumTransitionExpenseModel
 
DtoTask - Class in com.vernaio.kayros.engine.v2.api.dto
Something that has to planned and can be executed by some process.
DtoTask() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTask
 
DtoTask(String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTask
 
DtoTaskParameter - Class in com.vernaio.kayros.engine.v2.api.dto
A property of a job.
DtoTaskParameter() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameter
 
DtoTaskParameter(String, String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameter
 
DtoTaskParameterDeclaration - Class in com.vernaio.kayros.engine.v2.api.dto
Definition of an expected parameter for a job.
DtoTaskParameterDeclaration() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterDeclaration
 
DtoTaskParameterDeclaration(String, IDtoAbstractTaskParameterType) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterDeclaration
 
DtoTaskParameterEqualityJobRequirement - Class in com.vernaio.kayros.engine.v2.api.dto
Restricts the allowed jobs to those that have a specific DtoTaskParameterValue.
DtoTaskParameterEqualityJobRequirement() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterEqualityJobRequirement
 
DtoTaskParameterEqualityJobRequirement(String, String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterEqualityJobRequirement
 
DtoTaskRequirement - Class in com.vernaio.kayros.engine.v2.api.dto
Definition of the task required in a job.
DtoTaskRequirement() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTaskRequirement
 
DtoTaskRequirement(String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTaskRequirement
 
DtoTeardownEndAllocationAnchor - Class in com.vernaio.kayros.engine.v2.api.dto
The end of teardown of the allocation.
DtoTeardownEndAllocationAnchor() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTeardownEndAllocationAnchor
 
DtoTeardownStartAllocationAnchor - Class in com.vernaio.kayros.engine.v2.api.dto
The start of teardown of the allocation.
DtoTeardownStartAllocationAnchor() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTeardownStartAllocationAnchor
 
DtoTimeBoundary - Class in com.vernaio.kayros.engine.v2.api.dto
A time constraint on a job, forcing it to start/startOfRun/end after some lower bound or prefering it to start/...
DtoTimeBoundary() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTimeBoundary
 
DtoTimeBoundary(IDtoAbstractAllocationAnchor) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTimeBoundary
 
DtoTimedMaterialConsumption - Class in com.vernaio.kayros.engine.v2.api.dto
When is how much of which material consumed
DtoTimedMaterialConsumption() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialConsumption
 
DtoTimedMaterialConsumption(String, Long, Long, Long) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialConsumption
 
DtoTimedMaterialProduction - Class in com.vernaio.kayros.engine.v2.api.dto
When is how much of which material produced
DtoTimedMaterialProduction() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialProduction
 
DtoTimedMaterialProduction(String, Long, Long, Long) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialProduction
 
DtoTool - Class in com.vernaio.kayros.engine.v2.api.dto
Initial availabilities (positive list) and reservations (negative list) of a tool.
DtoTool() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTool
 
DtoTool(String, String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTool
 
DtoToolAvailability - Class in com.vernaio.kayros.engine.v2.api.dto
A stretch of time when (a number of copies of) a tool is made available.
DtoToolAvailability() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoToolAvailability
 
DtoToolRequirement - Class in com.vernaio.kayros.engine.v2.api.dto
Tools required during execution of a process.
DtoToolRequirement() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoToolRequirement
 
DtoToolRequirement(String, Integer) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoToolRequirement
 
DtoToolReservation - Class in com.vernaio.kayros.engine.v2.api.dto
A stretch of time when (a number of copies of) a tool is removed from the available quantity.
DtoToolReservation() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoToolReservation
 
DtoToolUsage - Class in com.vernaio.kayros.engine.v2.api.dto
When is which tool used
DtoToolUsage() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoToolUsage
 
DtoToolUsage(String, Integer, Long, Long) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoToolUsage
 
DtoTransportation - Class in com.vernaio.kayros.engine.v2.api.dto
Details about a transportation from one device to another or itself.
DtoTransportation() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
 
DtoTransportation(String, String, String) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
 
DtoUndeclaredTaskParameterKeyError - Class in com.vernaio.kayros.engine.v2.exception.dto
The object at {path} mentions the key of a TaskParameter by $ that the task does not declare.
DtoUndeclaredTaskParameterKeyError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeclaredTaskParameterKeyError
 
DtoUndeclaredTaskParameterKeyError(String, String, String, String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeclaredTaskParameterKeyError
 
DtoUndeterminedDeviceStateError - Class in com.vernaio.kayros.engine.v2.exception.dto
The DtoDeviceState at {path} references the value of a DtoTaskParameter by '$' but has to be fully determined without reference to a DtoProductionJob.
DtoUndeterminedDeviceStateError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedDeviceStateError
 
DtoUndeterminedDeviceStateError(String, String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedDeviceStateError
 
DtoUndeterminedSetupStartInFixedJobError - Class in com.vernaio.kayros.engine.v2.exception.dto
The FixedJob with id {fixedJob} would initially have a setupStart before all available times on its device, so setupStart cannot be determined.
DtoUndeterminedSetupStartInFixedJobError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedSetupStartInFixedJobError
 
DtoUndeterminedSetupStartInFixedJobError(String, String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedSetupStartInFixedJobError
 
DtoUndeterminedTeardownEndInFixedJobError - Class in com.vernaio.kayros.engine.v2.exception.dto
The FixedJob with id {fixedJob} is initially set up relative to {optionalPredecessor}.
DtoUndeterminedTeardownEndInFixedJobError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedTeardownEndInFixedJobError
 
DtoUndeterminedTeardownEndInFixedJobError(String, String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedTeardownEndInFixedJobError
 
DtoUnfulfilledRequirementsJobDisqualification - Class in com.vernaio.kayros.engine.v2.api.dto
(can be decided before engine) This Disqualification triggers if a productionJob cannot be produced because all processes that satisfy the jobs task are impossible due to some constraint (jobRequirements, toolRequirements, operatorRequirements of process or capacityRequirement of job).
DtoUnfulfilledRequirementsJobDisqualification() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoUnfulfilledRequirementsJobDisqualification
 
DtoUnfulfilledRequirementsJobDisqualification(String[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoUnfulfilledRequirementsJobDisqualification
 
DtoUnknownJobInJobDependencyError - Class in com.vernaio.kayros.engine.v2.exception.dto
The DtoAbstractJob with id {jobId} referenced in {path} is not part of its DtoJobGraph (neither fixed nor production) or does not exist.
DtoUnknownJobInJobDependencyError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobDependencyError
 
DtoUnknownJobInJobDependencyError(String, String, String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobDependencyError
 
DtoUnknownJobInJobSequenceError - Class in com.vernaio.kayros.engine.v2.exception.dto
The DtoAbstractJob with id {jobId} is referenced in a sequence in {path} but is not part of the enclosing DtoJobGraph's productionJobs.
DtoUnknownJobInJobSequenceError() - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobSequenceError
 
DtoUnknownJobInJobSequenceError(String, String, String) - Constructor for class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobSequenceError
 
DtoUnschedulableJobDisqualification - Class in com.vernaio.kayros.engine.v2.api.dto
(has to be decided in engine) This Disqualification triggers as a fail safe if a job cannot be scheduled due to some other reason (possibly due to not enough tools or workers being available because of infinitely long constraints)
DtoUnschedulableJobDisqualification() - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoUnschedulableJobDisqualification
 
DtoUnschedulableJobDisqualification(String[]) - Constructor for class com.vernaio.kayros.engine.v2.api.dto.DtoUnschedulableJobDisqualification
 

E

EngineException - Exception in com.vernaio.kayros.engine.v2.api.exceptions
 
EngineException(IDtoAbstractError[]) - Constructor for exception com.vernaio.kayros.engine.v2.api.exceptions.EngineException
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractAllocationAnchor
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractDeviceStateAspectType
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJob
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJobDisqualification
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJobRelation
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJobRequirement
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractRunConditionAspectType
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractRunExpenseModel
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractTaskParameterType
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractTransitionExpenseModel
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocationDependency
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoBooleanDeviceStateAspectType
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoBooleanRunConditionAspectType
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoBooleanTaskParameterType
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoCapacityRequirement
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantRunExpenseModel
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantTransitionExpenseModel
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoCyclicJobSequenceDependenciesJobDisqualification
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDependencyJobRelation
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceAvailability
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceCapacity
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceReservation
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceState
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspect
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspectDeclaration
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoEngineConfiguration
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFloatDeviceStateAspectType
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFloatRunConditionAspectType
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFloatTaskParameterType
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientMaterialJobDisqualification
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientTransportationJobDisqualification
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobGraph
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobSequence
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterial
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialAvailability
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialConsumption
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialProduction
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaximumTransitionExpenseModel
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMissingProcessJobDisqualification
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMissingTransportationJobDisqualification
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoNoDeviceForSequenceJobDisqualification
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperator
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorAvailability
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorRequirement
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorReservation
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginRunExpenseModel
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginTransitionExpenseModel
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRelatedJobDisqualification
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunCondition
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunConditionAspect
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunEndAllocationAnchor
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunStartAllocationAnchor
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskResult
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSequenceJobRelation
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSetupEndAllocationAnchor
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSetupStartAllocationAnchor
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicRunExpenseModel
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueRunExpense
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueTransitionExpense
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearRunExpenseModel
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearTransitionExpenseModel
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillRevocation
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillUsage
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoStringDeviceStateAspectType
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoStringRunConditionAspectType
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoStringTaskParameterType
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumRunExpenseModel
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumTransitionExpenseModel
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTask
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameter
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterDeclaration
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterEqualityJobRequirement
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskRequirement
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTeardownEndAllocationAnchor
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTeardownStartAllocationAnchor
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimeBoundary
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialConsumption
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialProduction
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTool
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolAvailability
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolRequirement
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolReservation
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolUsage
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoUnfulfilledRequirementsJobDisqualification
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoUnschedulableJobDisqualification
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoAbstractError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoConflictingTaskParameterDeclarationsError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoCyclicJobDependenciesError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDanglingReferenceError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateIdError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateJobInSequencesError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInternalEngineFailureError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidAnchorTimeInFixedJobError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimeError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimingError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskParameterEqualityJobRequirementError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoJsonParseFailureError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialConsumptionError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialProductionError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeclaredTaskParameterKeyError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedDeviceStateError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedSetupStartInFixedJobError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedTeardownEndInFixedJobError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobDependencyError
 
equals(Object) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobSequenceError
 

F

FAILURE - Enum constant in enum class com.vernaio.kayros.engine.v2.api.SchedulerState
 

G

getAllocationPredecessor() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocationDependency
Id of a result allocation that this depends on.
getAllocationPredecessor() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocationDependency
Id of a result allocation that this depends on.
getAllocations() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskResult
Allocations for all selected jobs that could be produced.
getAllocations() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskResult
Allocations for all selected jobs that could be produced.
getAnchor() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The fixed point in the execution of this fixedJob.
getAnchor() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimeBoundary
The time during the realization of the job that may not be chosen freely.
getAnchor() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
The fixed point in the execution of this fixedJob.
getAnchor() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimeBoundary
The time during the realization of the job that may not be chosen freely.
getAnchorTime() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Fix the anchor to this time.
getAnchorTime() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
Fix the anchor to this time.
getArgument() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearRunExpenseModel
key of a numerical run condition aspect
getArgument() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearTransitionExpenseModel
Key of a numeric device state aspect.
getArgument() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearRunExpenseModel
key of a numerical run condition aspect
getArgument() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearTransitionExpenseModel
Key of a numeric device state aspect.
getArguments() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaximumTransitionExpenseModel
 
getArguments() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaximumTransitionExpenseModel
 
getAspect() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicRunExpenseModel
aspect of the run condition that generates cost or duration
getAspect() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
aspect of the device state that generates cost or duration
getAspect() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicRunExpenseModel
aspect of the run condition that generates cost or duration
getAspect() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicTransitionExpenseModel
aspect of the device state that generates cost or duration
getAspects() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceState
The different dimensions that make up a deviceState.
getAspects() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunCondition
The different dimensions that make up a runCondition.
getAspects() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceState
The different dimensions that make up a deviceState.
getAspects() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRunCondition
The different dimensions that make up a runCondition.
getAspectValue() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueRunExpense
The value of a runConditionAspect.
getAspectValue() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueTransitionExpense
The value of a deviceStateAspect.
getAspectValue() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicValueRunExpense
The value of a runConditionAspect.
getAspectValue() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicValueTransitionExpense
The value of a deviceStateAspect.
getAttention() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorAvailability
Total attention that the operator gains for this stretch of time.
getAttention() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorRequirement
Attention required on this skill (in sum by some operators) to run the process.
getAttention() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorReservation
Attention that is removed from the enclosing operator.
getAttention() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillUsage
Attention used on that skill (sum over operators).
getAttention() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorAvailability
Total attention that the operator gains for this stretch of time.
getAttention() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorRequirement
Attention required on this skill (in sum by some operators) to run the process.
getAttention() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorReservation
Attention that is removed from the enclosing operator.
getAttention() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSkillUsage
Attention used on that skill (sum over operators).
getAvailabilities() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
Available times on this device.
getAvailabilities() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterial
 
getAvailabilities() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperator
Positive list of when this operator is available, with how much attention and on what skills.
getAvailabilities() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTool
When are how many of this tool available.
getAvailabilities() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
Available times on this device.
getAvailabilities() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterial
 
getAvailabilities() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperator
Positive list of when this operator is available, with how much attention and on what skills.
getAvailabilities() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTool
When are how many of this tool available.
getCalculatorPlugin() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginRunExpenseModel
The uuid of a given implementation of IRunExpenseCalculator.
getCalculatorPlugin() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginTransitionExpenseModel
The uuid of a given implementation of ITransitionExpenseCalculator.
getCalculatorPlugin() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoPluginRunExpenseModel
The uuid of a given implementation of IRunExpenseCalculator.
getCalculatorPlugin() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoPluginTransitionExpenseModel
The uuid of a given implementation of ITransitionExpenseCalculator.
getCapacity() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
If/with how much capacity the device can run its available processes in parallel.
getCapacity() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
If/with how much capacity the device can run its available processes in parallel.
getCapacityRequirement() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The capacity that this job blocks (if the device has capacity).
getCapacityRequirement() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
The capacity that this job blocks (if the device has a capacity).
getCapacityRequirement() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
The capacity that this job blocks (if the device has capacity).
getCapacityRequirement() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProductionJob
The capacity that this job blocks (if the device has a capacity).
getClearDefaultExpense() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
default cost or duration used to clear values where no specific clear valueExpense is given
getClearDefaultExpense() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicTransitionExpenseModel
default cost or duration used to clear values where no specific clear valueExpense is given
getClearValueExpenses() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
cost or duration for clearing specific values.
getClearValueExpenses() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicTransitionExpenseModel
cost or duration for clearing specific values.
getConsumedMaterials() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The Material produced at some time during this allocation.
getConsumedMaterials() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
Quantities of materials that are consumed by this job.
getConsumedMaterials() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The Material produced at some time during this allocation.
getConsumedMaterials() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProductionJob
Quantities of materials that are consumed by this job.
getCost() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
Cost of this transportation.
getCost() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTransportation
Cost of this transportation.
getCycle() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoCyclicJobSequenceDependenciesJobDisqualification
The cycle as a sequence of sequenceIds, to be read as 'some job in sequence S1 is predecessor of some job in sequence S2', etc.
getCycle() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoCyclicJobSequenceDependenciesJobDisqualification
The cycle as a sequence of sequenceIds, to be read as 'some job in sequence S1 is predecessor of some job in sequence S2', etc.
getCycle() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoCyclicJobDependenciesError
the job ids in the cycle
getCycle() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoCyclicJobDependenciesError
the job ids in the cycle
getDefaultExpense() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicRunExpenseModel
default cost or duration where no specific valueExpense is given
getDefaultExpense() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicRunExpenseModel
default cost or duration where no specific valueExpense is given
getDependencies() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
All allocations that this allocation directly depends on.
getDependencies() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobGraph
The dependencies among these jobs (productionJobs and/or fixedJobs) to be observed.
getDependencies() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
All allocations that this allocation directly depends on.
getDependencies() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobGraph
The dependencies among these jobs (productionJobs and/or fixedJobs) to be observed.
getDevice() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Id of the device used by this allocation.
getDevice() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The device on which this job runs.
getDevice() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Id of the device used by this allocation.
getDevice() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
The device on which this job runs.
getDevices() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Details about the devices that are available to run processes
getDevices() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Details about the devices that are available to run processes
getDeviceStateDeclaration() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The deviceStateAspects of this devices, including initial values.
getDeviceStateDeclaration() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
The deviceStateAspects of this devices, including initial values.
getDisqualifiedJobs() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskResult
Jobs that were selected for production, but could not be produced because some requirement could not be met.
getDisqualifiedJobs() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskResult
Jobs that were selected for production, but could not be produced because some requirement could not be met.
getDtoDeviceState() - Method in interface com.vernaio.kayros.engine.v2.api.dto.RDtoDeviceState
 
getDtoRunCondition() - Method in interface com.vernaio.kayros.engine.v2.api.dto.RDtoRunCondition
 
getDueDateObjective() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
how you want to optimize due date fulfillment
getDueDateObjective() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
how you want to optimize due date fulfillment
getDuplicateKeys() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The keys of the taskParameters that are required multiple times.
getDuplicateKeys() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskRequirementError
The keys of the taskParameters that are required multiple times.
getDuration() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
Duration of this transportation.
getDuration() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTransportation
Duration of this transportation.
getEarliestStartTime() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
All result allocations will start no earlier than this time.
getEarliestStartTime() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
All result allocations will start no earlier than this time.
getEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceAvailability
End of the availability (start smaller than end).
getEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceReservation
End of the reservation (start smaller than end).
getEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialConsumption
The consumed material will be removed linearly from the stock, ending at this time.
getEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialProduction
The generated material will be added to the stock linearly until this time.
getEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorAvailability
...until this time (end greater than start).
getEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorRequirement
Skill is required until this time.
getEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorReservation
...until this time (end greater than start)
getEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillRevocation
...until this time (end greater than start)
getEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillUsage
Attention on skill is used until this time.
getEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialConsumption
The material is consumed linearly ending at this time..
getEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialProduction
The material is produced linearly ending at this time.
getEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolAvailability
...
getEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolRequirement
Tool is required until this time.
getEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolReservation
...until this time (end greater than start).
getEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolUsage
Tool-quantity is used until this time.
getEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceAvailability
End of the availability (start smaller than end).
getEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceReservation
End of the reservation (start smaller than end).
getEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialConsumption
The consumed material will be removed linearly from the stock, ending at this time.
getEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialProduction
The generated material will be added to the stock linearly until this time.
getEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorAvailability
...until this time (end greater than start).
getEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorRequirement
Skill is required until this time.
getEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorReservation
...until this time (end greater than start)
getEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSkillRevocation
...until this time (end greater than start)
getEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSkillUsage
Attention on skill is used until this time.
getEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimedMaterialConsumption
The material is consumed linearly ending at this time..
getEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimedMaterialProduction
The material is produced linearly ending at this time.
getEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolAvailability
...
getEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolRequirement
Tool is required until this time.
getEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolReservation
...until this time (end greater than start).
getEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolUsage
Tool-quantity is used until this time.
getEnd() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimingError
the declared end timing (DtoAbstractTiming)
getEnd() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimingError
the declared end timing (DtoAbstractTiming)
getEngineConfiguration() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
 
getEngineConfiguration() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
 
getErrors() - Method in exception com.vernaio.kayros.engine.v2.api.exceptions.EngineException
 
getExpense() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueRunExpense
The cost or duration associated with this aspectValue.
getExpense() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueTransitionExpense
The cost or duration associated with setting or clearing this aspectValue.
getExpense() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicValueRunExpense
The cost or duration associated with this aspectValue.
getExpense() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicValueTransitionExpense
The cost or duration associated with setting or clearing this aspectValue.
getFixedJob() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedSetupStartInFixedJobError
The id of the DtoFixedJob with undetermined setupStart.
getFixedJob() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedTeardownEndInFixedJobError
The id of the DtoFixedJob with undetermined teardownEnd.
getFixedJob() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedSetupStartInFixedJobError
The id of the DtoFixedJob with undetermined setupStart.
getFixedJob() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedTeardownEndInFixedJobError
The id of the DtoFixedJob with undetermined teardownEnd.
getFrom() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
Id of the device of the predecessor.
getFrom() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTransportation
Id of the device of the predecessor.
getId() - Method in class com.vernaio.kayros.engine.v2.api.DefaultMonitor
 
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJob
Unique identifier among all DtoAbstractJobs.
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractTransitionExpenseModel
 
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Unique identifier among all DtoAllocations.
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantTransitionExpenseModel
 
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
 
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceReservation
Unique identifier among all DtoDeviceReservation
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Unique identifier among all DtoAbstractJobs.
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobSequence
Id of this sequence (to reference in disqualifications or exceptions), must be unique in the context of all sequences.
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterial
Name of the available material; unique identifier among all DtoMaterial.
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaximumTransitionExpenseModel
 
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperator
Unique identifier among all DtoOperator.
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginTransitionExpenseModel
 
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Unique Id of the process.
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
Unique identifier among all DtoAbstractJobs.
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
 
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearTransitionExpenseModel
 
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumTransitionExpenseModel
 
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTask
Unique Id of the task.
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTool
Unique identifier among all DtoTool.
getId() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
Unique identifier among all DtoTransportation
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractJob
Unique identifier among all DtoAbstractJobs.
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractTransitionExpenseModel
 
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Unique identifier among all DtoAllocations.
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoConstantRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoConstantTransitionExpenseModel
 
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
 
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceReservation
Unique identifier among all DtoDeviceReservation
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
Unique identifier among all DtoAbstractJobs.
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobSequence
Id of this sequence (to reference in disqualifications or exceptions), must be unique in the context of all sequences.
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterial
Name of the available material; unique identifier among all DtoMaterial.
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaximumTransitionExpenseModel
 
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperator
Unique identifier among all DtoOperator.
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoPluginRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoPluginTransitionExpenseModel
 
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
Unique Id of the process.
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProductionJob
Unique identifier among all DtoAbstractJobs.
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicTransitionExpenseModel
 
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearTransitionExpenseModel
 
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSumRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSumTransitionExpenseModel
 
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTask
Unique Id of the task.
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTool
Unique identifier among all DtoTool.
getId() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTransportation
Unique identifier among all DtoTransportation
getId() - Method in interface com.vernaio.kayros.engine.v2.api.IPlugin
 
getId() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateIdError
The id (or other kind of reference) that is assigned to multiple objects of the same type.
getId() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateIdError
The id (or other kind of reference) that is assigned to multiple objects of the same type.
getInitialValue() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspectDeclaration
The initial value of this aspect at earliestStartTime; This will be used for the setup-calculation of the first allocation.
getInitialValue() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceStateAspectDeclaration
The initial value of this aspect at earliestStartTime; This will be used for the setup-calculation of the first allocation.
getInterruptible() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The allocation for this is allowed to be paused during reservations (during setup, run and teardown) and will resume afterwards.
getInterruptible() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
This is allowed to be paused during reservations (during setup, run and teardown) and will resume afterwards.
getInterruptible() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
The allocation for this is allowed to be paused during reservations (during setup, run and teardown) and will resume afterwards.
getInterruptible() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
This is allowed to be paused during reservations (during setup, run and teardown) and will resume afterwards.
getJob() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Id of the production job that is produced in this allocation.
getJob() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Id of the production job that is produced in this allocation.
getJobGraphs() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Details about what needs to be scheduled.
getJobGraphs() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Details about what needs to be scheduled.
getJobId() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateJobInSequencesError
the duplicate jobId.
getJobId() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobDependencyError
The id of the job that is not in the graph.
getJobId() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobSequenceError
The id of the job that is not a productionJob of the graph.
getJobId() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateJobInSequencesError
the duplicate jobId.
getJobId() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobDependencyError
The id of the job that is not in the graph.
getJobId() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobSequenceError
The id of the job that is not a productionJob of the graph.
getJobRequirements() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Only jobs that fulfil all these requirements can use this process.
getJobRequirements() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
Only jobs that fulfil all these requirements can use this process.
getJobs() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobGraph
Fixed jobs (already scheduled) and production jobs that should be scheduled as far as possible
getJobs() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobSequence
These job need to happen in this sequence on one device.
getJobs() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobGraph
Fixed jobs (already scheduled) and production jobs that should be scheduled as far as possible
getJobs() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobSequence
These job need to happen in this sequence on one device.
getKey() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspect
The name of this aspect/dimension.
getKey() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspectDeclaration
 
getKey() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunConditionAspect
The name of this aspect/dimension.
getKey() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameter
Name of the property.
getKey() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterDeclaration
 
getKey() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterEqualityJobRequirement
name of a field
getKey() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceStateAspect
The name of this aspect/dimension.
getKey() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceStateAspectDeclaration
 
getKey() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRunConditionAspect
The name of this aspect/dimension.
getKey() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskParameter
Name of the property.
getKey() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskParameterDeclaration
 
getKey() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskParameterEqualityJobRequirement
name of a field
getKind() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTool
The kind of this tool.
getKind() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolRequirement
Kind of the required tool.
getKind() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolUsage
Kind of the used tool.
getKind() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTool
The kind of this tool.
getKind() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolRequirement
Kind of the required tool.
getKind() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolUsage
Kind of the used tool.
getLowerBound() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimeBoundary
The referenced time may only be after this lowerBound.
getLowerBound() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimeBoundary
The referenced time may only be after this lowerBound.
getMaterial() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientMaterialJobDisqualification
the problematic material.
getMaterial() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialConsumption
Name of the material that is required to run the job
getMaterial() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialProduction
Name of the material that is produced by the job
getMaterial() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialConsumption
Name of the material that is consumed
getMaterial() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialProduction
Name of the material that is produced
getMaterial() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoInsufficientMaterialJobDisqualification
the problematic material.
getMaterial() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialConsumption
Name of the material that is required to run the job
getMaterial() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialProduction
Name of the material that is produced by the job
getMaterial() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimedMaterialConsumption
Name of the material that is consumed
getMaterial() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimedMaterialProduction
Name of the material that is produced
getMaterials() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Optional informations about raw and (partially) processed materials.
getMaterials() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Optional informations about raw and (partially) processed materials.
getMaximalBuffer() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
Upper bound on the duration between predecessorTime and successorTime for successor to be considered on time, i.e.
getMaximalBuffer() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobDependency
Upper bound on the duration between predecessorTime and successorTime for successor to be considered on time, i.e.
getMaximalValue() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceCapacity
Maximal capacity (at all times, sum over all needed capacities of all executed jobs must be smaller or equal to this).
getMaximalValue() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceCapacity
Maximal capacity (at all times, sum over all needed capacities of all executed jobs must be smaller or equal to this).
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoAbstractError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoConflictingTaskParameterDeclarationsError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoCyclicJobDependenciesError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDanglingReferenceError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateIdError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateJobInSequencesError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInternalEngineFailureError
The message of the original error.
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidAnchorTimeInFixedJobError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimeError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimingError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskParameterEqualityJobRequirementError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoJsonParseFailureError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialConsumptionError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialProductionError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeclaredTaskParameterKeyError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedDeviceStateError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedSetupStartInFixedJobError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedTeardownEndInFixedJobError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobDependencyError
 
getMessage() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobSequenceError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoAbstractError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoConflictingTaskParameterDeclarationsError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoCyclicJobDependenciesError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDanglingReferenceError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateIdError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateJobInSequencesError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInternalEngineFailureError
The message of the original error.
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidAnchorTimeInFixedJobError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimeError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimingError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskParameterEqualityJobRequirementError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskRequirementError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoJsonParseFailureError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoNonTrivialLinearMaterialConsumptionError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoNonTrivialLinearMaterialProductionError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeclaredTaskParameterKeyError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedDeviceStateError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedSetupStartInFixedJobError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedTeardownEndInFixedJobError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobDependencyError
 
getMessage() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobSequenceError
 
getMinimalBuffer() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
Lower bound on the duration between predecessorTime and successorTime
getMinimalBuffer() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobDependency
Lower bound on the duration between predecessorTime and successorTime
getMissingKeys() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The keys of the taskParameters that are not required here but are declared in the task.
getMissingKeys() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskRequirementError
The keys of the taskParameters that are not required here but are declared in the task.
getMonitor() - Method in interface com.vernaio.kayros.engine.v2.api.ISchedulerPluginContext
 
getMonitor() - Method in class com.vernaio.kayros.engine.v2.api.SchedulerPluginContext
 
getName() - Method in enum class com.vernaio.kayros.engine.v2.api.dto.DtoDueDateObjective
 
getObjectType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimeError
The type of the object.
getObjectType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimeError
The type of the object.
getOffset() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearRunExpenseModel
 
getOffset() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearTransitionExpenseModel
Cost or duration regradless of any change of the aspect value
getOffset() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearRunExpenseModel
 
getOffset() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearTransitionExpenseModel
Cost or duration regradless of any change of the aspect value
getOperatorRequirements() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Skills of operators that this allocation needs.
getOperatorRequirements() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Details of the operators skill and attention that are required if you execute this process.
getOperatorRequirements() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
Skills of operators that this allocation needs.
getOperatorRequirements() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
Details of the operators skill and attention that are required if you execute this process.
getOperators() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Optional informations about operators required to execute processes.
getOperators() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Optional informations about operators required to execute processes.
getOptionalPredecessorJob() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedTeardownEndInFixedJobError
The id of the DtoFixedJob that determines the deviceState before fixedJob (maximal teardownEnd before fixedJOb.setupStart, minimal id).
getOptionalPredecessorJob() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedTeardownEndInFixedJobError
The id of the DtoFixedJob that determines the deviceState before fixedJob (maximal teardownEnd before fixedJOb.setupStart, minimal id).
getOriginator() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRelatedJobDisqualification
The id of an originally disqualified job that this job cannot be qualified without
getOriginator() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRelatedJobDisqualification
The id of an originally disqualified job that this job cannot be qualified without
getParameter() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoConflictingTaskParameterDeclarationsError
The key of the parameter that has multiple declarations.
getParameter() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoConflictingTaskParameterDeclarationsError
The key of the parameter that has multiple declarations.
getParameters() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTask
The different parameters that this task has.
getParameters() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskRequirement
Specifies how the task should run.
getParameters() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTask
The different parameters that this task has.
getParameters() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskRequirement
Specifies how the task should run.
getPath() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoConflictingTaskParameterDeclarationsError
The path of the task that has multiple declarations for one parameter.
getPath() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoCyclicJobDependenciesError
the path to the jobGraph whose dependencies contain the cycle
getPath() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDanglingReferenceError
The path where the object is referenced.
getPath() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidAnchorTimeInFixedJobError
The path of the DtoFixedJob with invalid anchorTime.
getPath() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimeError
The path of the object with invalid start/end time.
getPath() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimingError
The path of the object that has an invalid startTime/endTime combination
getPath() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskParameterEqualityJobRequirementError
The path to the invalid jobRequirement.
getPath() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The path to the invalid taskRequirement.
getPath() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialConsumptionError
The path of the material consumption.
getPath() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialProductionError
The path of the material production.
getPath() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeclaredTaskParameterKeyError
The path of the object mentioning the undeclared task parameter key.
getPath() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedDeviceStateError
The path of the DtoDeviceState whose value contains '$'.
getPath() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobDependencyError
The path where the job is referenced.
getPath() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobSequenceError
The path where the job is referenced.
getPath() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoConflictingTaskParameterDeclarationsError
The path of the task that has multiple declarations for one parameter.
getPath() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoCyclicJobDependenciesError
the path to the jobGraph whose dependencies contain the cycle
getPath() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDanglingReferenceError
The path where the object is referenced.
getPath() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidAnchorTimeInFixedJobError
The path of the DtoFixedJob with invalid anchorTime.
getPath() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimeError
The path of the object with invalid start/end time.
getPath() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimingError
The path of the object that has an invalid startTime/endTime combination
getPath() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskParameterEqualityJobRequirementError
The path to the invalid jobRequirement.
getPath() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskRequirementError
The path to the invalid taskRequirement.
getPath() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoNonTrivialLinearMaterialConsumptionError
The path of the material consumption.
getPath() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoNonTrivialLinearMaterialProductionError
The path of the material production.
getPath() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeclaredTaskParameterKeyError
The path of the object mentioning the undeclared task parameter key.
getPath() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedDeviceStateError
The path of the DtoDeviceState whose value contains '$'.
getPath() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobDependencyError
The path where the job is referenced.
getPath() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobSequenceError
The path where the job is referenced.
getPaths() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateIdError
The paths where the objects are defined.
getPaths() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateJobInSequencesError
The paths where the job is mentionend in sequences
getPaths() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateIdError
The paths where the objects are defined.
getPaths() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateJobInSequencesError
The paths where the job is mentionend in sequences
getPluginId() - Method in exception com.vernaio.kayros.engine.v2.api.exceptions.PluginException
 
getPredecessor() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
the job that has to be finished or progressed enough.
getPredecessor() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobDependency
the job that has to be finished or progressed enough.
getPredecessorAnchor() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
specifies the go ahead point in time during setup or execution of the predecessor
getPredecessorAnchor() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobDependency
specifies the go ahead point in time during setup or execution of the predecessor
getProcess() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Id of the process executed in this allocation.
getProcess() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Id of the process executed in this allocation.
getProcesses() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The different processes this Device can execute (OR).
getProcesses() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Details about the ways tasks can be executed
getProcesses() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
The different processes this Device can execute (OR).
getProcesses() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Details about the ways tasks can be executed
getProducedMaterials() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The Material produced at some time during this allocation.
getProducedMaterials() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Quantities of materials that are generated by this job.
getProducedMaterials() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
Quantities of materials that are generated by this job.
getProducedMaterials() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The Material produced at some time during this allocation.
getProducedMaterials() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
Quantities of materials that are generated by this job.
getProducedMaterials() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProductionJob
Quantities of materials that are generated by this job.
getProductionJobs() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoCyclicJobSequenceDependenciesJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientMaterialJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientTransportationJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMissingProcessJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMissingTransportationJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoNoDeviceForSequenceJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRelatedJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoUnfulfilledRequirementsJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoUnschedulableJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoCyclicJobSequenceDependenciesJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoInsufficientMaterialJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoInsufficientTransportationJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMissingProcessJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMissingTransportationJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoNoDeviceForSequenceJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRelatedJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoUnfulfilledRequirementsJobDisqualification
The ids of the disqualified jobs.
getProductionJobs() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoUnschedulableJobDisqualification
The ids of the disqualified jobs.
getProgress() - Method in class com.vernaio.kayros.engine.v2.api.DefaultMonitor
 
getQuantity() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialAvailability
Amount of material that is available.
getQuantity() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialConsumption
Amount of material that is required to run the job.
getQuantity() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialProduction
Amount of material that is produced by the job.
getQuantity() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialConsumption
Amount of material that is consumed
getQuantity() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialProduction
Amount of material that is produced
getQuantity() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolAvailability
Number of copies of this tool.
getQuantity() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolRequirement
The required quantity of the tool.
getQuantity() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolReservation
Number of reserved copies of this tool.
getQuantity() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolUsage
Used quantity of the tool.
getQuantity() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialAvailability
Amount of material that is available.
getQuantity() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialConsumption
Amount of material that is required to run the job.
getQuantity() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialProduction
Amount of material that is produced by the job.
getQuantity() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimedMaterialConsumption
Amount of material that is consumed
getQuantity() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimedMaterialProduction
Amount of material that is produced
getQuantity() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolAvailability
Number of copies of this tool.
getQuantity() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolRequirement
The required quantity of the tool.
getQuantity() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolReservation
Number of reserved copies of this tool.
getQuantity() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolUsage
Used quantity of the tool.
getReference() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDanglingReferenceError
The id (or other kind of reference) of a non existing object.
getReference() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDanglingReferenceError
The id (or other kind of reference) of a non existing object.
getRefType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDanglingReferenceError
The type of the referenced object.
getRefType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateIdError
The type of the referenced object.
getRefType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDanglingReferenceError
The type of the referenced object.
getRefType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateIdError
The type of the referenced object.
getRelation() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRelatedJobDisqualification
The reason why this job cannot reasonably be scheduled without the originator
getRelation() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRelatedJobDisqualification
The reason why this job cannot reasonably be scheduled without the originator
getReservations() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
Reserved times on this device.
getReservations() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperator
times when this operator is not working with full attention.
getReservations() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTool
When are how many of this tool NOT available.
getReservations() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
Reserved times on this device.
getReservations() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperator
times when this operator is not working with full attention.
getReservations() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTool
When are how many of this tool NOT available.
getRounds() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoEngineConfiguration
 
getRounds() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoEngineConfiguration
 
getRunCondition() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
RunCondition that will determine the cost/durations of run.
getRunCondition() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
RunCondition that will determine the cost/durations of run.
getRunCost() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total cost in production (after setup, before teardown).
getRunCost() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Cost of this job execution.
getRunCost() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The total cost in production (after setup, before teardown).
getRunCost() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
Cost of this job execution.
getRunCostModel() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Model for run cost of this process.
getRunCostModel() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
Model for run cost of this process.
getRunDuration() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total duration in production (after setup, before teardown).
getRunDuration() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
 
getRunDuration() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The total duration in production (after setup, before teardown).
getRunDuration() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
 
getRunDurationModel() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Model for run duration of this process.
getRunDurationModel() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
Model for run duration of this process.
getRunEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Finish production at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
getRunEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Finish production at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
getRunExpenseCalculator(UUID) - Method in interface com.vernaio.kayros.engine.v2.api.ISchedulerPluginContext
 
getRunExpenseCalculator(UUID) - Method in class com.vernaio.kayros.engine.v2.api.SchedulerPluginContext
 
getRunExpenseCalculators() - Method in class com.vernaio.kayros.engine.v2.api.SchedulerPluginContext
 
getRunExpenseModels() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Details about the run durations of processes depending on job and device information.
getRunExpenseModels() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Details about the run durations of processes depending on job and device information.
getRunStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Start production at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
getRunStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Start production at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
getScheduleFactoryInstance() - Static method in class com.vernaio.kayros.engine.v2.api.SchedulerFactory
 
getScheduler(DtoSchedulingTaskParameters, ISchedulerPluginContext) - Method in class com.vernaio.kayros.engine.v2.api.SchedulerFactory
 
getSequence() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoNoDeviceForSequenceJobDisqualification
The problematic jobSequence
getSequence() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoNoDeviceForSequenceJobDisqualification
The problematic jobSequence
getSequences() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobGraph
The jobSequences inside these jobs to be observed.
getSequences() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobGraph
The jobSequences inside these jobs to be observed.
getSetDefaultExpense() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
default cost or duration used to set values where no specific set valueExpense is given
getSetDefaultExpense() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicTransitionExpenseModel
default cost or duration used to set values where no specific set valueExpense is given
getSetupCost() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total cost in setup (before production).
getSetupCost() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The total cost in setup (before production).
getSetupCostModel() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The parameters for the default setup costs for this device.
getSetupCostModel() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
The parameters for the default setup costs for this device.
getSetupDeviceState() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The deviceState that is established at runStart and lasts at least until runEnd.
getSetupDeviceState() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
DeviceState that has to be set up before the start of run of this process.
getSetupDeviceState() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
The deviceState that is established at runStart and lasts at least until runEnd.
getSetupDeviceState() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
DeviceState that has to be set up before the start of run of this process.
getSetupDuration() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total duration in setup (before production).
getSetupDuration() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The total duration in setup (before production).
getSetupDurationModel() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The parameters for the default setup durations for this device.
getSetupDurationModel() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
The parameters for the default setup durations for this device.
getSetupEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Finish preparation of the needed deviceState at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
getSetupEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Finish preparation of the needed deviceState at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
getSetupStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Start preparation of the needed deviceState at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
getSetupStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Start preparation of the needed deviceState at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
getSetValueExpenses() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
cost or duration for setting specific values.
getSetValueExpenses() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicTransitionExpenseModel
cost or duration for setting specific values.
getSkill() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorRequirement
ID of the required skill.
getSkill() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillUsage
ID of the used skill.
getSkill() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorRequirement
ID of the required skill.
getSkill() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSkillUsage
ID of the used skill.
getSkillRevocations() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperator
Times when this operator is not allowed to use some skills.
getSkillRevocations() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperator
Times when this operator is not allowed to use some skills.
getSkills() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorAvailability
List of skills that the operator gains for this stretch of time.
getSkills() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillRevocation
Skills that are not available to the enclosing operator.
getSkills() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorAvailability
List of skills that the operator gains for this stretch of time.
getSkills() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSkillRevocation
Skills that are not available to the enclosing operator.
getSkillUsages() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The skills needed during some times by this allocation.
getSkillUsages() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The skills needed during some times by this allocation.
getSlope() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearRunExpenseModel
 
getSlope() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearTransitionExpenseModel
Cost or duration for changing aspect value by 1.0
getSlope() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearRunExpenseModel
 
getSlope() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearTransitionExpenseModel
Cost or duration for changing aspect value by 1.0
getStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceAvailability
Start of the availability (start smaller than end).
getStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceReservation
Start of the reservation (start smaller than end).
getStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialConsumption
The consumed material will be removed linearly from the stock, starting at this time.
getStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialProduction
The generated material will be added to the stock linearly starting from this time.
getStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorAvailability
From this time...
getStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorRequirement
Skill is required from this time onwards.
getStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorReservation
from this time...
getStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillRevocation
from this time...
getStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillUsage
Attention on skill is used from this time onwards.
getStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialConsumption
The material is consumed linearly starting at this time.
getStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialProduction
The material is produced linearly starting at this time.
getStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolAvailability
From this time...
getStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolRequirement
Tool is required from this time onwards.
getStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolReservation
From this time...
getStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolUsage
Tool-quantity is used from this time onwards.
getStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceAvailability
Start of the availability (start smaller than end).
getStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceReservation
Start of the reservation (start smaller than end).
getStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialConsumption
The consumed material will be removed linearly from the stock, starting at this time.
getStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialProduction
The generated material will be added to the stock linearly starting from this time.
getStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorAvailability
From this time...
getStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorRequirement
Skill is required from this time onwards.
getStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorReservation
from this time...
getStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSkillRevocation
from this time...
getStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSkillUsage
Attention on skill is used from this time onwards.
getStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimedMaterialConsumption
The material is consumed linearly starting at this time.
getStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimedMaterialProduction
The material is produced linearly starting at this time.
getStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolAvailability
From this time...
getStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolRequirement
Tool is required from this time onwards.
getStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolReservation
From this time...
getStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolUsage
Tool-quantity is used from this time onwards.
getStart() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimingError
the declared start timing (DtoAbstractTiming)
getStart() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimingError
the declared start timing (DtoAbstractTiming)
getState() - Method in class com.vernaio.kayros.engine.v2.api.DefaultMonitor
 
getSuccessor() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
the job that depends on predecessor.
getSuccessor() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobDependency
the job that depends on predecessor.
getSuccessorAnchor() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
specifies the time in successor that has to be after or at predecessorTime + max(minimalBuffer, transportation)
getSuccessorAnchor() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobDependency
specifies the time in successor that has to be after or at predecessorTime + max(minimalBuffer, transportation)
getSummands() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumRunExpenseModel
 
getSummands() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumTransitionExpenseModel
 
getSummands() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSumRunExpenseModel
 
getSummands() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSumTransitionExpenseModel
 
getTask() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Task that this process will execute.
getTask() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
Details about the task that must be run to complete this job.
getTask() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskRequirement
 
getTask() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
Task that this process will execute.
getTask() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProductionJob
Details about the task that must be run to complete this job.
getTask() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskRequirement
 
getTask() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The id of the task this taskRequirement needs to fit.
getTask() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeclaredTaskParameterKeyError
The id of the task the object is refering to.
getTask() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskRequirementError
The id of the task this taskRequirement needs to fit.
getTask() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeclaredTaskParameterKeyError
The id of the task the object is refering to.
getTasks() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
All tasks that could possibly be required or possible to execute
getTasks() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
All tasks that could possibly be required or possible to execute
getTeardownCost() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total cost in teardown (after production).
getTeardownCost() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The total cost in teardown (after production).
getTeardownCostModel() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The parameters for the default teardown costs for this device.
getTeardownCostModel() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
The parameters for the default teardown costs for this device.
getTeardownDeviceState() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The deviceState that needs to be established after runEnd.
getTeardownDeviceState() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
DeviceState that has to be set up after the end of run.
getTeardownDeviceState() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
The deviceState that needs to be established after runEnd.
getTeardownDeviceState() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
DeviceState that has to be set up after the end of run.
getTeardownDuration() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total duration in teardown (after production).
getTeardownDuration() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The total duration in teardown (after production).
getTeardownDurationModel() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The parameters for the default teardown durations for this device.
getTeardownDurationModel() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
The parameters for the default teardown durations for this device.
getTeardownEnd() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Finish preparation of teardownDeviceState after run at this time (teardownEnd greater or equal teardownStart equal to runEnd greater than runStart equal to setupEnd greater or equal setupStart).
getTeardownEnd() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Finish preparation of teardownDeviceState after run at this time (teardownEnd greater or equal teardownStart equal to runEnd greater than runStart equal to setupEnd greater or equal setupStart).
getTeardownStart() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Start preparation of teardownDeviceState after run at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
getTeardownStart() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Start preparation of teardownDeviceState after run at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
getThreadCount() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoEngineConfiguration
Number of threads that the engine may use in parallel.
getThreadCount() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoEngineConfiguration
Number of threads that the engine may use in parallel.
getTime() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialAvailability
Time of delivery.
getTime() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialAvailability
Time of delivery.
getTimeBoundaries() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
Constraints on some times inside this job, like an earliest start time or a latest end time.
getTimeBoundaries() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProductionJob
Constraints on some times inside this job, like an earliest start time or a latest end time.
getTitle() - Method in class com.vernaio.kayros.engine.v2.api.DefaultMonitor
 
getTitle() - Method in interface com.vernaio.kayros.engine.v2.api.IPlugin
 
getTo() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
Id of the device of the successor.
getTo() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTransportation
Id of the device of the successor.
getToolRequirements() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Tools that this allocation blocks.
getToolRequirements() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Details of the tools that are required if you execute this process.
getToolRequirements() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
Tools that this allocation blocks.
getToolRequirements() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
Details of the tools that are required if you execute this process.
getTools() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Optional informations about tools required to execute processes.
getTools() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Optional informations about tools required to execute processes.
getToolUsages() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The tools needed during some times by this allocation.
getToolUsages() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The tools needed during some times by this allocation.
getTransitionExpenseCalculator(UUID) - Method in interface com.vernaio.kayros.engine.v2.api.ISchedulerPluginContext
 
getTransitionExpenseCalculator(UUID) - Method in class com.vernaio.kayros.engine.v2.api.SchedulerPluginContext
 
getTransitionExpenseCalculators() - Method in class com.vernaio.kayros.engine.v2.api.SchedulerPluginContext
 
getTransitionExpenseModels() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Details about the transition durations and costs from one deviceState to another (used in setup and teardown).
getTransitionExpenseModels() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Details about the transition durations and costs from one deviceState to another (used in setup and teardown).
getTransportationCost() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocationDependency
The cost arising in transport form the predecessor allocation to the successor.
getTransportationCost() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocationDependency
The cost arising in transport form the predecessor allocation to the successor.
getTransportationDuration() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocationDependency
The duration spent in transport form the predecessor allocation to the successor.
getTransportationDuration() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocationDependency
The duration spent in transport form the predecessor allocation to the successor.
getTransportations() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Allowed transportations.
getTransportations() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Allowed transportations.
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractAllocationAnchor
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractDeviceStateAspectType
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJob
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJobDisqualification
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJobRelation
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJobRequirement
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractRunConditionAspectType
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractRunExpenseModel
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractTaskParameterType
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractTransitionExpenseModel
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoBooleanDeviceStateAspectType
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoBooleanRunConditionAspectType
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoBooleanTaskParameterType
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantRunExpenseModel
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantTransitionExpenseModel
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoCyclicJobSequenceDependenciesJobDisqualification
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDependencyJobRelation
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspect
The type of this aspect/dimension.
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspectDeclaration
 
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFloatDeviceStateAspectType
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFloatRunConditionAspectType
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFloatTaskParameterType
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientMaterialJobDisqualification
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientTransportationJobDisqualification
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaximumTransitionExpenseModel
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMissingProcessJobDisqualification
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMissingTransportationJobDisqualification
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoNoDeviceForSequenceJobDisqualification
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginRunExpenseModel
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginTransitionExpenseModel
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRelatedJobDisqualification
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunConditionAspect
The type of this aspect/dimension.
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunEndAllocationAnchor
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunStartAllocationAnchor
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSequenceJobRelation
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSetupEndAllocationAnchor
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSetupStartAllocationAnchor
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicRunExpenseModel
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearRunExpenseModel
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearTransitionExpenseModel
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoStringDeviceStateAspectType
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoStringRunConditionAspectType
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoStringTaskParameterType
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumRunExpenseModel
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumTransitionExpenseModel
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterDeclaration
 
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterEqualityJobRequirement
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTeardownEndAllocationAnchor
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTeardownStartAllocationAnchor
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoUnfulfilledRequirementsJobDisqualification
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoUnschedulableJobDisqualification
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractAllocationAnchor
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractDeviceStateAspectType
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractJob
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractJobDisqualification
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractJobRelation
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractJobRequirement
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractRunConditionAspectType
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractRunExpenseModel
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractTaskParameterType
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractTransitionExpenseModel
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoBooleanDeviceStateAspectType
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoBooleanRunConditionAspectType
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoBooleanTaskParameterType
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoConstantRunExpenseModel
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoConstantTransitionExpenseModel
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoCyclicJobSequenceDependenciesJobDisqualification
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDependencyJobRelation
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceStateAspect
The type of this aspect/dimension.
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceStateAspectDeclaration
 
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFloatDeviceStateAspectType
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFloatRunConditionAspectType
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFloatTaskParameterType
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoInsufficientMaterialJobDisqualification
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoInsufficientTransportationJobDisqualification
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaximumTransitionExpenseModel
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMissingProcessJobDisqualification
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMissingTransportationJobDisqualification
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoNoDeviceForSequenceJobDisqualification
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoPluginRunExpenseModel
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoPluginTransitionExpenseModel
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProductionJob
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRelatedJobDisqualification
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRunConditionAspect
The type of this aspect/dimension.
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRunEndAllocationAnchor
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRunStartAllocationAnchor
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSequenceJobRelation
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSetupEndAllocationAnchor
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSetupStartAllocationAnchor
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicRunExpenseModel
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicTransitionExpenseModel
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearRunExpenseModel
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearTransitionExpenseModel
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoStringDeviceStateAspectType
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoStringRunConditionAspectType
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoStringTaskParameterType
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSumRunExpenseModel
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSumTransitionExpenseModel
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskParameterDeclaration
 
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskParameterEqualityJobRequirement
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTeardownEndAllocationAnchor
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTeardownStartAllocationAnchor
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoUnfulfilledRequirementsJobDisqualification
Type discriminator
getType() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoUnschedulableJobDisqualification
Type discriminator
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoAbstractError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoConflictingTaskParameterDeclarationsError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoCyclicJobDependenciesError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDanglingReferenceError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateIdError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateJobInSequencesError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInternalEngineFailureError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidAnchorTimeInFixedJobError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimeError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimingError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskParameterEqualityJobRequirementError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoJsonParseFailureError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialConsumptionError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialProductionError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeclaredTaskParameterKeyError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedDeviceStateError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedSetupStartInFixedJobError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedTeardownEndInFixedJobError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobDependencyError
Type of this object.
getType() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobSequenceError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoAbstractError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoConflictingTaskParameterDeclarationsError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoCyclicJobDependenciesError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDanglingReferenceError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateIdError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateJobInSequencesError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInternalEngineFailureError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidAnchorTimeInFixedJobError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimeError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimingError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskParameterEqualityJobRequirementError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskRequirementError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoJsonParseFailureError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoNonTrivialLinearMaterialConsumptionError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoNonTrivialLinearMaterialProductionError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeclaredTaskParameterKeyError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedDeviceStateError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedSetupStartInFixedJobError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedTeardownEndInFixedJobError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobDependencyError
Type of this object.
getType() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobSequenceError
Type of this object.
getUndeclaredKey() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeclaredTaskParameterKeyError
The key mentionend in the object's value, not declared in task.
getUndeclaredKey() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeclaredTaskParameterKeyError
The key mentionend in the object's value, not declared in task.
getUnknownKeys() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The keys of the taskParameters that are required here but not declared in the task.
getUnknownKeys() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskRequirementError
The keys of the taskParameters that are required here but not declared in the task.
getUpperBound() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimeBoundary
If the referenced time is after this upperBound, the job counts as a late job.
getUpperBound() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimeBoundary
If the referenced time is after this upperBound, the job counts as a late job.
getValue() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoCapacityRequirement
Used capacity.
getValue() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantRunExpenseModel
 
getValue() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantTransitionExpenseModel
 
getValue() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspect
The value of the deviceState in this aspect/dimension.
getValue() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunConditionAspect
The value of the run condition in this aspect/dimension.
getValue() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameter
Value of the property.
getValue() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterEqualityJobRequirement
The value of this taskParameter.
getValue() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoCapacityRequirement
Used capacity.
getValue() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoConstantRunExpenseModel
 
getValue() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoConstantTransitionExpenseModel
 
getValue() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceStateAspect
The value of the deviceState in this aspect/dimension.
getValue() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRunConditionAspect
The value of the run condition in this aspect/dimension.
getValue() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskParameter
Value of the property.
getValue() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskParameterEqualityJobRequirement
The value of this taskParameter.
getValueExpenses() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicRunExpenseModel
cost or duration for specific values.
getValueExpenses() - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicRunExpenseModel
cost or duration for specific values.
getWrongTypeKeys() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The keys of the taskParameters that are declared as float in task but aacnnot be parsed by Double.valueOf().
getWrongTypeKeys() - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskRequirementError
The keys of the taskParameters that are declared as float in task but aacnnot be parsed by Double.valueOf().

H

hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractAllocationAnchor
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractDeviceStateAspectType
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJob
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJobDisqualification
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJobRelation
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJobRequirement
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractRunConditionAspectType
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractRunExpenseModel
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractTaskParameterType
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractTransitionExpenseModel
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocationDependency
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoBooleanDeviceStateAspectType
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoBooleanRunConditionAspectType
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoBooleanTaskParameterType
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoCapacityRequirement
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantRunExpenseModel
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantTransitionExpenseModel
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoCyclicJobSequenceDependenciesJobDisqualification
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDependencyJobRelation
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceAvailability
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceCapacity
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceReservation
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceState
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspect
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspectDeclaration
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoEngineConfiguration
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFloatDeviceStateAspectType
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFloatRunConditionAspectType
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFloatTaskParameterType
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientMaterialJobDisqualification
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientTransportationJobDisqualification
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobGraph
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobSequence
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterial
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialAvailability
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialConsumption
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialProduction
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaximumTransitionExpenseModel
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMissingProcessJobDisqualification
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMissingTransportationJobDisqualification
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoNoDeviceForSequenceJobDisqualification
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperator
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorAvailability
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorRequirement
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorReservation
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginRunExpenseModel
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginTransitionExpenseModel
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRelatedJobDisqualification
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunCondition
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunConditionAspect
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunEndAllocationAnchor
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunStartAllocationAnchor
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskResult
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSequenceJobRelation
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSetupEndAllocationAnchor
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSetupStartAllocationAnchor
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicRunExpenseModel
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueRunExpense
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueTransitionExpense
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearRunExpenseModel
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearTransitionExpenseModel
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillRevocation
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillUsage
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoStringDeviceStateAspectType
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoStringRunConditionAspectType
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoStringTaskParameterType
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumRunExpenseModel
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumTransitionExpenseModel
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTask
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameter
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterDeclaration
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterEqualityJobRequirement
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskRequirement
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTeardownEndAllocationAnchor
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTeardownStartAllocationAnchor
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimeBoundary
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialConsumption
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialProduction
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTool
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolAvailability
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolRequirement
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolReservation
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolUsage
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoUnfulfilledRequirementsJobDisqualification
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoUnschedulableJobDisqualification
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoAbstractError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoConflictingTaskParameterDeclarationsError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoCyclicJobDependenciesError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDanglingReferenceError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateIdError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateJobInSequencesError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInternalEngineFailureError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidAnchorTimeInFixedJobError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimeError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimingError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskParameterEqualityJobRequirementError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoJsonParseFailureError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialConsumptionError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialProductionError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeclaredTaskParameterKeyError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedDeviceStateError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedSetupStartInFixedJobError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedTeardownEndInFixedJobError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobDependencyError
 
hashCode() - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobSequenceError
 

I

IDtoAbstractAllocationAnchor - Interface in com.vernaio.kayros.engine.v2.api.dto
Specification of a point in time during an allocation.
IDtoAbstractDeviceStateAspectType - Interface in com.vernaio.kayros.engine.v2.api.dto
Data type of the values associated with an aspect of a deviceState.
IDtoAbstractError - Interface in com.vernaio.kayros.engine.v2.exception.dto
Base error type, generated by the engine.
IDtoAbstractJob - Interface in com.vernaio.kayros.engine.v2.api.dto
Details of a job that needs to happen.
IDtoAbstractJobDisqualification - Interface in com.vernaio.kayros.engine.v2.api.dto
Information about disqualified Jobs, including the reason why they were disqualified.
IDtoAbstractJobRelation - Interface in com.vernaio.kayros.engine.v2.api.dto
A relation that one job A has to another job B, that necessitates that A cannot reasonably be scheduled without B.
IDtoAbstractJobRequirement - Interface in com.vernaio.kayros.engine.v2.api.dto
Restricts the allowed jobs based on task parameters or similar.
IDtoAbstractRunConditionAspectType - Interface in com.vernaio.kayros.engine.v2.api.dto
Data type of the values associated with an aspect of a runCondition.
IDtoAbstractRunExpenseModel - Interface in com.vernaio.kayros.engine.v2.api.dto
A model to determine run cost or duration (as double) depending on a process's runCondition.
IDtoAbstractTaskParameterType - Interface in com.vernaio.kayros.engine.v2.api.dto
 
IDtoAbstractTransitionExpenseModel - Interface in com.vernaio.kayros.engine.v2.api.dto
A model to determine setup cost or duration (as double) depending on deviceState before and after.
IDtoAllocation - Interface in com.vernaio.kayros.engine.v2.api.dto
Proposed realization of a job.
IDtoAllocationDependency - Interface in com.vernaio.kayros.engine.v2.api.dto
An allocation dependency from some predecessor allocation to this (successor) allocation.
IDtoBooleanDeviceStateAspectType - Interface in com.vernaio.kayros.engine.v2.api.dto
 
IDtoBooleanRunConditionAspectType - Interface in com.vernaio.kayros.engine.v2.api.dto
 
IDtoBooleanTaskParameterType - Interface in com.vernaio.kayros.engine.v2.api.dto
 
IDtoCapacityRequirement - Interface in com.vernaio.kayros.engine.v2.api.dto
Capacity used by a job.
IDtoConflictingTaskParameterDeclarationsError - Interface in com.vernaio.kayros.engine.v2.exception.dto
The task at {path} contains multiple declaration for the parameter-key {parameter}.
IDtoConstantRunExpenseModel - Interface in com.vernaio.kayros.engine.v2.api.dto
On evalulation, returns always the same predetermined value.
IDtoConstantTransitionExpenseModel - Interface in com.vernaio.kayros.engine.v2.api.dto
A model that always returns the same output.
IDtoCyclicJobDependenciesError - Interface in com.vernaio.kayros.engine.v2.exception.dto
The jobGraph at {path} (graph with vertices from jobs and edges from those jobDependencies that do not only refer to fixedJobs) contains the cycle {cycle}.
IDtoCyclicJobSequenceDependenciesJobDisqualification - Interface in com.vernaio.kayros.engine.v2.api.dto
(can be decided before engine) This Disqualification triggers if the jobDependencies do not enforce an acyclic happens-before-relationship on the JobSequences (wrapping un-sequenced Jobs in single-job-sequences).
IDtoDanglingReferenceError - Interface in com.vernaio.kayros.engine.v2.exception.dto
The {refType} with reference {reference} referenced in {path} could not be found.
IDtoDependencyJobRelation - Interface in com.vernaio.kayros.engine.v2.api.dto
A has a DtoJobDependency to B
IDtoDevice - Interface in com.vernaio.kayros.engine.v2.api.dto
Details about the capabilities and availabilities of a device (that can execute jobs).
IDtoDeviceAvailability - Interface in com.vernaio.kayros.engine.v2.api.dto
A strech of time where a device may be used (if it is not reserved).
IDtoDeviceCapacity - Interface in com.vernaio.kayros.engine.v2.api.dto
Details about a device that allows processes to run in parallel, only restricted by some maximal capacity.
IDtoDeviceReservation - Interface in com.vernaio.kayros.engine.v2.api.dto
A strech of time where a device must interrupt (i.e.
IDtoDeviceState - Interface in com.vernaio.kayros.engine.v2.api.dto
State of a device.
IDtoDeviceStateAspect - Interface in com.vernaio.kayros.engine.v2.api.dto
One aspect of a device state.
IDtoDeviceStateAspectDeclaration - Interface in com.vernaio.kayros.engine.v2.api.dto
Definition of an expected device state aspect for a process/transitionModel.
IDtoDuplicateIdError - Interface in com.vernaio.kayros.engine.v2.exception.dto
There are multiple {refType} with id {id} in {paths}.
IDtoDuplicateJobInSequencesError - Interface in com.vernaio.kayros.engine.v2.exception.dto
The jobId {jobId} is contained multiple times in the sequences: {paths}.
IDtoEngineConfiguration - Interface in com.vernaio.kayros.engine.v2.api.dto
 
IDtoFixedJob - Interface in com.vernaio.kayros.engine.v2.api.dto
Times on a device alredy reserved for some production or cleaning or other device-state-modifying interruptions.
IDtoFloatDeviceStateAspectType - Interface in com.vernaio.kayros.engine.v2.api.dto
 
IDtoFloatRunConditionAspectType - Interface in com.vernaio.kayros.engine.v2.api.dto
 
IDtoFloatTaskParameterType - Interface in com.vernaio.kayros.engine.v2.api.dto
 
IDtoInsufficientMaterialJobDisqualification - Interface in com.vernaio.kayros.engine.v2.api.dto
(has to be decided in engine) This Disqualification triggers if a productionJob cannot be produced because it consumes materials that are not available or produced in sufficient quantity
IDtoInsufficientTransportationJobDisqualification - Interface in com.vernaio.kayros.engine.v2.api.dto
(has to be decided in engine) This Disqualification triggers if some predecessor's choice of device made it impossible to assign this job to a device that transportation can reach.
IDtoInternalEngineFailureError - Interface in com.vernaio.kayros.engine.v2.exception.dto
Kayros encountered an internal Exception.
IDtoInvalidAnchorTimeInFixedJobError - Interface in com.vernaio.kayros.engine.v2.exception.dto
The FixedJob at {path} has its anchorTime outside the available times on its device
IDtoInvalidStartAndEndTimeError - Interface in com.vernaio.kayros.engine.v2.exception.dto
The object of type {objectType} at {path} has start bigger or equal to end.
IDtoInvalidStartAndEndTimingError - Interface in com.vernaio.kayros.engine.v2.exception.dto
The object at {path} declares startTime {startTime}, that will be after or at the declared endTime {endTime}.
IDtoInvalidTaskParameterEqualityJobRequirementError - Interface in com.vernaio.kayros.engine.v2.exception.dto
The TaskParameterEqualityJobRequirement at {path} does not fit the task of the underlying process.
IDtoInvalidTaskRequirementError - Interface in com.vernaio.kayros.engine.v2.exception.dto
The taskRequirement at {path} does not fit the declared parameters of the task.
IDtoJobDependency - Interface in com.vernaio.kayros.engine.v2.api.dto
Indicates that some job (successor) may only start (or start-of-run or similar) after some other job (predecessor) is finished or has progressed enough.
IDtoJobGraph - Interface in com.vernaio.kayros.engine.v2.api.dto
Related jobs for one or more products.
IDtoJobSequence - Interface in com.vernaio.kayros.engine.v2.api.dto
Jobs that are only allowed to happen in this exact sequence on the same device.
IDtoJsonParseFailureError - Interface in com.vernaio.kayros.engine.v2.exception.dto
Some field of DtoSchedulingTaskParameters violates basic type/range constraints.
IDtoMaterial - Interface in com.vernaio.kayros.engine.v2.api.dto
Information about one Material.
IDtoMaterialAvailability - Interface in com.vernaio.kayros.engine.v2.api.dto
A point in time when some quantity of a material becomes available.
IDtoMaterialConsumption - Interface in com.vernaio.kayros.engine.v2.api.dto
Details about the material and the quantity required for the job.
IDtoMaterialProduction - Interface in com.vernaio.kayros.engine.v2.api.dto
Details about the material and the quantity produced by the job.
IDtoMaximumTransitionExpenseModel - Interface in com.vernaio.kayros.engine.v2.api.dto
A model that returns the maximum of the outputs of some other models
IDtoMissingProcessJobDisqualification - Interface in com.vernaio.kayros.engine.v2.api.dto
(can be decided before engine) This Disqualification triggers if a productionJob cannot be produced because no device has a process that satisfies the jobs task.
IDtoMissingTransportationJobDisqualification - Interface in com.vernaio.kayros.engine.v2.api.dto
(can be decided before engine) This Disqualification triggers if not all of a job's (chains of) predecessors can be assigned to devices such that transportations exist.
IDtoNoDeviceForSequenceJobDisqualification - Interface in com.vernaio.kayros.engine.v2.api.dto
(can be decided before engine) This Disqualification triggers if jobs grouped in a jobSequence are produceable by themselves but there is no common device that works for all of them.
IDtoNonTrivialLinearMaterialConsumptionError - Interface in com.vernaio.kayros.engine.v2.exception.dto
The material consumption at {path} has start!=end.
IDtoNonTrivialLinearMaterialProductionError - Interface in com.vernaio.kayros.engine.v2.exception.dto
The material production at {path} has start!=end.
IDtoOperator - Interface in com.vernaio.kayros.engine.v2.api.dto
Initial state of one operator.
IDtoOperatorAvailability - Interface in com.vernaio.kayros.engine.v2.api.dto
A stretch of time when attention and or skills are made available to an operator.
IDtoOperatorRequirement - Interface in com.vernaio.kayros.engine.v2.api.dto
Details about the expertise required during execution of a process.
IDtoOperatorReservation - Interface in com.vernaio.kayros.engine.v2.api.dto
A stretch of time when an operator's attention is reduced.
IDtoPluginRunExpenseModel - Interface in com.vernaio.kayros.engine.v2.api.dto
On evaluation, this calls some given IPlugin implementation.
IDtoPluginTransitionExpenseModel - Interface in com.vernaio.kayros.engine.v2.api.dto
On evaluation, this calls some given IPlugin implementation.
IDtoProcess - Interface in com.vernaio.kayros.engine.v2.api.dto
Definition of a process capable of executing some task.
IDtoProductionJob - Interface in com.vernaio.kayros.engine.v2.api.dto
A production job that runs some task and may depend on other jobs.
IDtoRelatedJobDisqualification - Interface in com.vernaio.kayros.engine.v2.api.dto
(decided in engine or before, depending on originator) This Disqualification triggers if a productionJob cannot reasonably be qualified because some other job is disqualified
IDtoRunCondition - Interface in com.vernaio.kayros.engine.v2.api.dto
Conditions during execution of a process.
IDtoRunConditionAspect - Interface in com.vernaio.kayros.engine.v2.api.dto
One aspect of a run condition.
IDtoRunEndAllocationAnchor - Interface in com.vernaio.kayros.engine.v2.api.dto
The end of the run of the allocation.
IDtoRunStartAllocationAnchor - Interface in com.vernaio.kayros.engine.v2.api.dto
The start of run of the allocation.
IDtoSchedulingTaskParameters - Interface in com.vernaio.kayros.engine.v2.api.dto
Input to get a Scheduler.
IDtoSchedulingTaskResult - Interface in com.vernaio.kayros.engine.v2.api.dto
returns the final production planning.
IDtoSequenceJobRelation - Interface in com.vernaio.kayros.engine.v2.api.dto
A is in the same DtoJobSequence as B
IDtoSetupEndAllocationAnchor - Interface in com.vernaio.kayros.engine.v2.api.dto
The end of setup of the allocation.
IDtoSetupStartAllocationAnchor - Interface in com.vernaio.kayros.engine.v2.api.dto
The start of setup of the allocation.
IDtoSingleAspectBasicRunExpenseModel - Interface in com.vernaio.kayros.engine.v2.api.dto
A basic model whose output is determined depending on the value of a single run condition aspect.
IDtoSingleAspectBasicTransitionExpenseModel - Interface in com.vernaio.kayros.engine.v2.api.dto
A basic model whose output in determined by clearing and then setting a single aspect of the deviceState before and after, if its value changed.
IDtoSingleAspectBasicValueRunExpense - Interface in com.vernaio.kayros.engine.v2.api.dto
Internal of DtoSingleAspectBasicRunExpenseModel; An expense associated with a specific run condition aspect value.
IDtoSingleAspectBasicValueTransitionExpense - Interface in com.vernaio.kayros.engine.v2.api.dto
Internal of DtoSingleAspectBasicTransitionExpenseModel; An expense associated with a specific deviceStateAspectValue.
IDtoSingleAspectLinearRunExpenseModel - Interface in com.vernaio.kayros.engine.v2.api.dto
On evalulation, returns offset + slope * (associated value of argument).
IDtoSingleAspectLinearTransitionExpenseModel - Interface in com.vernaio.kayros.engine.v2.api.dto
A basic model whose output is a linear function of the difference in values of a single numerical aspect of the deviceState before and after.
IDtoSkillRevocation - Interface in com.vernaio.kayros.engine.v2.api.dto
A stretch of time when some skills are NOT available to an operator.
IDtoSkillUsage - Interface in com.vernaio.kayros.engine.v2.api.dto
When is how much attention used on which skill
IDtoStringDeviceStateAspectType - Interface in com.vernaio.kayros.engine.v2.api.dto
 
IDtoStringRunConditionAspectType - Interface in com.vernaio.kayros.engine.v2.api.dto
 
IDtoStringTaskParameterType - Interface in com.vernaio.kayros.engine.v2.api.dto
 
IDtoSumRunExpenseModel - Interface in com.vernaio.kayros.engine.v2.api.dto
On evalulation, returns the sum of the evaluations of the summands.
IDtoSumTransitionExpenseModel - Interface in com.vernaio.kayros.engine.v2.api.dto
A model that returns the sum of the outputs of some other models.
IDtoTask - Interface in com.vernaio.kayros.engine.v2.api.dto
Something that has to planned and can be executed by some process.
IDtoTaskParameter - Interface in com.vernaio.kayros.engine.v2.api.dto
A property of a job.
IDtoTaskParameterDeclaration - Interface in com.vernaio.kayros.engine.v2.api.dto
Definition of an expected parameter for a job.
IDtoTaskParameterEqualityJobRequirement - Interface in com.vernaio.kayros.engine.v2.api.dto
Restricts the allowed jobs to those that have a specific DtoTaskParameterValue.
IDtoTaskRequirement - Interface in com.vernaio.kayros.engine.v2.api.dto
Definition of the task required in a job.
IDtoTeardownEndAllocationAnchor - Interface in com.vernaio.kayros.engine.v2.api.dto
The end of teardown of the allocation.
IDtoTeardownStartAllocationAnchor - Interface in com.vernaio.kayros.engine.v2.api.dto
The start of teardown of the allocation.
IDtoTimeBoundary - Interface in com.vernaio.kayros.engine.v2.api.dto
A time constraint on a job, forcing it to start/startOfRun/end after some lower bound or prefering it to start/...
IDtoTimedMaterialConsumption - Interface in com.vernaio.kayros.engine.v2.api.dto
When is how much of which material consumed
IDtoTimedMaterialProduction - Interface in com.vernaio.kayros.engine.v2.api.dto
When is how much of which material produced
IDtoTool - Interface in com.vernaio.kayros.engine.v2.api.dto
Initial availabilities (positive list) and reservations (negative list) of a tool.
IDtoToolAvailability - Interface in com.vernaio.kayros.engine.v2.api.dto
A stretch of time when (a number of copies of) a tool is made available.
IDtoToolRequirement - Interface in com.vernaio.kayros.engine.v2.api.dto
Tools required during execution of a process.
IDtoToolReservation - Interface in com.vernaio.kayros.engine.v2.api.dto
A stretch of time when (a number of copies of) a tool is removed from the available quantity.
IDtoToolUsage - Interface in com.vernaio.kayros.engine.v2.api.dto
When is which tool used
IDtoTransportation - Interface in com.vernaio.kayros.engine.v2.api.dto
Details about a transportation from one device to another or itself.
IDtoUndeclaredTaskParameterKeyError - Interface in com.vernaio.kayros.engine.v2.exception.dto
The object at {path} mentions the key of a TaskParameter by $ that the task does not declare.
IDtoUndeterminedDeviceStateError - Interface in com.vernaio.kayros.engine.v2.exception.dto
The DtoDeviceState at {path} references the value of a DtoTaskParameter by '$' but has to be fully determined without reference to a DtoProductionJob.
IDtoUndeterminedSetupStartInFixedJobError - Interface in com.vernaio.kayros.engine.v2.exception.dto
The FixedJob with id {fixedJob} would initially have a setupStart before all available times on its device, so setupStart cannot be determined.
IDtoUndeterminedTeardownEndInFixedJobError - Interface in com.vernaio.kayros.engine.v2.exception.dto
The FixedJob with id {fixedJob} is initially set up relative to {optionalPredecessor}.
IDtoUnfulfilledRequirementsJobDisqualification - Interface in com.vernaio.kayros.engine.v2.api.dto
(can be decided before engine) This Disqualification triggers if a productionJob cannot be produced because all processes that satisfy the jobs task are impossible due to some constraint (jobRequirements, toolRequirements, operatorRequirements of process or capacityRequirement of job).
IDtoUnknownJobInJobDependencyError - Interface in com.vernaio.kayros.engine.v2.exception.dto
The DtoAbstractJob with id {jobId} referenced in {path} is not part of its DtoJobGraph (neither fixed nor production) or does not exist.
IDtoUnknownJobInJobSequenceError - Interface in com.vernaio.kayros.engine.v2.exception.dto
The DtoAbstractJob with id {jobId} is referenced in a sequence in {path} but is not part of the enclosing DtoJobGraph's productionJobs.
IDtoUnschedulableJobDisqualification - Interface in com.vernaio.kayros.engine.v2.api.dto
(has to be decided in engine) This Disqualification triggers as a fail safe if a job cannot be scheduled due to some other reason (possibly due to not enough tools or workers being available because of infinitely long constraints)
IEngineSchedulerFactory - Interface in com.vernaio.kayros.engine.v2.api
 
IMonitor - Interface in com.vernaio.kayros.engine.v2.api
 
IPlugin - Interface in com.vernaio.kayros.engine.v2.api
 
IRunExpenseCalculator - Interface in com.vernaio.kayros.engine.v2.api
 
IScheduler - Interface in com.vernaio.kayros.engine.v2.api
 
ISchedulerPluginContext - Interface in com.vernaio.kayros.engine.v2.api
 
ITransitionExpenseCalculator - Interface in com.vernaio.kayros.engine.v2.api
 

N

name - Variable in enum class com.vernaio.kayros.engine.v2.api.dto.DtoDueDateObjective
 
NUMBER_OF_LATE_JOBS - Enum constant in enum class com.vernaio.kayros.engine.v2.api.dto.DtoDueDateObjective
 

P

PENDING - Enum constant in enum class com.vernaio.kayros.engine.v2.api.SchedulerState
 
PluginException - Exception in com.vernaio.kayros.engine.v2.api.exceptions
 
PluginException(String, Throwable, String) - Constructor for exception com.vernaio.kayros.engine.v2.api.exceptions.PluginException
 

R

RDtoDeviceState - Interface in com.vernaio.kayros.engine.v2.api.dto
 
RDtoRunCondition - Interface in com.vernaio.kayros.engine.v2.api.dto
 

S

SchedulerFactory - Class in com.vernaio.kayros.engine.v2.api
 
SchedulerPluginContext - Class in com.vernaio.kayros.engine.v2.api
 
SchedulerPluginContext(IMonitor, Map<UUID, ITransitionExpenseCalculator>, Map<UUID, IRunExpenseCalculator>) - Constructor for class com.vernaio.kayros.engine.v2.api.SchedulerPluginContext
 
SchedulerState - Enum Class in com.vernaio.kayros.engine.v2.api
 
setAllocationPredecessor(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocationDependency
Id of a result allocation that this depends on.
setAllocationPredecessor(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocationDependency
Id of a result allocation that this depends on.
setAllocations(IDtoAllocation[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskResult
Allocations for all selected jobs that could be produced.
setAllocations(IDtoAllocation[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskResult
Allocations for all selected jobs that could be produced.
setAnchor(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The fixed point in the execution of this fixedJob.
setAnchor(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimeBoundary
The time during the realization of the job that may not be chosen freely.
setAnchor(IDtoAbstractAllocationAnchor) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
The fixed point in the execution of this fixedJob.
setAnchor(IDtoAbstractAllocationAnchor) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimeBoundary
The time during the realization of the job that may not be chosen freely.
setAnchorTime(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Fix the anchor to this time.
setAnchorTime(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
Fix the anchor to this time.
setArgument(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearRunExpenseModel
key of a numerical run condition aspect
setArgument(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearTransitionExpenseModel
Key of a numeric device state aspect.
setArgument(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearRunExpenseModel
key of a numerical run condition aspect
setArgument(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearTransitionExpenseModel
Key of a numeric device state aspect.
setArguments(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaximumTransitionExpenseModel
 
setArguments(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaximumTransitionExpenseModel
 
setAspect(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicRunExpenseModel
aspect of the run condition that generates cost or duration
setAspect(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
aspect of the device state that generates cost or duration
setAspect(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicRunExpenseModel
aspect of the run condition that generates cost or duration
setAspect(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicTransitionExpenseModel
aspect of the device state that generates cost or duration
setAspects(IDtoDeviceStateAspect[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceState
The different dimensions that make up a deviceState.
setAspects(IDtoDeviceStateAspect[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceState
The different dimensions that make up a deviceState.
setAspects(IDtoRunConditionAspect[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunCondition
The different dimensions that make up a runCondition.
setAspects(IDtoRunConditionAspect[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRunCondition
The different dimensions that make up a runCondition.
setAspectValue(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueRunExpense
The value of a runConditionAspect.
setAspectValue(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueTransitionExpense
The value of a deviceStateAspect.
setAspectValue(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicValueRunExpense
The value of a runConditionAspect.
setAspectValue(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicValueTransitionExpense
The value of a deviceStateAspect.
setAttention(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorAvailability
Total attention that the operator gains for this stretch of time.
setAttention(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorRequirement
Attention required on this skill (in sum by some operators) to run the process.
setAttention(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorReservation
Attention that is removed from the enclosing operator.
setAttention(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillUsage
Attention used on that skill (sum over operators).
setAttention(Integer) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorAvailability
Total attention that the operator gains for this stretch of time.
setAttention(Integer) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorRequirement
Attention required on this skill (in sum by some operators) to run the process.
setAttention(Integer) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorReservation
Attention that is removed from the enclosing operator.
setAttention(Integer) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSkillUsage
Attention used on that skill (sum over operators).
setAvailabilities(IDtoDeviceAvailability[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
Available times on this device.
setAvailabilities(IDtoDeviceAvailability[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
Available times on this device.
setAvailabilities(IDtoMaterialAvailability[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterial
 
setAvailabilities(IDtoMaterialAvailability[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterial
 
setAvailabilities(IDtoOperatorAvailability[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperator
Positive list of when this operator is available, with how much attention and on what skills.
setAvailabilities(IDtoOperatorAvailability[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperator
Positive list of when this operator is available, with how much attention and on what skills.
setAvailabilities(IDtoToolAvailability[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTool
When are how many of this tool available.
setAvailabilities(IDtoToolAvailability[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTool
When are how many of this tool available.
setCalculatorPlugin(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginRunExpenseModel
The uuid of a given implementation of IRunExpenseCalculator.
setCalculatorPlugin(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginTransitionExpenseModel
The uuid of a given implementation of ITransitionExpenseCalculator.
setCalculatorPlugin(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoPluginRunExpenseModel
The uuid of a given implementation of IRunExpenseCalculator.
setCalculatorPlugin(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoPluginTransitionExpenseModel
The uuid of a given implementation of ITransitionExpenseCalculator.
setCapacity(IDtoDeviceCapacity) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
If/with how much capacity the device can run its available processes in parallel.
setCapacity(IDtoDeviceCapacity) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
If/with how much capacity the device can run its available processes in parallel.
setCapacityRequirement(IDtoCapacityRequirement) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The capacity that this job blocks (if the device has capacity).
setCapacityRequirement(IDtoCapacityRequirement) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
The capacity that this job blocks (if the device has a capacity).
setCapacityRequirement(IDtoCapacityRequirement) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
The capacity that this job blocks (if the device has capacity).
setCapacityRequirement(IDtoCapacityRequirement) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProductionJob
The capacity that this job blocks (if the device has a capacity).
setClearDefaultExpense(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
default cost or duration used to clear values where no specific clear valueExpense is given
setClearDefaultExpense(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicTransitionExpenseModel
default cost or duration used to clear values where no specific clear valueExpense is given
setClearValueExpenses(IDtoSingleAspectBasicValueTransitionExpense[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
cost or duration for clearing specific values.
setClearValueExpenses(IDtoSingleAspectBasicValueTransitionExpense[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicTransitionExpenseModel
cost or duration for clearing specific values.
setConsumedMaterials(IDtoMaterialConsumption[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
Quantities of materials that are consumed by this job.
setConsumedMaterials(IDtoMaterialConsumption[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProductionJob
Quantities of materials that are consumed by this job.
setConsumedMaterials(IDtoTimedMaterialConsumption[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The Material produced at some time during this allocation.
setConsumedMaterials(IDtoTimedMaterialConsumption[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The Material produced at some time during this allocation.
setCost(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
Cost of this transportation.
setCost(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTransportation
Cost of this transportation.
setCycle(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoCyclicJobSequenceDependenciesJobDisqualification
The cycle as a sequence of sequenceIds, to be read as 'some job in sequence S1 is predecessor of some job in sequence S2', etc.
setCycle(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoCyclicJobSequenceDependenciesJobDisqualification
The cycle as a sequence of sequenceIds, to be read as 'some job in sequence S1 is predecessor of some job in sequence S2', etc.
setCycle(String[]) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoCyclicJobDependenciesError
the job ids in the cycle
setCycle(String[]) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoCyclicJobDependenciesError
the job ids in the cycle
setDefaultExpense(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicRunExpenseModel
default cost or duration where no specific valueExpense is given
setDefaultExpense(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicRunExpenseModel
default cost or duration where no specific valueExpense is given
setDependencies(IDtoAllocationDependency[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
All allocations that this allocation directly depends on.
setDependencies(IDtoAllocationDependency[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
All allocations that this allocation directly depends on.
setDependencies(IDtoJobDependency[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobGraph
The dependencies among these jobs (productionJobs and/or fixedJobs) to be observed.
setDependencies(IDtoJobDependency[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobGraph
The dependencies among these jobs (productionJobs and/or fixedJobs) to be observed.
setDevice(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Id of the device used by this allocation.
setDevice(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The device on which this job runs.
setDevice(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Id of the device used by this allocation.
setDevice(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
The device on which this job runs.
setDevices(IDtoDevice[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Details about the devices that are available to run processes
setDevices(IDtoDevice[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Details about the devices that are available to run processes
setDeviceStateDeclaration(IDtoDeviceStateAspectDeclaration[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The deviceStateAspects of this devices, including initial values.
setDeviceStateDeclaration(IDtoDeviceStateAspectDeclaration[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
The deviceStateAspects of this devices, including initial values.
setDisqualifiedJobs(IDtoAbstractJobDisqualification[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskResult
Jobs that were selected for production, but could not be produced because some requirement could not be met.
setDisqualifiedJobs(IDtoAbstractJobDisqualification[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskResult
Jobs that were selected for production, but could not be produced because some requirement could not be met.
setDueDateObjective(DtoDueDateObjective) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
how you want to optimize due date fulfillment
setDueDateObjective(DtoDueDateObjective) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
how you want to optimize due date fulfillment
setDuplicateKeys(String[]) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The keys of the taskParameters that are required multiple times.
setDuplicateKeys(String[]) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskRequirementError
The keys of the taskParameters that are required multiple times.
setDuration(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
Duration of this transportation.
setDuration(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTransportation
Duration of this transportation.
setEarliestStartTime(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
All result allocations will start no earlier than this time.
setEarliestStartTime(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
All result allocations will start no earlier than this time.
setEnd(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialConsumption
The consumed material will be removed linearly from the stock, ending at this time.
setEnd(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialProduction
The generated material will be added to the stock linearly until this time.
setEnd(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorRequirement
Skill is required until this time.
setEnd(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolRequirement
Tool is required until this time.
setEnd(IDtoAbstractAllocationAnchor) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialConsumption
The consumed material will be removed linearly from the stock, ending at this time.
setEnd(IDtoAbstractAllocationAnchor) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialProduction
The generated material will be added to the stock linearly until this time.
setEnd(IDtoAbstractAllocationAnchor) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorRequirement
Skill is required until this time.
setEnd(IDtoAbstractAllocationAnchor) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolRequirement
Tool is required until this time.
setEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceAvailability
End of the availability (start smaller than end).
setEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceReservation
End of the reservation (start smaller than end).
setEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorAvailability
...until this time (end greater than start).
setEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorReservation
...until this time (end greater than start)
setEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillRevocation
...until this time (end greater than start)
setEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillUsage
Attention on skill is used until this time.
setEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialConsumption
The material is consumed linearly ending at this time..
setEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialProduction
The material is produced linearly ending at this time.
setEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolAvailability
...
setEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolReservation
...until this time (end greater than start).
setEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolUsage
Tool-quantity is used until this time.
setEnd(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceAvailability
End of the availability (start smaller than end).
setEnd(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceReservation
End of the reservation (start smaller than end).
setEnd(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorAvailability
...until this time (end greater than start).
setEnd(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorReservation
...until this time (end greater than start)
setEnd(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSkillRevocation
...until this time (end greater than start)
setEnd(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSkillUsage
Attention on skill is used until this time.
setEnd(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimedMaterialConsumption
The material is consumed linearly ending at this time..
setEnd(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimedMaterialProduction
The material is produced linearly ending at this time.
setEnd(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolAvailability
...
setEnd(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolReservation
...until this time (end greater than start).
setEnd(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolUsage
Tool-quantity is used until this time.
setEnd(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimingError
the declared end timing (DtoAbstractTiming)
setEnd(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimingError
the declared end timing (DtoAbstractTiming)
setEngineConfiguration(IDtoEngineConfiguration) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
 
setEngineConfiguration(IDtoEngineConfiguration) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
 
setExpense(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueRunExpense
The cost or duration associated with this aspectValue.
setExpense(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueTransitionExpense
The cost or duration associated with setting or clearing this aspectValue.
setExpense(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicValueRunExpense
The cost or duration associated with this aspectValue.
setExpense(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicValueTransitionExpense
The cost or duration associated with setting or clearing this aspectValue.
setFixedJob(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedSetupStartInFixedJobError
The id of the DtoFixedJob with undetermined setupStart.
setFixedJob(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedTeardownEndInFixedJobError
The id of the DtoFixedJob with undetermined teardownEnd.
setFixedJob(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedSetupStartInFixedJobError
The id of the DtoFixedJob with undetermined setupStart.
setFixedJob(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedTeardownEndInFixedJobError
The id of the DtoFixedJob with undetermined teardownEnd.
setFrom(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
Id of the device of the predecessor.
setFrom(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTransportation
Id of the device of the predecessor.
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJob
Unique identifier among all DtoAbstractJobs.
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractTransitionExpenseModel
 
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Unique identifier among all DtoAllocations.
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantTransitionExpenseModel
 
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
 
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceReservation
Unique identifier among all DtoDeviceReservation
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Unique identifier among all DtoAbstractJobs.
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobSequence
Id of this sequence (to reference in disqualifications or exceptions), must be unique in the context of all sequences.
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterial
Name of the available material; unique identifier among all DtoMaterial.
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaximumTransitionExpenseModel
 
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperator
Unique identifier among all DtoOperator.
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginTransitionExpenseModel
 
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Unique Id of the process.
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
Unique identifier among all DtoAbstractJobs.
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
 
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearTransitionExpenseModel
 
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumTransitionExpenseModel
 
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTask
Unique Id of the task.
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTool
Unique identifier among all DtoTool.
setId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
Unique identifier among all DtoTransportation
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractJob
Unique identifier among all DtoAbstractJobs.
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractTransitionExpenseModel
 
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Unique identifier among all DtoAllocations.
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoConstantRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoConstantTransitionExpenseModel
 
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
 
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceReservation
Unique identifier among all DtoDeviceReservation
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
Unique identifier among all DtoAbstractJobs.
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobSequence
Id of this sequence (to reference in disqualifications or exceptions), must be unique in the context of all sequences.
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterial
Name of the available material; unique identifier among all DtoMaterial.
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaximumTransitionExpenseModel
 
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperator
Unique identifier among all DtoOperator.
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoPluginRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoPluginTransitionExpenseModel
 
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
Unique Id of the process.
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProductionJob
Unique identifier among all DtoAbstractJobs.
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicTransitionExpenseModel
 
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearTransitionExpenseModel
 
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSumRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSumTransitionExpenseModel
 
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTask
Unique Id of the task.
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTool
Unique identifier among all DtoTool.
setId(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTransportation
Unique identifier among all DtoTransportation
setId(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateIdError
The id (or other kind of reference) that is assigned to multiple objects of the same type.
setId(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateIdError
The id (or other kind of reference) that is assigned to multiple objects of the same type.
setInitialValue(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspectDeclaration
The initial value of this aspect at earliestStartTime; This will be used for the setup-calculation of the first allocation.
setInitialValue(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceStateAspectDeclaration
The initial value of this aspect at earliestStartTime; This will be used for the setup-calculation of the first allocation.
setInterruptible(Boolean) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The allocation for this is allowed to be paused during reservations (during setup, run and teardown) and will resume afterwards.
setInterruptible(Boolean) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
This is allowed to be paused during reservations (during setup, run and teardown) and will resume afterwards.
setInterruptible(Boolean) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
The allocation for this is allowed to be paused during reservations (during setup, run and teardown) and will resume afterwards.
setInterruptible(Boolean) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
This is allowed to be paused during reservations (during setup, run and teardown) and will resume afterwards.
setJob(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Id of the production job that is produced in this allocation.
setJob(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Id of the production job that is produced in this allocation.
setJobGraphs(IDtoJobGraph[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Details about what needs to be scheduled.
setJobGraphs(IDtoJobGraph[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Details about what needs to be scheduled.
setJobId(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateJobInSequencesError
the duplicate jobId.
setJobId(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobDependencyError
The id of the job that is not in the graph.
setJobId(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobSequenceError
The id of the job that is not a productionJob of the graph.
setJobId(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateJobInSequencesError
the duplicate jobId.
setJobId(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobDependencyError
The id of the job that is not in the graph.
setJobId(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobSequenceError
The id of the job that is not a productionJob of the graph.
setJobRequirements(IDtoAbstractJobRequirement[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Only jobs that fulfil all these requirements can use this process.
setJobRequirements(IDtoAbstractJobRequirement[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
Only jobs that fulfil all these requirements can use this process.
setJobs(IDtoAbstractJob[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobGraph
Fixed jobs (already scheduled) and production jobs that should be scheduled as far as possible
setJobs(IDtoAbstractJob[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobGraph
Fixed jobs (already scheduled) and production jobs that should be scheduled as far as possible
setJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobSequence
These job need to happen in this sequence on one device.
setJobs(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobSequence
These job need to happen in this sequence on one device.
setKey(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspect
The name of this aspect/dimension.
setKey(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspectDeclaration
 
setKey(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunConditionAspect
The name of this aspect/dimension.
setKey(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameter
Name of the property.
setKey(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterDeclaration
 
setKey(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterEqualityJobRequirement
name of a field
setKey(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceStateAspect
The name of this aspect/dimension.
setKey(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceStateAspectDeclaration
 
setKey(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRunConditionAspect
The name of this aspect/dimension.
setKey(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskParameter
Name of the property.
setKey(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskParameterDeclaration
 
setKey(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskParameterEqualityJobRequirement
name of a field
setKind(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTool
The kind of this tool.
setKind(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolRequirement
Kind of the required tool.
setKind(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolUsage
Kind of the used tool.
setKind(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTool
The kind of this tool.
setKind(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolRequirement
Kind of the required tool.
setKind(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolUsage
Kind of the used tool.
setLowerBound(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimeBoundary
The referenced time may only be after this lowerBound.
setLowerBound(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimeBoundary
The referenced time may only be after this lowerBound.
setMaterial(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientMaterialJobDisqualification
the problematic material.
setMaterial(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialConsumption
Name of the material that is required to run the job
setMaterial(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialProduction
Name of the material that is produced by the job
setMaterial(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialConsumption
Name of the material that is consumed
setMaterial(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialProduction
Name of the material that is produced
setMaterial(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoInsufficientMaterialJobDisqualification
the problematic material.
setMaterial(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialConsumption
Name of the material that is required to run the job
setMaterial(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialProduction
Name of the material that is produced by the job
setMaterial(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimedMaterialConsumption
Name of the material that is consumed
setMaterial(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimedMaterialProduction
Name of the material that is produced
setMaterials(IDtoMaterial[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Optional informations about raw and (partially) processed materials.
setMaterials(IDtoMaterial[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Optional informations about raw and (partially) processed materials.
setMaximalBuffer(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
Upper bound on the duration between predecessorTime and successorTime for successor to be considered on time, i.e.
setMaximalBuffer(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobDependency
Upper bound on the duration between predecessorTime and successorTime for successor to be considered on time, i.e.
setMaximalValue(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceCapacity
Maximal capacity (at all times, sum over all needed capacities of all executed jobs must be smaller or equal to this).
setMaximalValue(Integer) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceCapacity
Maximal capacity (at all times, sum over all needed capacities of all executed jobs must be smaller or equal to this).
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoAbstractError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoConflictingTaskParameterDeclarationsError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoCyclicJobDependenciesError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDanglingReferenceError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateIdError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateJobInSequencesError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInternalEngineFailureError
The message of the original error.
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidAnchorTimeInFixedJobError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimeError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimingError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskParameterEqualityJobRequirementError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoJsonParseFailureError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialConsumptionError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialProductionError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeclaredTaskParameterKeyError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedDeviceStateError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedSetupStartInFixedJobError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedTeardownEndInFixedJobError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobDependencyError
 
setMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobSequenceError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoAbstractError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoConflictingTaskParameterDeclarationsError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoCyclicJobDependenciesError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDanglingReferenceError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateIdError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateJobInSequencesError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInternalEngineFailureError
The message of the original error.
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidAnchorTimeInFixedJobError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimeError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimingError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskParameterEqualityJobRequirementError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskRequirementError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoJsonParseFailureError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoNonTrivialLinearMaterialConsumptionError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoNonTrivialLinearMaterialProductionError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeclaredTaskParameterKeyError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedDeviceStateError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedSetupStartInFixedJobError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedTeardownEndInFixedJobError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobDependencyError
 
setMessage(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobSequenceError
 
setMinimalBuffer(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
Lower bound on the duration between predecessorTime and successorTime
setMinimalBuffer(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobDependency
Lower bound on the duration between predecessorTime and successorTime
setMissingKeys(String[]) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The keys of the taskParameters that are not required here but are declared in the task.
setMissingKeys(String[]) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskRequirementError
The keys of the taskParameters that are not required here but are declared in the task.
setMonitor(IMonitor) - Method in class com.vernaio.kayros.engine.v2.api.SchedulerPluginContext
 
setObjectType(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimeError
The type of the object.
setObjectType(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimeError
The type of the object.
setOffset(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearRunExpenseModel
 
setOffset(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearTransitionExpenseModel
Cost or duration regradless of any change of the aspect value
setOffset(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearRunExpenseModel
 
setOffset(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearTransitionExpenseModel
Cost or duration regradless of any change of the aspect value
setOperatorRequirements(IDtoOperatorRequirement[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Skills of operators that this allocation needs.
setOperatorRequirements(IDtoOperatorRequirement[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Details of the operators skill and attention that are required if you execute this process.
setOperatorRequirements(IDtoOperatorRequirement[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
Skills of operators that this allocation needs.
setOperatorRequirements(IDtoOperatorRequirement[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
Details of the operators skill and attention that are required if you execute this process.
setOperators(IDtoOperator[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Optional informations about operators required to execute processes.
setOperators(IDtoOperator[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Optional informations about operators required to execute processes.
setOptionalPredecessorJob(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedTeardownEndInFixedJobError
The id of the DtoFixedJob that determines the deviceState before fixedJob (maximal teardownEnd before fixedJOb.setupStart, minimal id).
setOptionalPredecessorJob(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedTeardownEndInFixedJobError
The id of the DtoFixedJob that determines the deviceState before fixedJob (maximal teardownEnd before fixedJOb.setupStart, minimal id).
setOriginator(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRelatedJobDisqualification
The id of an originally disqualified job that this job cannot be qualified without
setOriginator(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRelatedJobDisqualification
The id of an originally disqualified job that this job cannot be qualified without
setParameter(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoConflictingTaskParameterDeclarationsError
The key of the parameter that has multiple declarations.
setParameter(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoConflictingTaskParameterDeclarationsError
The key of the parameter that has multiple declarations.
setParameters(IDtoTaskParameter[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskRequirement
Specifies how the task should run.
setParameters(IDtoTaskParameter[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskRequirement
Specifies how the task should run.
setParameters(IDtoTaskParameterDeclaration[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTask
The different parameters that this task has.
setParameters(IDtoTaskParameterDeclaration[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTask
The different parameters that this task has.
setPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoConflictingTaskParameterDeclarationsError
The path of the task that has multiple declarations for one parameter.
setPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoCyclicJobDependenciesError
the path to the jobGraph whose dependencies contain the cycle
setPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDanglingReferenceError
The path where the object is referenced.
setPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidAnchorTimeInFixedJobError
The path of the DtoFixedJob with invalid anchorTime.
setPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimeError
The path of the object with invalid start/end time.
setPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimingError
The path of the object that has an invalid startTime/endTime combination
setPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskParameterEqualityJobRequirementError
The path to the invalid jobRequirement.
setPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The path to the invalid taskRequirement.
setPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialConsumptionError
The path of the material consumption.
setPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialProductionError
The path of the material production.
setPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeclaredTaskParameterKeyError
The path of the object mentioning the undeclared task parameter key.
setPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedDeviceStateError
The path of the DtoDeviceState whose value contains '$'.
setPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobDependencyError
The path where the job is referenced.
setPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobSequenceError
The path where the job is referenced.
setPath(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoConflictingTaskParameterDeclarationsError
The path of the task that has multiple declarations for one parameter.
setPath(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoCyclicJobDependenciesError
the path to the jobGraph whose dependencies contain the cycle
setPath(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDanglingReferenceError
The path where the object is referenced.
setPath(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidAnchorTimeInFixedJobError
The path of the DtoFixedJob with invalid anchorTime.
setPath(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimeError
The path of the object with invalid start/end time.
setPath(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimingError
The path of the object that has an invalid startTime/endTime combination
setPath(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskParameterEqualityJobRequirementError
The path to the invalid jobRequirement.
setPath(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskRequirementError
The path to the invalid taskRequirement.
setPath(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoNonTrivialLinearMaterialConsumptionError
The path of the material consumption.
setPath(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoNonTrivialLinearMaterialProductionError
The path of the material production.
setPath(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeclaredTaskParameterKeyError
The path of the object mentioning the undeclared task parameter key.
setPath(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedDeviceStateError
The path of the DtoDeviceState whose value contains '$'.
setPath(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobDependencyError
The path where the job is referenced.
setPath(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobSequenceError
The path where the job is referenced.
setPaths(String[]) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateIdError
The paths where the objects are defined.
setPaths(String[]) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateJobInSequencesError
The paths where the job is mentionend in sequences
setPaths(String[]) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateIdError
The paths where the objects are defined.
setPaths(String[]) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateJobInSequencesError
The paths where the job is mentionend in sequences
setPredecessor(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
the job that has to be finished or progressed enough.
setPredecessor(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobDependency
the job that has to be finished or progressed enough.
setPredecessorAnchor(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
specifies the go ahead point in time during setup or execution of the predecessor
setPredecessorAnchor(IDtoAbstractAllocationAnchor) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobDependency
specifies the go ahead point in time during setup or execution of the predecessor
setProcess(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Id of the process executed in this allocation.
setProcess(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Id of the process executed in this allocation.
setProcesses(IDtoProcess[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Details about the ways tasks can be executed
setProcesses(IDtoProcess[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Details about the ways tasks can be executed
setProcesses(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The different processes this Device can execute (OR).
setProcesses(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
The different processes this Device can execute (OR).
setProducedMaterials(IDtoMaterialProduction[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Quantities of materials that are generated by this job.
setProducedMaterials(IDtoMaterialProduction[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
Quantities of materials that are generated by this job.
setProducedMaterials(IDtoMaterialProduction[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
Quantities of materials that are generated by this job.
setProducedMaterials(IDtoMaterialProduction[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProductionJob
Quantities of materials that are generated by this job.
setProducedMaterials(IDtoTimedMaterialProduction[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The Material produced at some time during this allocation.
setProducedMaterials(IDtoTimedMaterialProduction[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The Material produced at some time during this allocation.
setProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoCyclicJobSequenceDependenciesJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientMaterialJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientTransportationJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMissingProcessJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMissingTransportationJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoNoDeviceForSequenceJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRelatedJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoUnfulfilledRequirementsJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoUnschedulableJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoCyclicJobSequenceDependenciesJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoInsufficientMaterialJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoInsufficientTransportationJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMissingProcessJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMissingTransportationJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoNoDeviceForSequenceJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRelatedJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoUnfulfilledRequirementsJobDisqualification
The ids of the disqualified jobs.
setProductionJobs(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoUnschedulableJobDisqualification
The ids of the disqualified jobs.
setProgress(double) - Method in class com.vernaio.kayros.engine.v2.api.DefaultMonitor
 
setProgress(double) - Method in interface com.vernaio.kayros.engine.v2.api.IMonitor
 
setQuantity(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolAvailability
Number of copies of this tool.
setQuantity(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolRequirement
The required quantity of the tool.
setQuantity(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolReservation
Number of reserved copies of this tool.
setQuantity(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolUsage
Used quantity of the tool.
setQuantity(Integer) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolAvailability
Number of copies of this tool.
setQuantity(Integer) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolRequirement
The required quantity of the tool.
setQuantity(Integer) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolReservation
Number of reserved copies of this tool.
setQuantity(Integer) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolUsage
Used quantity of the tool.
setQuantity(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialAvailability
Amount of material that is available.
setQuantity(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialConsumption
Amount of material that is required to run the job.
setQuantity(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialProduction
Amount of material that is produced by the job.
setQuantity(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialConsumption
Amount of material that is consumed
setQuantity(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialProduction
Amount of material that is produced
setQuantity(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialAvailability
Amount of material that is available.
setQuantity(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialConsumption
Amount of material that is required to run the job.
setQuantity(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialProduction
Amount of material that is produced by the job.
setQuantity(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimedMaterialConsumption
Amount of material that is consumed
setQuantity(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimedMaterialProduction
Amount of material that is produced
setReference(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDanglingReferenceError
The id (or other kind of reference) of a non existing object.
setReference(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDanglingReferenceError
The id (or other kind of reference) of a non existing object.
setRefType(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDanglingReferenceError
The type of the referenced object.
setRefType(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateIdError
The type of the referenced object.
setRefType(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDanglingReferenceError
The type of the referenced object.
setRefType(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateIdError
The type of the referenced object.
setRelation(IDtoAbstractJobRelation) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRelatedJobDisqualification
The reason why this job cannot reasonably be scheduled without the originator
setRelation(IDtoAbstractJobRelation) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRelatedJobDisqualification
The reason why this job cannot reasonably be scheduled without the originator
setReservations(IDtoDeviceReservation[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
Reserved times on this device.
setReservations(IDtoDeviceReservation[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
Reserved times on this device.
setReservations(IDtoOperatorReservation[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperator
times when this operator is not working with full attention.
setReservations(IDtoOperatorReservation[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperator
times when this operator is not working with full attention.
setReservations(IDtoToolReservation[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTool
When are how many of this tool NOT available.
setReservations(IDtoToolReservation[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTool
When are how many of this tool NOT available.
setRounds(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoEngineConfiguration
 
setRounds(Integer) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoEngineConfiguration
 
setRunCondition(IDtoRunCondition) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
RunCondition that will determine the cost/durations of run.
setRunCondition(IDtoRunCondition) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
RunCondition that will determine the cost/durations of run.
setRunCost(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total cost in production (after setup, before teardown).
setRunCost(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Cost of this job execution.
setRunCost(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The total cost in production (after setup, before teardown).
setRunCost(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
Cost of this job execution.
setRunCostModel(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Model for run cost of this process.
setRunCostModel(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
Model for run cost of this process.
setRunDuration(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total duration in production (after setup, before teardown).
setRunDuration(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
 
setRunDuration(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The total duration in production (after setup, before teardown).
setRunDuration(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
 
setRunDurationModel(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Model for run duration of this process.
setRunDurationModel(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
Model for run duration of this process.
setRunEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Finish production at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
setRunEnd(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Finish production at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
setRunExpenseCalculators(Map<UUID, IRunExpenseCalculator>) - Method in class com.vernaio.kayros.engine.v2.api.SchedulerPluginContext
 
setRunExpenseModels(IDtoAbstractRunExpenseModel[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Details about the run durations of processes depending on job and device information.
setRunExpenseModels(IDtoAbstractRunExpenseModel[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Details about the run durations of processes depending on job and device information.
setRunStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Start production at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
setRunStart(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Start production at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
setSequence(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoNoDeviceForSequenceJobDisqualification
The problematic jobSequence
setSequence(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoNoDeviceForSequenceJobDisqualification
The problematic jobSequence
setSequences(IDtoJobSequence[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobGraph
The jobSequences inside these jobs to be observed.
setSequences(IDtoJobSequence[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobGraph
The jobSequences inside these jobs to be observed.
setSetDefaultExpense(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
default cost or duration used to set values where no specific set valueExpense is given
setSetDefaultExpense(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicTransitionExpenseModel
default cost or duration used to set values where no specific set valueExpense is given
setSetupCost(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total cost in setup (before production).
setSetupCost(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The total cost in setup (before production).
setSetupCostModel(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The parameters for the default setup costs for this device.
setSetupCostModel(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
The parameters for the default setup costs for this device.
setSetupDeviceState(IDtoDeviceState) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The deviceState that is established at runStart and lasts at least until runEnd.
setSetupDeviceState(IDtoDeviceState) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
DeviceState that has to be set up before the start of run of this process.
setSetupDeviceState(IDtoDeviceState) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
The deviceState that is established at runStart and lasts at least until runEnd.
setSetupDeviceState(IDtoDeviceState) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
DeviceState that has to be set up before the start of run of this process.
setSetupDuration(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total duration in setup (before production).
setSetupDuration(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The total duration in setup (before production).
setSetupDurationModel(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The parameters for the default setup durations for this device.
setSetupDurationModel(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
The parameters for the default setup durations for this device.
setSetupEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Finish preparation of the needed deviceState at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
setSetupEnd(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Finish preparation of the needed deviceState at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
setSetupStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Start preparation of the needed deviceState at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
setSetupStart(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Start preparation of the needed deviceState at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
setSetValueExpenses(IDtoSingleAspectBasicValueTransitionExpense[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
cost or duration for setting specific values.
setSetValueExpenses(IDtoSingleAspectBasicValueTransitionExpense[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicTransitionExpenseModel
cost or duration for setting specific values.
setSkill(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorRequirement
ID of the required skill.
setSkill(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillUsage
ID of the used skill.
setSkill(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorRequirement
ID of the required skill.
setSkill(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSkillUsage
ID of the used skill.
setSkillRevocations(IDtoSkillRevocation[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperator
Times when this operator is not allowed to use some skills.
setSkillRevocations(IDtoSkillRevocation[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperator
Times when this operator is not allowed to use some skills.
setSkills(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorAvailability
List of skills that the operator gains for this stretch of time.
setSkills(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillRevocation
Skills that are not available to the enclosing operator.
setSkills(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorAvailability
List of skills that the operator gains for this stretch of time.
setSkills(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSkillRevocation
Skills that are not available to the enclosing operator.
setSkillUsages(IDtoSkillUsage[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The skills needed during some times by this allocation.
setSkillUsages(IDtoSkillUsage[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The skills needed during some times by this allocation.
setSlope(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearRunExpenseModel
 
setSlope(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearTransitionExpenseModel
Cost or duration for changing aspect value by 1.0
setSlope(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearRunExpenseModel
 
setSlope(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearTransitionExpenseModel
Cost or duration for changing aspect value by 1.0
setStart(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialConsumption
The consumed material will be removed linearly from the stock, starting at this time.
setStart(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialProduction
The generated material will be added to the stock linearly starting from this time.
setStart(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorRequirement
Skill is required from this time onwards.
setStart(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolRequirement
Tool is required from this time onwards.
setStart(IDtoAbstractAllocationAnchor) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialConsumption
The consumed material will be removed linearly from the stock, starting at this time.
setStart(IDtoAbstractAllocationAnchor) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialProduction
The generated material will be added to the stock linearly starting from this time.
setStart(IDtoAbstractAllocationAnchor) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorRequirement
Skill is required from this time onwards.
setStart(IDtoAbstractAllocationAnchor) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolRequirement
Tool is required from this time onwards.
setStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceAvailability
Start of the availability (start smaller than end).
setStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceReservation
Start of the reservation (start smaller than end).
setStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorAvailability
From this time...
setStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorReservation
from this time...
setStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillRevocation
from this time...
setStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillUsage
Attention on skill is used from this time onwards.
setStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialConsumption
The material is consumed linearly starting at this time.
setStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialProduction
The material is produced linearly starting at this time.
setStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolAvailability
From this time...
setStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolReservation
From this time...
setStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolUsage
Tool-quantity is used from this time onwards.
setStart(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceAvailability
Start of the availability (start smaller than end).
setStart(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceReservation
Start of the reservation (start smaller than end).
setStart(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorAvailability
From this time...
setStart(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoOperatorReservation
from this time...
setStart(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSkillRevocation
from this time...
setStart(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSkillUsage
Attention on skill is used from this time onwards.
setStart(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimedMaterialConsumption
The material is consumed linearly starting at this time.
setStart(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimedMaterialProduction
The material is produced linearly starting at this time.
setStart(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolAvailability
From this time...
setStart(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolReservation
From this time...
setStart(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoToolUsage
Tool-quantity is used from this time onwards.
setStart(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimingError
the declared start timing (DtoAbstractTiming)
setStart(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimingError
the declared start timing (DtoAbstractTiming)
setState(SchedulerState) - Method in class com.vernaio.kayros.engine.v2.api.DefaultMonitor
 
setState(SchedulerState) - Method in interface com.vernaio.kayros.engine.v2.api.IMonitor
 
setSuccessor(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
the job that depends on predecessor.
setSuccessor(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobDependency
the job that depends on predecessor.
setSuccessorAnchor(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
specifies the time in successor that has to be after or at predecessorTime + max(minimalBuffer, transportation)
setSuccessorAnchor(IDtoAbstractAllocationAnchor) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoJobDependency
specifies the time in successor that has to be after or at predecessorTime + max(minimalBuffer, transportation)
setSummands(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumRunExpenseModel
 
setSummands(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumTransitionExpenseModel
 
setSummands(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSumRunExpenseModel
 
setSummands(String[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSumTransitionExpenseModel
 
setTask(IDtoTaskRequirement) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
Details about the task that must be run to complete this job.
setTask(IDtoTaskRequirement) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProductionJob
Details about the task that must be run to complete this job.
setTask(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Task that this process will execute.
setTask(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskRequirement
 
setTask(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
Task that this process will execute.
setTask(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskRequirement
 
setTask(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The id of the task this taskRequirement needs to fit.
setTask(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeclaredTaskParameterKeyError
The id of the task the object is refering to.
setTask(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskRequirementError
The id of the task this taskRequirement needs to fit.
setTask(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeclaredTaskParameterKeyError
The id of the task the object is refering to.
setTasks(IDtoTask[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
All tasks that could possibly be required or possible to execute
setTasks(IDtoTask[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
All tasks that could possibly be required or possible to execute
setTeardownCost(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total cost in teardown (after production).
setTeardownCost(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The total cost in teardown (after production).
setTeardownCostModel(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The parameters for the default teardown costs for this device.
setTeardownCostModel(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
The parameters for the default teardown costs for this device.
setTeardownDeviceState(IDtoDeviceState) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The deviceState that needs to be established after runEnd.
setTeardownDeviceState(IDtoDeviceState) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
DeviceState that has to be set up after the end of run.
setTeardownDeviceState(IDtoDeviceState) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
The deviceState that needs to be established after runEnd.
setTeardownDeviceState(IDtoDeviceState) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
DeviceState that has to be set up after the end of run.
setTeardownDuration(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total duration in teardown (after production).
setTeardownDuration(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The total duration in teardown (after production).
setTeardownDurationModel(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The parameters for the default teardown durations for this device.
setTeardownDurationModel(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDevice
The parameters for the default teardown durations for this device.
setTeardownEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Finish preparation of teardownDeviceState after run at this time (teardownEnd greater or equal teardownStart equal to runEnd greater than runStart equal to setupEnd greater or equal setupStart).
setTeardownEnd(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Finish preparation of teardownDeviceState after run at this time (teardownEnd greater or equal teardownStart equal to runEnd greater than runStart equal to setupEnd greater or equal setupStart).
setTeardownStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Start preparation of teardownDeviceState after run at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
setTeardownStart(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
Start preparation of teardownDeviceState after run at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
setThreadCount(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoEngineConfiguration
Number of threads that the engine may use in parallel.
setThreadCount(Integer) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoEngineConfiguration
Number of threads that the engine may use in parallel.
setTime(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialAvailability
Time of delivery.
setTime(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaterialAvailability
Time of delivery.
setTimeBoundaries(IDtoTimeBoundary[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
Constraints on some times inside this job, like an earliest start time or a latest end time.
setTimeBoundaries(IDtoTimeBoundary[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProductionJob
Constraints on some times inside this job, like an earliest start time or a latest end time.
setTo(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
Id of the device of the successor.
setTo(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTransportation
Id of the device of the successor.
setToolRequirements(IDtoToolRequirement[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Tools that this allocation blocks.
setToolRequirements(IDtoToolRequirement[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Details of the tools that are required if you execute this process.
setToolRequirements(IDtoToolRequirement[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
Tools that this allocation blocks.
setToolRequirements(IDtoToolRequirement[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProcess
Details of the tools that are required if you execute this process.
setTools(IDtoTool[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Optional informations about tools required to execute processes.
setTools(IDtoTool[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Optional informations about tools required to execute processes.
setToolUsages(IDtoToolUsage[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The tools needed during some times by this allocation.
setToolUsages(IDtoToolUsage[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocation
The tools needed during some times by this allocation.
setTransitionExpenseCalculators(Map<UUID, ITransitionExpenseCalculator>) - Method in class com.vernaio.kayros.engine.v2.api.SchedulerPluginContext
 
setTransitionExpenseModels(IDtoAbstractTransitionExpenseModel[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Details about the transition durations and costs from one deviceState to another (used in setup and teardown).
setTransitionExpenseModels(IDtoAbstractTransitionExpenseModel[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Details about the transition durations and costs from one deviceState to another (used in setup and teardown).
setTransportationCost(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocationDependency
The cost arising in transport form the predecessor allocation to the successor.
setTransportationCost(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocationDependency
The cost arising in transport form the predecessor allocation to the successor.
setTransportationDuration(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocationDependency
The duration spent in transport form the predecessor allocation to the successor.
setTransportationDuration(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAllocationDependency
The duration spent in transport form the predecessor allocation to the successor.
setTransportations(IDtoTransportation[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Allowed transportations.
setTransportations(IDtoTransportation[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSchedulingTaskParameters
Allowed transportations.
setType(IDtoAbstractDeviceStateAspectType) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspect
The type of this aspect/dimension.
setType(IDtoAbstractDeviceStateAspectType) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspectDeclaration
 
setType(IDtoAbstractDeviceStateAspectType) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceStateAspect
The type of this aspect/dimension.
setType(IDtoAbstractDeviceStateAspectType) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceStateAspectDeclaration
 
setType(IDtoAbstractRunConditionAspectType) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunConditionAspect
The type of this aspect/dimension.
setType(IDtoAbstractRunConditionAspectType) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRunConditionAspect
The type of this aspect/dimension.
setType(IDtoAbstractTaskParameterType) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterDeclaration
 
setType(IDtoAbstractTaskParameterType) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskParameterDeclaration
 
setUndeclaredKey(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeclaredTaskParameterKeyError
The key mentionend in the object's value, not declared in task.
setUndeclaredKey(String) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeclaredTaskParameterKeyError
The key mentionend in the object's value, not declared in task.
setUnknownKeys(String[]) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The keys of the taskParameters that are required here but not declared in the task.
setUnknownKeys(String[]) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskRequirementError
The keys of the taskParameters that are required here but not declared in the task.
setUpperBound(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimeBoundary
If the referenced time is after this upperBound, the job counts as a late job.
setUpperBound(Long) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTimeBoundary
If the referenced time is after this upperBound, the job counts as a late job.
setValue(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantRunExpenseModel
 
setValue(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantTransitionExpenseModel
 
setValue(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoConstantRunExpenseModel
 
setValue(Double) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoConstantTransitionExpenseModel
 
setValue(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoCapacityRequirement
Used capacity.
setValue(Integer) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoCapacityRequirement
Used capacity.
setValue(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspect
The value of the deviceState in this aspect/dimension.
setValue(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunConditionAspect
The value of the run condition in this aspect/dimension.
setValue(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameter
Value of the property.
setValue(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterEqualityJobRequirement
The value of this taskParameter.
setValue(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDeviceStateAspect
The value of the deviceState in this aspect/dimension.
setValue(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRunConditionAspect
The value of the run condition in this aspect/dimension.
setValue(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskParameter
Value of the property.
setValue(String) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskParameterEqualityJobRequirement
The value of this taskParameter.
setValueExpenses(IDtoSingleAspectBasicValueRunExpense[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicRunExpenseModel
cost or duration for specific values.
setValueExpenses(IDtoSingleAspectBasicValueRunExpense[]) - Method in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicRunExpenseModel
cost or duration for specific values.
setWrongTypeKeys(String[]) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The keys of the taskParameters that are declared as float in task but aacnnot be parsed by Double.valueOf().
setWrongTypeKeys(String[]) - Method in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskRequirementError
The keys of the taskParameters that are declared as float in task but aacnnot be parsed by Double.valueOf().
STARTED - Enum constant in enum class com.vernaio.kayros.engine.v2.api.SchedulerState
 
SUCCESS - Enum constant in enum class com.vernaio.kayros.engine.v2.api.SchedulerState
 

T

TOTAL_TARDINESS - Enum constant in enum class com.vernaio.kayros.engine.v2.api.dto.DtoDueDateObjective
 

V

valueOf(String) - Static method in enum class com.vernaio.kayros.engine.v2.api.dto.DtoDueDateObjective
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vernaio.kayros.engine.v2.api.SchedulerState
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vernaio.kayros.engine.v2.api.dto.DtoDueDateObjective
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vernaio.kayros.engine.v2.api.SchedulerState
Returns an array containing the constants of this enum class, in the order they are declared.

W

withAllocationPredecessor(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocationDependency
Id of a result allocation that this depends on.
withAllocations(IDtoAllocation[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskResult
Allocations for all selected jobs that could be produced.
withAnchor(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The fixed point in the execution of this fixedJob.
withAnchor(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimeBoundary
The time during the realization of the job that may not be chosen freely.
withAnchorTime(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Fix the anchor to this time.
withArgument(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearRunExpenseModel
key of a numerical run condition aspect
withArgument(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearTransitionExpenseModel
Key of a numeric device state aspect.
withArguments(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaximumTransitionExpenseModel
 
withAspect(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicRunExpenseModel
aspect of the run condition that generates cost or duration
withAspect(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
aspect of the device state that generates cost or duration
withAspects(IDtoDeviceStateAspect[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceState
The different dimensions that make up a deviceState.
withAspects(IDtoRunConditionAspect[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunCondition
The different dimensions that make up a runCondition.
withAspectValue(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueRunExpense
The value of a runConditionAspect.
withAspectValue(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueTransitionExpense
The value of a deviceStateAspect.
withAttention(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorAvailability
Total attention that the operator gains for this stretch of time.
withAttention(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorRequirement
Attention required on this skill (in sum by some operators) to run the process.
withAttention(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorReservation
Attention that is removed from the enclosing operator.
withAttention(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillUsage
Attention used on that skill (sum over operators).
withAvailabilities(IDtoDeviceAvailability[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
Available times on this device.
withAvailabilities(IDtoMaterialAvailability[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterial
 
withAvailabilities(IDtoOperatorAvailability[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperator
Positive list of when this operator is available, with how much attention and on what skills.
withAvailabilities(IDtoToolAvailability[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTool
When are how many of this tool available.
withCalculatorPlugin(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginRunExpenseModel
The uuid of a given implementation of IRunExpenseCalculator.
withCalculatorPlugin(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginTransitionExpenseModel
The uuid of a given implementation of ITransitionExpenseCalculator.
withCapacity(IDtoDeviceCapacity) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
If/with how much capacity the device can run its available processes in parallel.
withCapacityRequirement(IDtoCapacityRequirement) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The capacity that this job blocks (if the device has capacity).
withCapacityRequirement(IDtoCapacityRequirement) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
The capacity that this job blocks (if the device has a capacity).
withClearDefaultExpense(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
default cost or duration used to clear values where no specific clear valueExpense is given
withClearValueExpenses(IDtoSingleAspectBasicValueTransitionExpense[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
cost or duration for clearing specific values.
withConsumedMaterials(IDtoMaterialConsumption[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
Quantities of materials that are consumed by this job.
withConsumedMaterials(IDtoTimedMaterialConsumption[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The Material produced at some time during this allocation.
withCost(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
Cost of this transportation.
withCycle(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoCyclicJobSequenceDependenciesJobDisqualification
The cycle as a sequence of sequenceIds, to be read as 'some job in sequence S1 is predecessor of some job in sequence S2', etc.
withCycle(String[]) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoCyclicJobDependenciesError
the job ids in the cycle
withDefaultExpense(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicRunExpenseModel
default cost or duration where no specific valueExpense is given
withDependencies(IDtoAllocationDependency[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
All allocations that this allocation directly depends on.
withDependencies(IDtoJobDependency[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobGraph
The dependencies among these jobs (productionJobs and/or fixedJobs) to be observed.
withDevice(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Id of the device used by this allocation.
withDevice(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The device on which this job runs.
withDevices(IDtoDevice[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Details about the devices that are available to run processes
withDeviceStateDeclaration(IDtoDeviceStateAspectDeclaration[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The deviceStateAspects of this devices, including initial values.
withDisqualifiedJobs(IDtoAbstractJobDisqualification[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskResult
Jobs that were selected for production, but could not be produced because some requirement could not be met.
withDueDateObjective(DtoDueDateObjective) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
how you want to optimize due date fulfillment
withDuplicateKeys(String[]) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The keys of the taskParameters that are required multiple times.
withDuration(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
Duration of this transportation.
withEarliestStartTime(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
All result allocations will start no earlier than this time.
withEnd(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialConsumption
The consumed material will be removed linearly from the stock, ending at this time.
withEnd(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialProduction
The generated material will be added to the stock linearly until this time.
withEnd(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorRequirement
Skill is required until this time.
withEnd(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolRequirement
Tool is required until this time.
withEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceAvailability
End of the availability (start smaller than end).
withEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceReservation
End of the reservation (start smaller than end).
withEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorAvailability
...until this time (end greater than start).
withEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorReservation
...until this time (end greater than start)
withEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillRevocation
...until this time (end greater than start)
withEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillUsage
Attention on skill is used until this time.
withEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialConsumption
The material is consumed linearly ending at this time..
withEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialProduction
The material is produced linearly ending at this time.
withEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolAvailability
...
withEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolReservation
...until this time (end greater than start).
withEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolUsage
Tool-quantity is used until this time.
withEnd(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimingError
the declared end timing (DtoAbstractTiming)
withEngineConfiguration(IDtoEngineConfiguration) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
 
withExpense(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueRunExpense
The cost or duration associated with this aspectValue.
withExpense(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicValueTransitionExpense
The cost or duration associated with setting or clearing this aspectValue.
withFixedJob(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedSetupStartInFixedJobError
The id of the DtoFixedJob with undetermined setupStart.
withFixedJob(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedTeardownEndInFixedJobError
The id of the DtoFixedJob with undetermined teardownEnd.
withFrom(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
Id of the device of the predecessor.
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJob
Unique identifier among all DtoAbstractJobs.
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractTransitionExpenseModel
 
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Unique identifier among all DtoAllocations.
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantTransitionExpenseModel
 
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
 
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceReservation
Unique identifier among all DtoDeviceReservation
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Unique identifier among all DtoAbstractJobs.
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobSequence
Id of this sequence (to reference in disqualifications or exceptions), must be unique in the context of all sequences.
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterial
Name of the available material; unique identifier among all DtoMaterial.
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaximumTransitionExpenseModel
 
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperator
Unique identifier among all DtoOperator.
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoPluginTransitionExpenseModel
 
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Unique Id of the process.
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
Unique identifier among all DtoAbstractJobs.
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
 
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearTransitionExpenseModel
 
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumRunExpenseModel
Unique identifier amoung all DtoAbstractRunExpenseModels.
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumTransitionExpenseModel
 
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTask
Unique Id of the task.
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTool
Unique identifier among all DtoTool.
withId(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
Unique identifier among all DtoTransportation
withId(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateIdError
The id (or other kind of reference) that is assigned to multiple objects of the same type.
withInitialValue(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspectDeclaration
The initial value of this aspect at earliestStartTime; This will be used for the setup-calculation of the first allocation.
withInterruptible(Boolean) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The allocation for this is allowed to be paused during reservations (during setup, run and teardown) and will resume afterwards.
withInterruptible(Boolean) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
This is allowed to be paused during reservations (during setup, run and teardown) and will resume afterwards.
withJob(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Id of the production job that is produced in this allocation.
withJobGraphs(IDtoJobGraph[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Details about what needs to be scheduled.
withJobId(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateJobInSequencesError
the duplicate jobId.
withJobId(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobDependencyError
The id of the job that is not in the graph.
withJobId(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobSequenceError
The id of the job that is not a productionJob of the graph.
withJobRequirements(IDtoAbstractJobRequirement[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Only jobs that fulfil all these requirements can use this process.
withJobs(IDtoAbstractJob[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobGraph
Fixed jobs (already scheduled) and production jobs that should be scheduled as far as possible
withJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobSequence
These job need to happen in this sequence on one device.
withKey(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspect
The name of this aspect/dimension.
withKey(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspectDeclaration
 
withKey(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunConditionAspect
The name of this aspect/dimension.
withKey(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameter
Name of the property.
withKey(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterDeclaration
 
withKey(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterEqualityJobRequirement
name of a field
withKind(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTool
The kind of this tool.
withKind(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolRequirement
Kind of the required tool.
withKind(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolUsage
Kind of the used tool.
withLowerBound(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimeBoundary
The referenced time may only be after this lowerBound.
withMaterial(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientMaterialJobDisqualification
the problematic material.
withMaterial(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialConsumption
Name of the material that is required to run the job
withMaterial(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialProduction
Name of the material that is produced by the job
withMaterial(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialConsumption
Name of the material that is consumed
withMaterial(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialProduction
Name of the material that is produced
withMaterials(IDtoMaterial[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Optional informations about raw and (partially) processed materials.
withMaximalBuffer(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
Upper bound on the duration between predecessorTime and successorTime for successor to be considered on time, i.e.
withMaximalValue(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceCapacity
Maximal capacity (at all times, sum over all needed capacities of all executed jobs must be smaller or equal to this).
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoAbstractError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoConflictingTaskParameterDeclarationsError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoCyclicJobDependenciesError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDanglingReferenceError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateIdError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateJobInSequencesError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInternalEngineFailureError
The message of the original error.
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidAnchorTimeInFixedJobError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimeError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimingError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskParameterEqualityJobRequirementError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoJsonParseFailureError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialConsumptionError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialProductionError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeclaredTaskParameterKeyError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedDeviceStateError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedSetupStartInFixedJobError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedTeardownEndInFixedJobError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobDependencyError
 
withMessage(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobSequenceError
 
withMinimalBuffer(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
Lower bound on the duration between predecessorTime and successorTime
withMissingKeys(String[]) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The keys of the taskParameters that are not required here but are declared in the task.
withObjectType(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimeError
The type of the object.
withOffset(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearRunExpenseModel
 
withOffset(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearTransitionExpenseModel
Cost or duration regradless of any change of the aspect value
withOperatorRequirements(IDtoOperatorRequirement[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Skills of operators that this allocation needs.
withOperatorRequirements(IDtoOperatorRequirement[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Details of the operators skill and attention that are required if you execute this process.
withOperators(IDtoOperator[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Optional informations about operators required to execute processes.
withOptionalPredecessorJob(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedTeardownEndInFixedJobError
The id of the DtoFixedJob that determines the deviceState before fixedJob (maximal teardownEnd before fixedJOb.setupStart, minimal id).
withOriginator(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRelatedJobDisqualification
The id of an originally disqualified job that this job cannot be qualified without
withParameter(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoConflictingTaskParameterDeclarationsError
The key of the parameter that has multiple declarations.
withParameters(IDtoTaskParameter[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskRequirement
Specifies how the task should run.
withParameters(IDtoTaskParameterDeclaration[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTask
The different parameters that this task has.
withPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoConflictingTaskParameterDeclarationsError
The path of the task that has multiple declarations for one parameter.
withPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoCyclicJobDependenciesError
the path to the jobGraph whose dependencies contain the cycle
withPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDanglingReferenceError
The path where the object is referenced.
withPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidAnchorTimeInFixedJobError
The path of the DtoFixedJob with invalid anchorTime.
withPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimeError
The path of the object with invalid start/end time.
withPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimingError
The path of the object that has an invalid startTime/endTime combination
withPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskParameterEqualityJobRequirementError
The path to the invalid jobRequirement.
withPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The path to the invalid taskRequirement.
withPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialConsumptionError
The path of the material consumption.
withPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoNonTrivialLinearMaterialProductionError
The path of the material production.
withPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeclaredTaskParameterKeyError
The path of the object mentioning the undeclared task parameter key.
withPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedDeviceStateError
The path of the DtoDeviceState whose value contains '$'.
withPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobDependencyError
The path where the job is referenced.
withPath(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobSequenceError
The path where the job is referenced.
withPaths(String[]) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateIdError
The paths where the objects are defined.
withPaths(String[]) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateJobInSequencesError
The paths where the job is mentionend in sequences
withPredecessor(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
the job that has to be finished or progressed enough.
withPredecessorAnchor(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
specifies the go ahead point in time during setup or execution of the predecessor
withProcess(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Id of the process executed in this allocation.
withProcesses(IDtoProcess[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Details about the ways tasks can be executed
withProcesses(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The different processes this Device can execute (OR).
withProducedMaterials(IDtoMaterialProduction[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Quantities of materials that are generated by this job.
withProducedMaterials(IDtoMaterialProduction[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
Quantities of materials that are generated by this job.
withProducedMaterials(IDtoTimedMaterialProduction[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The Material produced at some time during this allocation.
withProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAbstractJobDisqualification
The ids of the disqualified jobs.
withProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoCyclicJobSequenceDependenciesJobDisqualification
The ids of the disqualified jobs.
withProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientMaterialJobDisqualification
The ids of the disqualified jobs.
withProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoInsufficientTransportationJobDisqualification
The ids of the disqualified jobs.
withProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMissingProcessJobDisqualification
The ids of the disqualified jobs.
withProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMissingTransportationJobDisqualification
The ids of the disqualified jobs.
withProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoNoDeviceForSequenceJobDisqualification
The ids of the disqualified jobs.
withProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRelatedJobDisqualification
The ids of the disqualified jobs.
withProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoUnfulfilledRequirementsJobDisqualification
The ids of the disqualified jobs.
withProductionJobs(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoUnschedulableJobDisqualification
The ids of the disqualified jobs.
withQuantity(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolAvailability
Number of copies of this tool.
withQuantity(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolRequirement
The required quantity of the tool.
withQuantity(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolReservation
Number of reserved copies of this tool.
withQuantity(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolUsage
Used quantity of the tool.
withQuantity(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialAvailability
Amount of material that is available.
withQuantity(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialConsumption
Amount of material that is required to run the job.
withQuantity(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialProduction
Amount of material that is produced by the job.
withQuantity(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialConsumption
Amount of material that is consumed
withQuantity(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialProduction
Amount of material that is produced
withReference(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDanglingReferenceError
The id (or other kind of reference) of a non existing object.
withRefType(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDanglingReferenceError
The type of the referenced object.
withRefType(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoDuplicateIdError
The type of the referenced object.
withRelation(IDtoAbstractJobRelation) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRelatedJobDisqualification
The reason why this job cannot reasonably be scheduled without the originator
withReservations(IDtoDeviceReservation[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
Reserved times on this device.
withReservations(IDtoOperatorReservation[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperator
times when this operator is not working with full attention.
withReservations(IDtoToolReservation[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTool
When are how many of this tool NOT available.
withRounds(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoEngineConfiguration
 
withRunCondition(IDtoRunCondition) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
RunCondition that will determine the cost/durations of run.
withRunCost(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total cost in production (after setup, before teardown).
withRunCost(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Cost of this job execution.
withRunCostModel(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Model for run cost of this process.
withRunDuration(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total duration in production (after setup, before teardown).
withRunDuration(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
 
withRunDurationModel(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Model for run duration of this process.
withRunEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Finish production at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
withRunExpenseModels(IDtoAbstractRunExpenseModel[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Details about the run durations of processes depending on job and device information.
withRunStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Start production at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
withSequence(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoNoDeviceForSequenceJobDisqualification
The problematic jobSequence
withSequences(IDtoJobSequence[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobGraph
The jobSequences inside these jobs to be observed.
withSetDefaultExpense(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
default cost or duration used to set values where no specific set valueExpense is given
withSetupCost(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total cost in setup (before production).
withSetupCostModel(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The parameters for the default setup costs for this device.
withSetupDeviceState(IDtoDeviceState) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The deviceState that is established at runStart and lasts at least until runEnd.
withSetupDeviceState(IDtoDeviceState) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
DeviceState that has to be set up before the start of run of this process.
withSetupDuration(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total duration in setup (before production).
withSetupDurationModel(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The parameters for the default setup durations for this device.
withSetupEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Finish preparation of the needed deviceState at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
withSetupStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Start preparation of the needed deviceState at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
withSetValueExpenses(IDtoSingleAspectBasicValueTransitionExpense[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicTransitionExpenseModel
cost or duration for setting specific values.
withSkill(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorRequirement
ID of the required skill.
withSkill(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillUsage
ID of the used skill.
withSkillRevocations(IDtoSkillRevocation[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperator
Times when this operator is not allowed to use some skills.
withSkills(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorAvailability
List of skills that the operator gains for this stretch of time.
withSkills(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillRevocation
Skills that are not available to the enclosing operator.
withSkillUsages(IDtoSkillUsage[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The skills needed during some times by this allocation.
withSlope(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearRunExpenseModel
 
withSlope(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectLinearTransitionExpenseModel
Cost or duration for changing aspect value by 1.0
withStart(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialConsumption
The consumed material will be removed linearly from the stock, starting at this time.
withStart(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialProduction
The generated material will be added to the stock linearly starting from this time.
withStart(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorRequirement
Skill is required from this time onwards.
withStart(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolRequirement
Tool is required from this time onwards.
withStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceAvailability
Start of the availability (start smaller than end).
withStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceReservation
Start of the reservation (start smaller than end).
withStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorAvailability
From this time...
withStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoOperatorReservation
from this time...
withStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillRevocation
from this time...
withStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSkillUsage
Attention on skill is used from this time onwards.
withStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialConsumption
The material is consumed linearly starting at this time.
withStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimedMaterialProduction
The material is produced linearly starting at this time.
withStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolAvailability
From this time...
withStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolReservation
From this time...
withStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoToolUsage
Tool-quantity is used from this time onwards.
withStart(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidStartAndEndTimingError
the declared start timing (DtoAbstractTiming)
withSuccessor(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
the job that depends on predecessor.
withSuccessorAnchor(IDtoAbstractAllocationAnchor) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoJobDependency
specifies the time in successor that has to be after or at predecessorTime + max(minimalBuffer, transportation)
withSummands(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumRunExpenseModel
 
withSummands(String[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSumTransitionExpenseModel
 
withTask(IDtoTaskRequirement) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
Details about the task that must be run to complete this job.
withTask(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Task that this process will execute.
withTask(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskRequirement
 
withTask(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The id of the task this taskRequirement needs to fit.
withTask(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeclaredTaskParameterKeyError
The id of the task the object is refering to.
withTasks(IDtoTask[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
All tasks that could possibly be required or possible to execute
withTeardownCost(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total cost in teardown (after production).
withTeardownCostModel(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The parameters for the default teardown costs for this device.
withTeardownDeviceState(IDtoDeviceState) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
The deviceState that needs to be established after runEnd.
withTeardownDeviceState(IDtoDeviceState) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
DeviceState that has to be set up after the end of run.
withTeardownDuration(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The total duration in teardown (after production).
withTeardownDurationModel(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDevice
The parameters for the default teardown durations for this device.
withTeardownEnd(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Finish preparation of teardownDeviceState after run at this time (teardownEnd greater or equal teardownStart equal to runEnd greater than runStart equal to setupEnd greater or equal setupStart).
withTeardownStart(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
Start preparation of teardownDeviceState after run at this time (TeardownEnd >= TeardownStart = RunEnd > RunStart = SetupEnd >= SetupStart).
withThreadCount(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoEngineConfiguration
Number of threads that the engine may use in parallel.
withTime(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoMaterialAvailability
Time of delivery.
withTimeBoundaries(IDtoTimeBoundary[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProductionJob
Constraints on some times inside this job, like an earliest start time or a latest end time.
withTo(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTransportation
Id of the device of the successor.
withToolRequirements(IDtoToolRequirement[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoFixedJob
Tools that this allocation blocks.
withToolRequirements(IDtoToolRequirement[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoProcess
Details of the tools that are required if you execute this process.
withTools(IDtoTool[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Optional informations about tools required to execute processes.
withToolUsages(IDtoToolUsage[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocation
The tools needed during some times by this allocation.
withTransitionExpenseModels(IDtoAbstractTransitionExpenseModel[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Details about the transition durations and costs from one deviceState to another (used in setup and teardown).
withTransportationCost(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocationDependency
The cost arising in transport form the predecessor allocation to the successor.
withTransportationDuration(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoAllocationDependency
The duration spent in transport form the predecessor allocation to the successor.
withTransportations(IDtoTransportation[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSchedulingTaskParameters
Allowed transportations.
withType(IDtoAbstractDeviceStateAspectType) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspect
The type of this aspect/dimension.
withType(IDtoAbstractDeviceStateAspectType) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspectDeclaration
 
withType(IDtoAbstractRunConditionAspectType) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunConditionAspect
The type of this aspect/dimension.
withType(IDtoAbstractTaskParameterType) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterDeclaration
 
withUndeclaredKey(String) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoUndeclaredTaskParameterKeyError
The key mentionend in the object's value, not declared in task.
withUnknownKeys(String[]) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The keys of the taskParameters that are required here but not declared in the task.
withUpperBound(Long) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTimeBoundary
If the referenced time is after this upperBound, the job counts as a late job.
withValue(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantRunExpenseModel
 
withValue(Double) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoConstantTransitionExpenseModel
 
withValue(Integer) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoCapacityRequirement
Used capacity.
withValue(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoDeviceStateAspect
The value of the deviceState in this aspect/dimension.
withValue(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoRunConditionAspect
The value of the run condition in this aspect/dimension.
withValue(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameter
Value of the property.
withValue(String) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameterEqualityJobRequirement
The value of this taskParameter.
withValueExpenses(IDtoSingleAspectBasicValueRunExpense[]) - Method in class com.vernaio.kayros.engine.v2.api.dto.DtoSingleAspectBasicRunExpenseModel
cost or duration for specific values.
withWrongTypeKeys(String[]) - Method in class com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidTaskRequirementError
The keys of the taskParameters that are declared as float in task but aacnnot be parsed by Double.valueOf().

_

_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractAllocationAnchor
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractDeviceStateAspectType
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractJob
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractJobDisqualification
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractJobRelation
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractJobRequirement
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractRunConditionAspectType
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractRunExpenseModel
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractTaskParameterType
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoAbstractTransitionExpenseModel
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoBooleanDeviceStateAspectType
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoBooleanRunConditionAspectType
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoBooleanTaskParameterType
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoConstantRunExpenseModel
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoConstantTransitionExpenseModel
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoCyclicJobSequenceDependenciesJobDisqualification
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoDependencyJobRelation
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFixedJob
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFloatDeviceStateAspectType
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFloatRunConditionAspectType
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoFloatTaskParameterType
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoInsufficientMaterialJobDisqualification
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoInsufficientTransportationJobDisqualification
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMaximumTransitionExpenseModel
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMissingProcessJobDisqualification
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoMissingTransportationJobDisqualification
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoNoDeviceForSequenceJobDisqualification
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoPluginRunExpenseModel
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoPluginTransitionExpenseModel
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoProductionJob
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRelatedJobDisqualification
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRunEndAllocationAnchor
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoRunStartAllocationAnchor
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSequenceJobRelation
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSetupEndAllocationAnchor
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSetupStartAllocationAnchor
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicRunExpenseModel
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectBasicTransitionExpenseModel
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearRunExpenseModel
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSingleAspectLinearTransitionExpenseModel
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoStringDeviceStateAspectType
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoStringRunConditionAspectType
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoStringTaskParameterType
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSumRunExpenseModel
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoSumTransitionExpenseModel
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTaskParameterEqualityJobRequirement
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTeardownEndAllocationAnchor
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoTeardownStartAllocationAnchor
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoUnfulfilledRequirementsJobDisqualification
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.api.dto.IDtoUnschedulableJobDisqualification
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoAbstractError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoConflictingTaskParameterDeclarationsError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoCyclicJobDependenciesError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDanglingReferenceError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateIdError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoDuplicateJobInSequencesError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInternalEngineFailureError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidAnchorTimeInFixedJobError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimeError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidStartAndEndTimingError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskParameterEqualityJobRequirementError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidTaskRequirementError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoJsonParseFailureError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoNonTrivialLinearMaterialConsumptionError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoNonTrivialLinearMaterialProductionError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeclaredTaskParameterKeyError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedDeviceStateError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedSetupStartInFixedJobError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedTeardownEndInFixedJobError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobDependencyError
 
_DISCRIMINATOR_TYPE_NAME - Static variable in interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobSequenceError
 
C D E F G H I N P R S T V W _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form