Click or drag to resize
SwapConstraint Class
Trida reprezentujici podminku, kterou si vynucuji konflikty vymeny vrcholu.
Inheritance Hierarchy
SystemObject
  MAPFsimulatorConstraint
    MAPFsimulatorSwapConstraint

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

The SwapConstraint type exposes the following members.

Constructors
  NameDescription
Public methodSwapConstraint
Vytvori nove omezeni. Agent agentID nesmi prejizdet v case time z vrcholu moveFrom do vrcholu vertex.
Top
Properties
  NameDescription
Public propertyagentID (Inherited from Constraint.)
Public propertyduration (Inherited from Constraint.)
Public propertymoveFrom
Public propertytime (Inherited from Constraint.)
Public propertyvertex (Inherited from Constraint.)
Top
Methods
  NameDescription
Public methodEquals (Overrides ConstraintEquals(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 ConstraintGetHashCode.)
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 stejnych vrcholech vrcholu a ve stejny cas.
Public operatorStatic memberInequality
Top
See Also