public class LexEVSGraphDaoImpl extends AbstractExtendable implements LexEVSGraphDao, GenericExtension
Constructor and Description |
---|
LexEVSGraphDaoImpl() |
Modifier and Type | Method and Description |
---|---|
protected ExtensionDescription |
buildExtensionDescription()
Builds the extension description.
|
protected void |
doRegister(ExtensionRegistry registry,
ExtensionDescription ed) |
java.util.List<ConceptReference> |
getAllIncomingRelationsForNode(ConceptReference node,
java.lang.String associationName) |
java.lang.String |
getDescription()
Return a description of the extension.
|
java.lang.String |
getName()
Return the name assigned to this service extension.
|
java.lang.String |
getProvider()
Return an identifier for the extension provider.
|
java.util.List<ConceptReference> |
getTransitiveClosureForNode(ConceptReference nodes,
java.lang.String associationName) |
java.lang.String |
getVersion()
Return version information about the extension.
|
static void |
main(java.lang.String[] args) |
getExtensionDescription, register
public java.lang.String getName()
Extendable
getName
in interface Extendable
getName
in class AbstractExtendable
public java.lang.String getDescription()
Extendable
getDescription
in interface Extendable
getDescription
in class AbstractExtendable
public java.lang.String getProvider()
Extendable
getProvider
in interface Extendable
getProvider
in class AbstractExtendable
public java.lang.String getVersion()
Extendable
getVersion
in interface Extendable
getVersion
in class AbstractExtendable
public java.util.List<ConceptReference> getTransitiveClosureForNode(ConceptReference nodes, java.lang.String associationName)
getTransitiveClosureForNode
in interface LexEVSGraphDao
public java.util.List<ConceptReference> getAllIncomingRelationsForNode(ConceptReference node, java.lang.String associationName)
getAllIncomingRelationsForNode
in interface LexEVSGraphDao
public static void main(java.lang.String[] args)
args
- protected void doRegister(ExtensionRegistry registry, ExtensionDescription ed) throws LBParameterException
doRegister
in class AbstractExtendable
LBParameterException
protected ExtensionDescription buildExtensionDescription()
AbstractExtendable
buildExtensionDescription
in class AbstractExtendable