Public Member Functions | Public Attributes | Static Public Attributes
bwi_planning::atom::Atom Class Reference

List of all members.

Public Member Functions

def __eq__
def __init__
def __ne__
def __repr__
def __str__
def conflicts_with

Public Attributes

 name
 negated
 time
 type
 value

Static Public Attributes

string ACTION = "action"
list ACTION_NAMES = ["askploc", "greet", "gothrough", "opendoor", "approach"]
string FLUENT = "fluent"
list FLUENT_NAMES
string LIST = "list"
string TERM = "term"
string VARIABLE = "variable"

Detailed Description

Definition at line 3 of file atom.py.


Constructor & Destructor Documentation

def bwi_planning::atom::Atom::__init__ (   self,
  name,
  value = None,
  time = None,
  negated = False 
)

Definition at line 15 of file atom.py.


Member Function Documentation

def bwi_planning::atom::Atom::__eq__ (   self,
  other 
)

Definition at line 129 of file atom.py.

def bwi_planning::atom::Atom::__ne__ (   self,
  other 
)

Definition at line 135 of file atom.py.

Definition at line 126 of file atom.py.

Definition at line 115 of file atom.py.

def bwi_planning::atom::Atom::conflicts_with (   self,
  other 
)
  Default contradiction test. Tests for hard negation only.

Definition at line 104 of file atom.py.


Member Data Documentation

string bwi_planning::atom::Atom::ACTION = "action" [static]

Definition at line 6 of file atom.py.

list bwi_planning::atom::Atom::ACTION_NAMES = ["askploc", "greet", "gothrough", "opendoor", "approach"] [static]

Definition at line 11 of file atom.py.

string bwi_planning::atom::Atom::FLUENT = "fluent" [static]

Definition at line 7 of file atom.py.

Initial value:
["at", "open", "visiting", "beside", "open", 
                    "beside", "inside", "goal", "facing"]

Definition at line 12 of file atom.py.

string bwi_planning::atom::Atom::LIST = "list" [static]

Definition at line 9 of file atom.py.

Definition at line 15 of file atom.py.

Definition at line 15 of file atom.py.

string bwi_planning::atom::Atom::TERM = "term" [static]

Definition at line 5 of file atom.py.

Definition at line 15 of file atom.py.

Definition at line 15 of file atom.py.

Definition at line 15 of file atom.py.

string bwi_planning::atom::Atom::VARIABLE = "variable" [static]

Definition at line 8 of file atom.py.


The documentation for this class was generated from the following file:


bwi_planning
Author(s): Piyush Khandelwal , Fangkai Yang
autogenerated on Wed Aug 26 2015 10:54:52