ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class AbstractOperation. More...
Public Member Functions | |
getPattern () | |
setNegated ($negated) | |
isNegated () | |
![]() | |
addNode (ilAssLacCompositeInterface $node) | |
Adds an ilAssLacCompositeInterface object to the node array which represents the condition tree structure. More... | |
describe () | |
Describes a Composite tree Structure as human readable string. More... | |
![]() | |
addNode (ilAssLacCompositeInterface $node) | |
Adds an CompositeInterface object to the node array which represents the condition tree structure. More... | |
describe () | |
Describes a Composite tree Structure as human readable string. More... | |
getDescription () | |
Get a human readable description of the Composite element. More... | |
Protected Attributes | |
$negated = false | |
Additional Inherited Members | |
![]() | |
$nodes = array() | |
Class AbstractOperation.
Date: 25.03.13 Time: 15:37
Definition at line 12 of file ilAssLacAbstractOperation.php.
|
abstract |
Reimplemented in ilAssLacAndOperation, ilAssLacEqualsOperation, ilAssLacGreaterOperation, ilAssLacGreaterOrEqualsOperation, ilAssLacLesserOperation, ilAssLacLesserOrEqualsOperation, ilAssLacNotEqualsOperation, and ilAssLacOrOperation.
ilAssLacAbstractOperation::isNegated | ( | ) |
Definition at line 35 of file ilAssLacAbstractOperation.php.
References $negated.
ilAssLacAbstractOperation::setNegated | ( | $negated | ) |
boolean | $negated |
Definition at line 27 of file ilAssLacAbstractOperation.php.
References $negated.
|
protected |
Definition at line 17 of file ilAssLacAbstractOperation.php.
Referenced by isNegated(), and setNegated().