org.objectweb.fractal.juliak.membrane
Class PrimitiveTemplate
java.lang.Object
org.objectweb.fractal.juliak.membrane.PrimitiveTemplate
- All Implemented Interfaces:
- Factory, CustomFactory
public class PrimitiveTemplate
- extends Object
- implements CustomFactory
Default implementation of the PrimitiveTemplate membrane.
- Since:
- 2.5
- Author:
- Lionel Seinturier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimitiveTemplate
public PrimitiveTemplate()
setFcTypeFactory
public void setFcTypeFactory(TypeFactory tf)
- Specified by:
setFcTypeFactory in interface CustomFactory
getFcTypeFactory
public TypeFactory getFcTypeFactory()
- Specified by:
getFcTypeFactory in interface CustomFactory
setFcGenericFactory
public void setFcGenericFactory(GenericFactory gf)
- Specified by:
setFcGenericFactory in interface CustomFactory
getFcGenericFactory
public GenericFactory getFcGenericFactory()
- Specified by:
getFcGenericFactory in interface CustomFactory
getFcContentDesc
public Object getFcContentDesc()
- Specified by:
getFcContentDesc in interface Factory
getFcControllerDesc
public Object getFcControllerDesc()
- Specified by:
getFcControllerDesc in interface Factory
newFcInstance
public Component newFcInstance()
throws InstantiationException
- Specified by:
newFcInstance in interface Factory
- Throws:
InstantiationException
getFcInstanceType
public Type getFcInstanceType()
- Specified by:
getFcInstanceType in interface Factory