Uses of Class
moise.os.fs.Scheme
-
Packages that use Scheme Package Description moise.oe moise.os moise.os.fs moise.tools ora4mas.nopl ora4mas.nopl.oe ora4mas.nopl.tools -
-
Uses of Scheme in moise.oe
Fields in moise.oe declared as Scheme Modifier and Type Field Description protected Scheme
SchemeInstance. spec
Methods in moise.oe that return Scheme Modifier and Type Method Description Scheme
SchemeInstance. getSpec()
returns the SCH specification for this SCH instanceConstructors in moise.oe with parameters of type Scheme Constructor Description SchemeInstance(java.lang.String id, Scheme sch)
-
Uses of Scheme in moise.os
-
Uses of Scheme in moise.os.fs
Fields in moise.os.fs declared as Scheme Modifier and Type Field Description protected Scheme
Goal. sch
protected Scheme
Mission. sch
protected Scheme
Plan. sch
Fields in moise.os.fs with type parameters of type Scheme Modifier and Type Field Description protected java.util.Map<java.lang.String,Scheme>
FS. schs
Methods in moise.os.fs that return Scheme Modifier and Type Method Description Scheme
FS. findScheme(java.lang.String id)
Scheme
Goal. getScheme()
Methods in moise.os.fs that return types with arguments of type Scheme Modifier and Type Method Description java.util.Collection<Scheme>
FS. getSchemes()
Methods in moise.os.fs with parameters of type Scheme Modifier and Type Method Description 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 Modifier and Type Method Description void
FS. addScheme(java.util.Collection<Scheme> cs)
Constructors in moise.os.fs with parameters of type Scheme Constructor Description Mission(java.lang.String id, Scheme sch)
Creates a new MissionPlan(Plan.PlanOpType op, Scheme sch, java.lang.String targetGoalId)
Plan(Scheme sch)
-
Uses of Scheme in moise.tools
-
Uses of Scheme in ora4mas.nopl
Fields in ora4mas.nopl declared as Scheme Modifier and Type Field Description protected Scheme
SchemeBoard. spec
Methods in ora4mas.nopl that return Scheme Modifier and Type Method Description Scheme
SchemeBoard. getSpec()
-
Uses of Scheme in ora4mas.nopl.oe
Fields in ora4mas.nopl.oe declared as Scheme Modifier and Type Field Description private Scheme
Scheme. spec
Methods in ora4mas.nopl.oe that return Scheme Modifier and Type Method Description Scheme
Scheme. getSpec()
Constructors in ora4mas.nopl.oe with parameters of type Scheme Constructor Description Scheme(Scheme spec, java.lang.String id)
-
Uses of Scheme in ora4mas.nopl.tools
Methods in ora4mas.nopl.tools with parameters of type Scheme Modifier and Type Method Description static java.lang.String
os2nopl. transform(Scheme sch, boolean isSB)
transforms a Scheme Spec into NPL code
-