implementations
Class SEESCOASingleInstance

java.lang.Object
  |
  +--implementations.JavaImplementationGenerator
        |
        +--implementations.JavaSingleInstance
              |
              +--implementations.SEESCOASingleInstance
All Implemented Interfaces:
ImplementationGeneratorI

public class SEESCOASingleInstance
extends JavaSingleInstance

Implementation generator plugin class for implementing a SingleInstance composite in the SEESCOA component language.

Version:
0.1.18, 22 November 2003
Author:
Dennis Wagelaar

Constructor Summary
SEESCOASingleInstance()
           
 
Methods inherited from class implementations.JavaSingleInstance
apply, applyPerOwner, applyToOwner, applyToOwnerClass, applyToOwnerMethod, checkRoles, getClassRole, getOwnerRole, getPropertyRole
 
Methods inherited from class implementations.JavaImplementationGenerator
createClause, createMethod, getClasses, getComposite, getConceptsFor, getCurrentImplementation, getCurrentImplementation, getImplGen, getInstanceName, getInterfaces, getModel, getPrimitives, getVisitor, insertExtends, insertImplements, insertImports, insertMethod, insertMethodOverrideID, insertParameters, insertPrimitiveImplementation, insertPrimitiveImplementations, insertReturnType, insertVariables, isClass, isInterface, isMethod, isPrimitive, isStatic, lcfirst, setCurrentImplementation, setCurrentImplementation, ucfirst
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SEESCOASingleInstance

public SEESCOASingleInstance()