ptolemy.copernicus.java
Interface AtomicActorCreator

All Known Implementing Classes:
ExpressionCreator, FSMCreator, GenericAtomicActorCreator

public interface AtomicActorCreator

An interface for classes that replaces port methods.

Since:
Ptolemy II 2.0
Version:
$Id: AtomicActorCreator.java,v 1.21 2007/12/06 18:28:45 cxh Exp $
Author:
Stephen Neuendorffer
Accepted Rating:
Red (cxh)
Proposed Rating:
Red (cxh)

Method Summary
 soot.SootClass createAtomicActor(Entity entity, java.lang.String newClassName, ConstVariableModelAnalysis constAnalysis, java.util.Map options)
          Generate a new class with the given name that can take the place of the given actor.
 

Method Detail

createAtomicActor

soot.SootClass createAtomicActor(Entity entity,
                                 java.lang.String newClassName,
                                 ConstVariableModelAnalysis constAnalysis,
                                 java.util.Map options)
Generate a new class with the given name that can take the place of the given actor. Use the given options when necessary.

Parameters:
entity - the entity.
newClassName - the name of the new class.
constAnalysis - a ConstVariableModelAnalysis object
options - the options
Returns:
a SootClass object