com.change_vision.jude.api.inf.presentation
Interface ITopicPresentation

com.change_vision.jude.api.inf.presentation.ITopicPresentation
All Implemented Interfaces:
IPresentation

public ITopicPresentation
extends IPresentation

Interface for Topic.


Method Summary
abstract  ITopicPresentation[] getChildren()
          Get Children.
abstract  String getLabel()
          Get Label.
abstract  ITopicPresentation getParent()
          Get Parent.
 

Method Detail

getParent

public abstract ITopicPresentation getParent()
Get Parent.

Returns:
Parent Topic. Return null in case no parent Topic is found.

getChildren

public abstract ITopicPresentation[] getChildren()
Get Children.

Returns:
the array of Children Topics. Return the empty array in case there is none.

getLabel

public abstract String getLabel()
Get Label.

Returns:
String-Label. Return empty string("") if there is none.