Package | Description |
---|---|
moise.oe | |
moise.os.fs | |
ora4mas.nopl.oe | |
ora4mas.nopl.tools |
Modifier and Type | Field and Description |
---|---|
protected Scheme |
SchemeInstance.spec |
Modifier and Type | Method and Description |
---|---|
Scheme |
SchemeInstance.getSpec()
returns the SCH specification for this SCH instance
|
Constructor and Description |
---|
SchemeInstance(java.lang.String id,
Scheme sch) |
Modifier and Type | Field and Description |
---|---|
protected Scheme |
Plan.sch |
protected Scheme |
Mission.sch |
protected Scheme |
Goal.sch |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,Scheme> |
FS.schs |
Modifier and Type | Method and Description |
---|---|
Scheme |
FS.findScheme(java.lang.String id) |
Scheme |
Goal.getScheme() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Scheme> |
FS.getSchemes() |
Modifier and Type | Method and Description |
---|---|
void |
FS.addScheme(Scheme s) |
void |
Goal.setFromDOM(org.w3c.dom.Element ele,
Scheme sch) |
void |
Goal.setScheme(Scheme sch) |
Modifier and Type | Method and Description |
---|---|
void |
FS.addScheme(java.util.Collection<Scheme> cs) |
Constructor and Description |
---|
Mission(java.lang.String id,
Scheme sch)
Creates a new Mission
|
Plan(Plan.PlanOpType op,
Scheme sch,
java.lang.String targetGoalId) |
Plan(Scheme sch) |
Constructor and Description |
---|
Scheme(Scheme spec,
java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
os2nopl.transform(Scheme sch)
transforms a Scheme Spec into NPL code
|