Main Page | Namespace List | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

SymCounter Class Reference

#include <SymCounter.hpp>

List of all members.

Public Member Functions

 SymCounter (Signature &)
 ~SymCounter ()
void count (Problem &, int)
void count (Unit, int)
void count (Clause, int)
void count (Formula, int polarity, int add)
void count (Literal, int)
void count (Atom a, int polarity, int add)
void count (Term t, int add)
Predget (const Signature::Pred *p)
Funget (const Signature::Fun *f)
void output (ostream &str) const

Static Public Attributes

SymCounternorm = 0

Private Attributes

int _noOfPreds
int _noOfFuns
Pred_preds
Fun_funs


Constructor & Destructor Documentation

SymCounter::SymCounter Signature  )  [explicit]
 

SymCounter::~SymCounter  ) 
 


Member Function Documentation

void SymCounter::count Term  t,
int  add
 

void SymCounter::count Atom  a,
int  polarity,
int  add
 

void SymCounter::count Literal  ,
int 
 

void SymCounter::count Formula  ,
int  polarity,
int  add
 

void SymCounter::count Clause  ,
int 
 

void SymCounter::count Unit  ,
int 
 

void SymCounter::count Problem ,
int 
 

Fun* SymCounter::get const Signature::Fun f  )  [inline]
 

Pred* SymCounter::get const Signature::Pred p  )  [inline]
 

void SymCounter::output ostream &  str  )  const
 


Member Data Documentation

Fun* SymCounter::_funs [private]
 

int SymCounter::_noOfFuns [private]
 

int SymCounter::_noOfPreds [private]
 

Pred* SymCounter::_preds [private]
 

SymCounter * SymCounter::norm = 0 [static]
 

This software is an adaptation of the theorem prover Vampire for working with large knowledge bases in the KIF format, see http://www.prover.info for publications on Vampire.

Copyright (C) Andrei Voronkov and Alexandre Riazanov

Author:
Alexandre Riazanov <riazanov@cs.man.ac.uk>

Andrei Voronkov <voronkov@cs.man.ac.uk>, <andrei@voronkov.com>

Date:
06/06/2003
This software is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


The documentation for this class was generated from the following files:
Generated on Sat Jun 28 15:08:59 2003 for Vampire by doxygen 1.3.2