ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
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... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class CompositeInterface
Date: 25.03.13 Time: 15:36
Definition at line 26 of file ilAssLacCompositeInterface.php.
ilAssLacCompositeInterface::addNode | ( | ilAssLacCompositeInterface | $node | ) |
Adds an CompositeInterface object to the node array which represents the condition tree structure.
ilAssLacCompositeInterface | $node |
Implemented in ilAssLacAbstractComposite.
ilAssLacCompositeInterface::describe | ( | ) |
Describes a Composite tree Structure as human readable string.
Implemented in ilAssLacAbstractComposite.
ilAssLacCompositeInterface::getDescription | ( | ) |
Get a human readable description of the Composite element.
Implemented in ilAssLacResultOfAnswerOfQuestionExpression, ilAssLacMatchingResultExpression, ilAssLacResultOfAnswerOfCurrentQuestionExpression, ilAssLacStringResultExpression, ilAssLacExclusiveResultExpression, ilAssLacOrderingResultExpression, ilAssLacAnswerOfQuestionExpression, ilAssLacNumberOfResultExpression, ilAssLacNumericResultExpression, ilAssLacPercentageResultExpression, ilAssLacAnswerOfCurrentQuestionExpression, ilAssLacEmptyAnswerExpression, ilAssLacAndOperation, ilAssLacEqualsOperation, ilAssLacGreaterOperation, ilAssLacGreaterOrEqualsOperation, ilAssLacLesserOperation, ilAssLacLesserOrEqualsOperation, ilAssLacNotEqualsOperation, and ilAssLacOrOperation.
Referenced by ilAssLacAbstractComposite\describe().