org.ontobox.box
Interface BoxActionListener


public interface BoxActionListener

Author:
Anton Malykh

Method Summary
 void process(java.util.List<WriteAction> actions)
          Supported actions (from org.meta2project.fast.action package): CreateOntology, DeleteOntology SetURI CreateType, DeleteType CreateClass, DeleteClass AddSubclass, RemoveSubclass CreateOProperty, DeleteOProperty SetOPropertyDomain, SetOPropertyRange CreateTProperty, DeleteTProperty SetTPropertyDomain, SetTPropertyRange CreateObject, DeleteObject AddObjectClass, RemoveObjectClass AddOValue, RemoveOValue AddTValue, RemoveTValue SetAnnotation SetName
 

Method Detail

process

void process(java.util.List<WriteAction> actions)
Supported actions (from org.meta2project.fast.action package): CreateOntology, DeleteOntology SetURI CreateType, DeleteType CreateClass, DeleteClass AddSubclass, RemoveSubclass CreateOProperty, DeleteOProperty SetOPropertyDomain, SetOPropertyRange CreateTProperty, DeleteTProperty SetTPropertyDomain, SetTPropertyRange CreateObject, DeleteObject AddObjectClass, RemoveObjectClass AddOValue, RemoveOValue AddTValue, RemoveTValue SetAnnotation SetName

Parameters:
actions -