Uses of Class
moise.os.OS
-
Packages that use OS Package Description moise.oe moise.os moise.os.fs moise.os.ns moise.os.ss moise.reorg.commands moise.tools ora4mas.nopl ora4mas.nopl.tools -
-
Uses of OS in moise.oe
Methods in moise.oe that return OS Modifier and Type Method Description OS
OE. getOS()
gets the OS of this entityConstructors in moise.oe with parameters of type OS Constructor Description OE(GoalInstance purpose, OS os)
-
Uses of OS in moise.os
Fields in moise.os declared as OS Modifier and Type Field Description (package private) OS
OSBuilder. os
-
Uses of OS in moise.os.fs
Fields in moise.os.fs declared as OS Modifier and Type Field Description protected OS
FS. os
Methods in moise.os.fs that return OS Modifier and Type Method Description OS
FS. getOS()
Constructors in moise.os.fs with parameters of type OS Constructor Description FS(OS os)
Creates new SS -
Uses of OS in moise.os.ns
Fields in moise.os.ns declared as OS Modifier and Type Field Description private OS
NS. os
Methods in moise.os.ns that return OS Modifier and Type Method Description OS
NS. getOS()
Constructors in moise.os.ns with parameters of type OS Constructor Description NS(OS os)
Creates new NS -
Uses of OS in moise.os.ss
Fields in moise.os.ss declared as OS Modifier and Type Field Description protected OS
SS. os
Methods in moise.os.ss that return OS Modifier and Type Method Description OS
SS. getOS()
Constructors in moise.os.ss with parameters of type OS Constructor Description SS(OS os)
Creates a new SS -
Uses of OS in moise.reorg.commands
Methods in moise.reorg.commands with parameters of type OS 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 OS in moise.tools
Fields in moise.tools declared as OS Modifier and Type Field Description protected OS
SimOE. currentOS
Methods in moise.tools that return OS Modifier and Type Method Description protected OS
SimOE. getCurrentOS()
Methods in moise.tools with parameters of type OS Modifier and Type Method Description private void
OSTreeModel. addRoles(OS os, javax.swing.tree.DefaultMutableTreeNode place)
private byte[]
GUI. generateImg(OS os, java.lang.String format)
void
OSTreeModel. setOS(OS os)
protected void
SimOE. setOS(OS os)
java.lang.String
os2dot. transform(OS os)
-
Uses of OS in ora4mas.nopl
Methods in ora4mas.nopl with parameters of type OS Modifier and Type Method Description protected void
OrgArt. initNormativeEngine(OS os, java.lang.String type)
void
OrgArt. postReorgUpdates(OS os, java.lang.String nplId, java.lang.String ss)
-
Uses of OS in ora4mas.nopl.tools
Methods in ora4mas.nopl.tools with parameters of type OS Modifier and Type Method Description static java.lang.String
os2nopl. transform(OS os)
transforms an OS into NPL code
-