Click or drag to resize
Constraint Class
Trida reprezentujici podminku, kterou si vynucuji vrcholove (a k-delay) konflikty.
Inheritance Hierarchy
SystemObject
  MAPFsimulatorConstraint
    MAPFsimulatorSwapConstraint
    MAPFsimulatorTestConstraint

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
internal class Constraint

The Constraint type exposes the following members.

Constructors
  NameDescription
Public methodConstraint
Vytvori nove omezeni. Agent agentID nesmi byt pritomen ve vrcholu vertex v casovem intervalu [time, time+duration].
Top
Properties
  NameDescription
Public propertyagentID
Public propertyduration
Public propertytime
Public propertyvertex
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Dve omezeni se rovnaji, pokud se tykaji stejnych agentu, ve stejnem vrcholu, ve stejny cas a trvaji stejnou dobu.
Public operatorStatic memberInequality
Top
See Also