Class Summary |
AbstractAssertion |
AbstractAssertion provides the default implementation of some basic functions
definded in Assertion interface. |
AndCompositeAssertion |
AndCompositeAssertion requires that all of its terms are met. |
Policy |
Policy class is the runtime representation of a policy. |
PolicyReference |
PolicyReference class has implicit reference to a external policy. |
PrimitiveAssertion |
PrimitiveAssertion wraps an assertion which contain domain specific
knowledge. |
XorCompositeAssertion |
XorCompositeAssertion requires that exactly one of its terms are met. |