Package | Description |
---|---|
moise.os.ns | |
moise.os.ss |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Norm> |
NS.norms |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Norm> |
NS.getNorms() |
Modifier and Type | Method and Description |
---|---|
void |
NS.addNorm(Norm n) |
Modifier and Type | Method and Description |
---|---|
void |
NS.addNorm(java.util.Collection<Norm> ns) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Norm> |
Role.getDeonticRelations()
gets all deontic relations (obligations, permissions, ...) for this role (and its super roles)
|
java.util.Collection<Norm> |
Role.getNorms(NS.OpTypes type,
java.lang.String mission)
gets norms for this role (and its super roles).
|