C# Class Microsoft.Zing.ZingDronacharya.MotionPlan

ファイルを表示 Open project: ZingModelChecker/Zing

Public Properties

Property Type Description
Plan List
end int
start int

Public Methods

Method Description
MotionPlan ( int s, int e, List p ) : System

Method Details

MotionPlan() public method

public MotionPlan ( int s, int e, List p ) : System
s int
e int
p List
return System

Property Details

Plan public_oe property

public List Plan
return List

end public_oe property

public int end
return int

start public_oe property

public int start
return int