|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Function
Basic interface for function definitions
Method Summary | |
---|---|
String |
getCategoryId()
Get the ID of the function's category |
Collection<FunctionParameter> |
getDefinedParameters()
Get the defined parameters for the function |
String |
getDefiningBundle()
Get the symbolic name of the bundle defining the function. |
String |
getDescription()
Get the function description |
String |
getDisplayName()
Get the human readable name of the function |
CellExplanation |
getExplanation()
Get the associated cell explanation. |
URL |
getHelpURL()
Get the help file URL |
URL |
getIconURL()
Get the icon URL |
Set<? extends AbstractParameter> |
getSource()
Get the source entities |
Set<? extends AbstractParameter> |
getTarget()
Get the target entities |
Methods inherited from interface de.cs3d.util.eclipse.extension.simple.IdentifiableExtension.Identifiable |
---|
getId |
Method Detail |
---|
String getDisplayName()
String getDescription()
null
String getCategoryId()
null
Collection<FunctionParameter> getDefinedParameters()
URL getIconURL()
null
String getDefiningBundle()
URL getHelpURL()
null
CellExplanation getExplanation()
null
if none is available
for this functionSet<? extends AbstractParameter> getSource()
Set<? extends AbstractParameter> getTarget()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |