Uses of Class
moise.os.ns.NS.OpTypes
-
Packages that use NS.OpTypes Package Description moise.oe moise.os.ns moise.os.ss moise.reorg.commands -
-
Uses of NS.OpTypes in moise.oe
Methods in moise.oe with parameters of type NS.OpTypes Modifier and Type Method Description private java.util.Collection<Permission>
RolePlayer. getNorms(NS.OpTypes type)
-
Uses of NS.OpTypes in moise.os.ns
Fields in moise.os.ns declared as NS.OpTypes Modifier and Type Field Description protected NS.OpTypes
Norm. op
Methods in moise.os.ns that return NS.OpTypes Modifier and Type Method Description NS.OpTypes
Norm. getType()
static NS.OpTypes
NS.OpTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NS.OpTypes[]
NS.OpTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in moise.os.ns with parameters of type NS.OpTypes Modifier and Type Method Description boolean
NS. hasNorm(java.lang.String roleId, java.lang.String missionId, NS.OpTypes type)
returns true whether there is a type norm from roleId to missionId.void
Norm. setType(NS.OpTypes op)
Constructors in moise.os.ns with parameters of type NS.OpTypes Constructor Description Norm(Role r, Mission m, NS ns, NS.OpTypes op)
-
Uses of NS.OpTypes in moise.os.ss
Methods in moise.os.ss with parameters of type NS.OpTypes Modifier and Type Method Description java.util.Collection<Norm>
Role. getNorms(NS.OpTypes type, java.lang.String mission)
gets norms for this role (and its super roles).boolean
Role. hasNorm(NS.OpTypes type, java.lang.String mission)
returns true if this role has a norm towards the mission. -
Uses of NS.OpTypes in moise.reorg.commands
Fields in moise.reorg.commands declared as NS.OpTypes Modifier and Type Field Description (package private) NS.OpTypes
AddRoleObligation. type
Constructors in moise.reorg.commands with parameters of type NS.OpTypes Constructor Description AddRoleObligation(java.lang.String roleId, java.lang.String missionId, NS.OpTypes type)
-