5#ifndef BALL_KERNEL_FRAGMENT_H
6#define BALL_KERNEL_FRAGMENT_H
8#ifndef BALL_KERNEL_ATOMCONTAINER_H
35 NUMBER_OF_PROPERTIES = AtomContainer::NUMBER_OF_PROPERTIES
91 bool operator == (
const Fragment& fragment)
const;
96 bool operator != (
const Fragment& fragment)
const;
114 virtual void dump(std::ostream& s = std::cout,
Size depth = 0)
const;
120#ifdef BALL_COMPILER_MSVC
#define BALL_CREATE_DEEP(name)
virtual void dump(std::ostream &s=std::cout, Size depth=0) const
void persistentWrite(PersistenceManager &pm, const char *name=0) const
Fragment(const String &name)
Fragment(const Fragment &fragment, bool deep=true)
void persistentRead(PersistenceManager &pm)
virtual bool isFragment() const