org.ujmp.jblas
Class Plugin

java.lang.Object
  extended by org.ujmp.core.util.AbstractPlugin
      extended by org.ujmp.jblas.Plugin
All Implemented Interfaces:
HasDependencies, HasDescription, HasStatus

public class Plugin
extends AbstractPlugin


Constructor Summary
Plugin()
           
 
Method Summary
 Collection<Object> getDependencies()
           
 String getDescription()
           
 Collection<String> getNeededClasses()
           
 boolean isAvailable()
          perform an additional check whether the native library has been loaded successfully or not
 
Methods inherited from class org.ujmp.core.util.AbstractPlugin
getStatus, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plugin

public Plugin()
Method Detail

getDescription

public String getDescription()

getDependencies

public Collection<Object> getDependencies()

getNeededClasses

public Collection<String> getNeededClasses()
Specified by:
getNeededClasses in class AbstractPlugin

isAvailable

public boolean isAvailable()
perform an additional check whether the native library has been loaded successfully or not

Overrides:
isAvailable in class AbstractPlugin


Copyright © 2010. All Rights Reserved.