- addLawSet(add): ((__namedParameters: LawSet) => {
laws: Law<any>[];
name?: string;
sets: LawSet[];
}) Returns ((__namedParameters: LawSet) => {
laws: Law<any>[];
name?: string;
sets: LawSet[];
})
- (__namedParameters): {
laws: Law<any>[];
name?: string;
sets: LawSet[];
} Returns {
laws: Law<any>[];
name?: string;
sets: LawSet[];
}
laws: Law<any>[]
Optional
name?: string
Adds a required set of laws to the
LawSet
.