*/ require_once('prolog_tag.php'); class AttributeMaxRunTime extends PrologTag { var $name = 'maxruntime'; /** * Constructor */ function AttributeMaxRunTime() { $this->setAttributePattern($this->name); } } ?>