cz.cuni.amis.pogamut.sposh.elements
Interface IConditionElement<CONDITION_OWNER extends PoshElement>

Package class diagram package IConditionElement
Type Parameters:
CONDITION_OWNER - Class implementing the interface (e.g. DriveElement has a Trigger so when it implements this interface, it will use DriveElement).
All Known Implementing Classes:
Adopt, CompetenceElement, DriveCollection, DriveElement

public interface IConditionElement<CONDITION_OWNER extends PoshElement>

Interface for elements that use condition: either goal or trigger. Both of them are list of Senses connected by logical operation AND.

Author:
Honza H

Method Summary
 Trigger<CONDITION_OWNER> getCondition()
          Get condition of the element.
 

Method Detail

getCondition

Trigger<CONDITION_OWNER> getCondition()
Get condition of the element.

Returns:
Condition of the element, never null, but condition can be empty (e.g. it contains no senses).


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.