Uses of Class
moise.os.fs.Scheme

Packages that use Scheme
moise.oe   
moise.os.fs   
ora4mas.nopl.oe   
ora4mas.nopl.test   
ora4mas.nopl.tools   
 

Uses of Scheme in moise.oe
 

Fields in moise.oe declared as Scheme
protected  Scheme SchemeInstance.spec
           
 

Methods in moise.oe that return Scheme
 Scheme SchemeInstance.getSpec()
          returns the SCH specification for this SCH instance
 

Constructors in moise.oe with parameters of type Scheme
SchemeInstance(java.lang.String id, Scheme sch)
           
 

Uses of Scheme in moise.os.fs
 

Fields in moise.os.fs declared as Scheme
protected  Scheme Plan.sch
           
protected  Scheme Mission.sch
           
protected  Scheme Goal.sch
           
 

Fields in moise.os.fs with type parameters of type Scheme
protected  java.util.Map<java.lang.String,Scheme> FS.schs
           
 

Methods in moise.os.fs that return Scheme
 Scheme FS.findScheme(java.lang.String id)
           
 Scheme Goal.getScheme()
           
 

Methods in moise.os.fs that return types with arguments of type Scheme
 java.util.Collection<Scheme> FS.getSchemes()
           
 

Methods in moise.os.fs with parameters of type Scheme
 void FS.addScheme(Scheme s)
           
 void Goal.setFromDOM(org.w3c.dom.Element ele, Scheme sch)
           
 void Goal.setScheme(Scheme sch)
           
 

Method parameters in moise.os.fs with type arguments of type Scheme
 void FS.addScheme(java.util.Collection<Scheme> cs)
           
 

Constructors in moise.os.fs with parameters of type Scheme
Mission(java.lang.String id, Scheme sch)
          Creates a new Mission
Plan(Plan.PlanOpType op, Scheme sch, java.lang.String targetGoalId)
           
Plan(Scheme sch)
           
 

Uses of Scheme in ora4mas.nopl.oe
 

Constructors in ora4mas.nopl.oe with parameters of type Scheme
Scheme(Scheme spec, java.lang.String id)
           
 

Uses of Scheme in ora4mas.nopl.test
 

Methods in ora4mas.nopl.test that return Scheme
 Scheme OI.getSchSpec()
           
 

Uses of Scheme in ora4mas.nopl.tools
 

Methods in ora4mas.nopl.tools with parameters of type Scheme
static java.lang.String os2nopl.transform(Scheme sch)
          transforms a Scheme Spec into NPL code