cz.cuni.amis.pogamut.sposh.elements
Interface INamedElement

Package class diagram package INamedElement
All Known Subinterfaces:
IParametrizedElement, IReferenceElement
All Known Implementing Classes:
ActionPattern, Adopt, Competence, CompetenceElement, DriveCollection, DriveElement, Sense, TriggeredAction

public interface INamedElement

Ancestor class for lap elements with name. Most of the elements have a name, but some (e.g. {@link Goal)) don't.

Author:
HonzaH

Method Summary
 String getName()
          Get name of the element.
 

Method Detail

getName

String getName()
Get name of the element. The actual name, not display name (e.g. action can have FQN of class, but display name would be derived fromk annotations of the class) or representation (e.g. sense name "health" is different from actual condition of sense "health > 90").

Returns:
Name of the element


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