com.hp.hpl.jena.shared
Interface Command


public interface Command

An interface expressing the execution of a command.


Method Summary
 Object execute()
          Perform some action and return some result.
 

Method Detail

execute

Object execute()
Perform some action and return some result.



Licenced under the Apache License, Version 2.0