public class ConceptExplanation
extends java.util.Observable
| Modifier and Type | Method and Description |
|---|---|
void |
addLink(java.lang.String link)
Add a new link to the links for this explanation.
|
java.lang.String |
getDescription()
Get the value of description.
|
IExplainable |
getExplainable() |
java.util.HashSet<java.lang.String> |
getLinks()
Get the value of links.
|
void |
removeLink(java.lang.String link)
Removes the given link from the list of links for this explanation.
|
void |
setDescription(java.lang.String newVar)
Set the value of description.
|
public final IExplainable getExplainable()
public final void setDescription(java.lang.String newVar)
newVar - the new value of descriptionpublic final java.lang.String getDescription()
public final void addLink(java.lang.String link)
link - the new link to be addedpublic final void removeLink(java.lang.String link)
link - the link to be removed from the list of known linkspublic final java.util.HashSet<java.lang.String> getLinks()