All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.quinsoft.zeidon.package-info Maven / Gradle / Ivy

The newest version!
/**
 * Provides all the standard classes and interfaces necessary for client applications
 * written in Zeidon.
 *
 * 

* Implementations of these interfaces are usually created by an Object Engine or a * Task created by an Object Engine. Here is a simple example: *

*
 * {@code
 * ObjectEngine oe = JavaObjectEngine.getInstance();
 * Task zencas = oe.createTask( "ZENCAs" );
 * View view = zencas.activateEmptyObjectInstance( "mUser" );
 * }
 * 
*

* *

*/ package com.quinsoft.zeidon;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy