public interface

LinkTemplate

implements ILink KnowledgebaseObject
vars.knowledgebase.LinkTemplate
Known Indirect Subclasses

Summary

[Expand]
Inherited Constants
From interface vars.ILink
Public Methods
abstract ConceptMetadata getConceptMetadata()
abstract String stringValue()
Returns a String concatenation of the LinkTemplate attributes joined by DELIMITER.
[Expand]
Inherited Methods
From interface vars.ILink
From interface vars.VARSObject

Public Methods

public abstract ConceptMetadata getConceptMetadata ()

public abstract String stringValue ()

Returns a String concatenation of the LinkTemplate attributes joined by DELIMITER. The format is

 linkName | toConcept | linkValue
 

Returns
  • String concatenation of the LinkTemplate attributes joined by space characters.