C# Class Microsoft.Zing.ZingDronacharya.MotionPlan

Show file 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 property

public List Plan
return List

end public property

public int end
return int

start public property

public int start
return int