Package | Description |
---|---|
ora4mas.nopl | |
ora4mas.nopl.oe | |
ora4mas.nopl.test | |
ora4mas.nopl.tools |
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Element |
GroupBoard.getGrAsDOM(Group gr,
java.lang.String spec,
boolean isWellFormed,
java.lang.String owner,
Group root,
org.w3c.dom.Document document) |
Modifier and Type | Method and Description |
---|---|
Group |
Group.addSubgroup(java.lang.String gId,
java.lang.String gType,
java.lang.String parentGr) |
Group |
Group.clone() |
Group |
OE.getGroup(java.lang.String id) |
Group |
Group.getSubgroup(java.lang.String gId) |
Group |
Group.removeSubgroup(java.lang.String gId) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Group> |
Scheme.getGroupsResponsibleFor() |
java.util.Collection<Group> |
Group.getSubgroups() |
Modifier and Type | Method and Description |
---|---|
void |
OE.addGroup(Group g) |
void |
Scheme.addGroupResponsibleFor(Group g) |
void |
Scheme.removeGroupResponsibleFor(Group g) |
Modifier and Type | Method and Description |
---|---|
void |
OI.setGroup(Group g) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<jason.asSyntax.Literal> |
oe2nopl.transform(Group g)
transforms a Group Instance into NPL code (dynamic facts)
|