Decisions¶
An interpretation of what Holdings are supported by the Opinions of a Decision.
Return str(self).
Return the majority OpinionReading, or None if it doesn’t exist.
- Return type
Optional[OpinionReading]
Get text using a
TextQuoteSelector.- Parameters
selector (
Union[bool,str,TextPositionSelector,TextQuoteSelector,Sequence[Union[str,Tuple[int,int],TextQuoteSelector,TextPositionSelector]]]) – a selector referencing a text passage in theOpinion.- Return type
- Returns
the text referenced by the selector, or
Noneif the text can’t be found.
Add an OpinionReading for an existing Opinion of the Decision.
- Return type
Return the majority OpinionReading, creating it if needed.
- Return type
Optional[OpinionReading]
Get the holdings of this Decision’s majority Opinion.
- Return type
HoldingGroup
Link an Opinion document to this Decision.
- Return type
Check if a holding attributed to this decision contradicts a holding attributed in “other”.
Get the first generated explanation of how a Holding of self contradicts a Holding of other.
- Return type
Generate explanations of how a Holding of self contradicts a Holding of other.
- Return type
Get the first generated explanation of how a Holding of self implies a Holding of other.
- Return type
Generate explanation of how self’s Holdings can imply other.
- Return type
Add one or more Holdings to the majority Opinion of this Decision.
- Return type
Return self>=value.
- Return type
Return self>value.
- Return type
Check if a Holding implies all the Holdings of self.
- Return type
Generate explanation of how other can imply all the Holdings of self.
- Return type
Check if other implies all the Holdings of self.
- Return type
Check if a Holding of self implies a Holding made from other.
- Return type
Check if a Holding of self implies a Holding made from other Rule.
- Return type
Check if the Holdings of self imply other.
- Return type
list of weak references to the object (if defined)