Package | Description |
---|---|
moise.os.ns | |
moise.os.ss | |
moise.reorg.commands |
Modifier and Type | Field and Description |
---|---|
protected NS.OpTypes |
Norm.op |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Constructor and Description |
---|
Norm(Role r,
Mission m,
NS ns,
NS.OpTypes op) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
AddRoleObligation(java.lang.String roleId,
java.lang.String missionId,
NS.OpTypes type) |