Uses of Class
moise.common.MoiseException
-
Packages that use MoiseException Package Description moise.common moise.oe moise.os moise.os.fs moise.os.ns moise.os.ss moise.reorg moise.reorg.commands ora4mas.light ora4mas.nopl -
-
Uses of MoiseException in moise.common
Subclasses of MoiseException in moise.common Modifier and Type Class Description class
MoiseCardinalityException
Moise exceptionclass
MoiseConsistencyException
Moise exceptionclass
MoiseXMLParserException
Moise exception -
Uses of MoiseException in moise.oe
Methods in moise.oe that throw MoiseException Modifier and Type Method Description protected void
OEAgent. abort()
remove the roles/missions of this agent without checking (in the case the agent leaves the society without finishing its commitments)void
SchemeInstance. abort()
remove all commitments without checking goal statevoid
OEAgent. abortMission(java.lang.String missionId, SchemeInstance sch)
removes a mission commitment without checkingvoid
OE. abortScheme(SchemeInstance sch)
Aborts (and removes) the scheme instance from the OE's Schemes.OEAgent
OE. addAgent(java.lang.String agName)
Adds an agent in the OE.GroupInstance
OE. addGroup(java.lang.String grSpecId)
Creates a new root group instance from the specification denoted by grSpecId.GroupInstance
OE. addGroup(java.lang.String grId, java.lang.String grSpecId)
Creates a new root group instance (identified by grId) from the specification denoted by grSpecId.GroupInstance
GroupInstance. addSubGroup(java.lang.String grSpecId)
Adds a subgroup in a group, the id of the subgroup is defined automatically.GroupInstance
GroupInstance. addSubGroup(java.lang.String grId, java.lang.String grSpecId)
Adds a subgroup in a group.void
OE. finishScheme(SchemeInstance sch)
Removes the scheme instance from the OE's Schemes.void
OE. removeAgent(java.lang.String agId, boolean check)
Removes an agent from the OE.private void
OEAgent. removeAllMissions()
removes all missions without checkingMissionPlayer
OEAgent. removeMission(java.lang.String missionId, java.lang.String schId)
removes a mission from an agent.MissionPlayer
OEAgent. removeMission(java.lang.String missionId, SchemeInstance sch)
removes a mission from an agent.protected void
SchemeInstance. removePlayer(MissionPlayer mp)
removes a mission player from this scheme (no checks are done)void
GoalInstance. setArgumentValue(java.lang.String arg, java.lang.Object value)
set an argument's value for this instance goalSchemeInstance
OE. startScheme(java.lang.String schSpecId)
Creates a new scheme instance.SchemeInstance
OE. startScheme(java.lang.String schId, java.lang.String schSpecId)
Creates a new scheme instance with a particular id. -
Uses of MoiseException in moise.os
Methods in moise.os that throw MoiseException Modifier and Type Method Description void
OS. addSS(SS s)
adds the elements (roles definitions, link types, ...) of another SS into this OSvoid
Cardinality. setFromDOM(org.w3c.dom.Element ele)
void
OS. setFromDOM(org.w3c.dom.Node node)
the organisation-specification parent node is the parameter -
Uses of MoiseException in moise.os.fs
Methods in moise.os.fs that throw MoiseException Modifier and Type Method Description void
FS. setFromDOM(org.w3c.dom.Element ele)
void
Goal. setFromDOM(org.w3c.dom.Element ele, Scheme sch)
void
Mission. setFromDOM(org.w3c.dom.Element ele)
void
Plan. setFromDOM(org.w3c.dom.Element ele, Goal targetGoal)
void
Scheme. setFromDOM(org.w3c.dom.Element ele)
-
Uses of MoiseException in moise.os.ns
Methods in moise.os.ns that throw MoiseException Modifier and Type Method Description void
Norm. setFromDOM(org.w3c.dom.Element ele)
void
NS. setFromDOM(org.w3c.dom.Element ele)
-
Uses of MoiseException in moise.os.ss
Methods in moise.os.ss that throw MoiseException Modifier and Type Method Description void
Group. setFromDOM(org.w3c.dom.Element ele)
void
Role. setFromDOM(org.w3c.dom.Element ele)
void
RoleRel. setFromDOM(org.w3c.dom.Element ele)
void
SS. setFromDOM(org.w3c.dom.Element ele)
-
Uses of MoiseException in moise.reorg
Methods in moise.reorg that throw MoiseException Modifier and Type Method Description void
ReorgPlan. execute(OE oe)
-
Uses of MoiseException in moise.reorg.commands
Methods in moise.reorg.commands that throw MoiseException Modifier and Type Method Description void
AddRole. execute(OS os, OE oe)
void
AddRoleObligation. execute(OS os, OE oe)
void
ChangeOS. execute(OS os, OE oe)
void
ChangeRoleCardinality. execute(OS os, OE oe)
void
ChangeRoleDefProperties. execute(OS os, OE oe)
void
RemoveAllRoleObligations. execute(OS os, OE oe)
void
RemoveRole. execute(OS os, OE oe)
-
Uses of MoiseException in ora4mas.light
Methods in ora4mas.light that throw MoiseException Modifier and Type Method Description void
LightSchemeBoard. addGoal(java.lang.String goalId, java.lang.Object[] deps)
void
LightNormativeBoard. addNorm(java.lang.String type, java.lang.String role, java.lang.String mission)
void
LightGroupBoard. init()
Initialises the group boardvoid
LightOrgBoard. init()
Initialises the org boardvoid
LightSchemeBoard. init()
Initialises the scheme artifact -
Uses of MoiseException in ora4mas.nopl
Methods in ora4mas.nopl that throw MoiseException Modifier and Type Method Description void
SchemeBoard. addMission(java.lang.String missionId)
void
GroupBoard. addRole(java.lang.String roleId)
void
GroupBoard. admCommand(java.lang.String cmd)
Commands that the owner of the group can perform.void
SchemeBoard. admCommand(java.lang.String cmd)
Commands that the owner of the scheme can perform.void
GroupBoard. init(java.lang.String osFile, java.lang.String grType)
Initialises the group boardvoid
OrgBoard. init(java.lang.String osFile)
Initialises the org boardvoid
SchemeBoard. init(java.lang.String osFile, java.lang.String schType)
Initialises the scheme artifactprotected void
OrgArt. initNormativeEngine(OS os, java.lang.String type)
void
SchemeBoard. leaveMission(java.lang.String mission)
The agent executing this operation tries to leave/remove its mission in the schemevoid
NormativeBoard. load(java.lang.String nplProgram)
Loads a normative programvoid
OrgArt. postReorgUpdates(OS os, java.lang.String nplId, java.lang.String ss)
void
GroupBoard. setCardinality(java.lang.String element, java.lang.String id, int min, int max)
void
SchemeBoard. setCardinality(java.lang.String element, java.lang.String id, int min, int max)
-