Uses of Class
moise.os.ns.Norm
-
Packages that use Norm Package Description moise.os.ns moise.os.ss ora4mas.nopl.tools -
-
Uses of Norm in moise.os.ns
Fields in moise.os.ns with type parameters of type Norm Modifier and Type Field Description protected java.util.Set<Norm>
NS. norms
Methods in moise.os.ns that return Norm Modifier and Type Method Description Norm
NS. getNorm(java.lang.String nId)
Methods in moise.os.ns that return types with arguments of type Norm Modifier and Type Method Description java.util.Collection<Norm>
NS. getNorms()
Methods in moise.os.ns with parameters of type Norm Modifier and Type Method Description void
NS. addNorm(Norm n)
Method parameters in moise.os.ns with type arguments of type Norm Modifier and Type Method Description void
NS. addNorm(java.util.Collection<Norm> ns)
-
Uses of Norm in moise.os.ss
Methods in moise.os.ss that return types with arguments of type Norm Modifier and Type Method 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). -
Uses of Norm in ora4mas.nopl.tools
Methods in ora4mas.nopl.tools with parameters of type Norm Modifier and Type Method Description static java.lang.String
os2nopl. generateNormEntry(Norm nrm, Cardinality card)
-