C# 클래스 Microsoft.Zing.GenerateMotionPlanFor

Stores the scenario for which we have to generate a motion plan
파일 보기 프로젝트 열기: ZingModelChecker/Zing

공개 프로퍼티들

프로퍼티 타입 설명
endPosition int
obstacles List
startPosition int

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GenerateMotionPlanFor ( ) : System
GetHashCode ( ) : int
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GenerateMotionPlanFor() 공개 메소드

public GenerateMotionPlanFor ( ) : System
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

endPosition 공개적으로 프로퍼티

public int endPosition
리턴 int

obstacles 공개적으로 프로퍼티

public List obstacles
리턴 List

startPosition 공개적으로 프로퍼티

public int startPosition
리턴 int