Package | Description |
---|---|
moise.oe | |
moise.os | |
moise.os.fs | |
moise.os.ns | |
moise.os.ss | |
moise.xml | |
npl | |
ora4mas.nopl |
Modifier and Type | Class and Description |
---|---|
class |
GoalInstance
Represents an instance goal (in an instance scheme)
|
class |
GroupInstance
Represents the instance group of one Group Specification
|
class |
MissionPlayer
Represents a mission an agent is playing.
|
class |
OE
Represents an Organisational Entity
|
class |
OEAgent
Represents an agent that belongs to the OE.
|
class |
RolePlayer
Represents the Role that an agent is playing in a group.
|
class |
SchemeInstance
Represents the instance of one scheme Specification.
|
Modifier and Type | Class and Description |
---|---|
class |
Cardinality
Represents a cardinality of the Moise+ model (maximum and minumum values).
|
class |
OS
Represents an Organization Specification (SS, FS, NS).
|
Modifier and Type | Class and Description |
---|---|
class |
FS
Represents a Functional Specification.
|
class |
Goal
Represents a Goal (in the specification).
|
class |
Mission
Represents a Mission.
|
class |
Plan
Represents a Plan (one operator, and success rate, and a set of goals).
|
class |
Scheme
Represents a Scheme specification.
|
Modifier and Type | Class and Description |
---|---|
class |
Norm
Represents a norm (permission, obligation, ...) from a role to a mission.
|
class |
NS
Represents a Normative Specification.
|
Modifier and Type | Class and Description |
---|---|
class |
Compatibility
Represents a Compatibility between two roles.
|
class |
Group
Represents a Group Specification.
|
class |
Link
Represents a Link between two roles (its source and destination).
|
class |
Role
Represents a Role Definition (its name and inheritance).
|
class |
RoleRel
Represents a relation between roles (links, compatibilities, etc).
|
class |
SS
Represents a Structural Specification.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
DOMUtils.dom2txt(ToXML ele) |
static org.w3c.dom.Document |
DOMUtils.getAsXmlDocument(ToXML ele) |
Modifier and Type | Class and Description |
---|---|
class |
NPLInterpreter
Interprets a NP for a particular scope (group, scheme, ...)
|
Modifier and Type | Class and Description |
---|---|
class |
GroupBoard
Artifact to manage a group instance.
|
class |
OrgArt
Common class for all organisational artifacts
|
class |
SchemeBoard
Artifact to manage a scheme instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
OrgArt.specToStr(ToXML spec,
javax.xml.transform.Transformer transformer) |
void |
OrgArtNormativeGUI.updateOE(java.lang.String nFacts,
ToXML oe,
javax.xml.transform.Transformer transformer) |