Package miopia :: Package analyzer :: Module NegationInfo :: Class NegationInfo
[hide private]
[frames] | no frames]

Class NegationInfo

source code

object --+
         |
        NegationInfo

Auxiliary structure for analyzing negation

Instance Methods [hide private]
 
__init__(self, neg_branches, other_branches, delimiter)
Constructor
source code
 
get_neg_branches(self) source code
 
get_other_branches(self) source code
 
get_delimiter(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, neg_branches, other_branches, delimiter)
(Constructor)

source code 

Constructor

Parameters:
  • neg_branches - Branches affected by a negation term
  • other_branches - Branches not affected by a negation term
  • delimiter - A syntactic rule delimiter. An element of Negationrules
Overrides: object.__init__