4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.SecSuggestion Interface Reference

Interface for Suggestion and Alternative. More...

Inheritance diagram for cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.SecSuggestion:
Inheritance graph
Collaboration diagram for cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.SecSuggestion:
Collaboration graph

Public Member Functions

List getFragments ()
 
void addSecFragment (SecFragment fragment)
 
void setSAEntityIdentifier (String SAEntityIdentifier)
 

Detailed Description

Interface for Suggestion and Alternative.

Interface for Suggestion and Alternative.

Author
Marek Kopecký

Definition at line 25 of file SecSuggestion.java.

Member Function Documentation

void cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.SecSuggestion.addSecFragment ( SecFragment  fragment)

Adds fragment to the list of suggested fragments

Parameters
fragmentSuggested fragment

Implemented in cz.vutbr.fit.knot.annotations.modules.suggestionManager.Suggestion, and cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.Alternative.

List cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.SecSuggestion.getFragments ( )

Gets list of suggested fragments

Returns
Returns list of suggested fragments

Implemented in cz.vutbr.fit.knot.annotations.modules.suggestionManager.Suggestion, and cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.Alternative.

Here is the caller graph for this function:

void cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.SecSuggestion.setSAEntityIdentifier ( String  SAEntityIdentifier)

Sets SEC API Entity Identifier

Parameters
SAEntityIdentifierSEC API Entity Identifier

Implemented in cz.vutbr.fit.knot.annotations.modules.suggestionManager.Suggestion, and cz.vutbr.fit.knot.annotations.modules.suggestionManager.alternative.Alternative.


The documentation for this interface was generated from the following file: