Click or drag to resize
SwapConflict Class
Trida reprezentujici konflikt vymeny vrcholu Tento konflikt je odvozen od vrcholoveho konfliktu (trida Conflict), navic pridavame informaci o predchudci vrcholu vertex.
Inheritance Hierarchy
SystemObject
  MAPFsimulatorConflict
    MAPFsimulatorSwapConflict

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

The SwapConflict type exposes the following members.

Constructors
  NameDescription
Public methodSwapConflict
Initializes a new instance of the SwapConflict class
Top
Properties
  NameDescription
Public propertyagentID1 (Inherited from Conflict.)
Public propertyagentID2 (Inherited from Conflict.)
Public propertyduration (Inherited from Conflict.)
Public propertymoveFrom
Public propertytime (Inherited from Conflict.)
Public propertyvertex (Inherited from Conflict.)
Top
Methods
  NameDescription
Public methodAgentInConflict
Vraci pole s dvojici id agentu, kteri jsou v konfliktu.
(Inherited from Conflict.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from 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
Serves as the default hash function.
(Inherited from Object.)
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 (Overrides ConflictToString.)
Top
See Also