Click or drag to resize
TestConstraint Class
Omezeni pouzivane pouze v ramci algoritmu A* - umoznuje rychle eliminovat kandidaty na nasledniky vrcholu.
Inheritance Hierarchy
SystemObject
  MAPFsimulatorConstraint
    MAPFsimulatorTestConstraint

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

The TestConstraint type exposes the following members.

Constructors
  NameDescription
Public methodTestConstraint
Initializes a new instance of the TestConstraint class
Top
Properties
  NameDescription
Public propertyagentID (Inherited from Constraint.)
Public propertyduration (Inherited from Constraint.)
Public propertytime (Inherited from Constraint.)
Public propertyvertex (Inherited from Constraint.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Constraint.)
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 (Inherited from Constraint.)
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
See Also