public static class Profile.ProfileActor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Profile |
_profile
The profile.
|
Constructor and Description |
---|
ProfileActor(java.lang.String name,
boolean original)
Create a Profile Actor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Return the name of this ProfileActor.
|
Profile |
getProfile()
Get the profile.
|
boolean |
isOriginal()
Return if an actor is an original ptolemy actor or not.
|
Profile _profile
public ProfileActor(java.lang.String name, boolean original) throws IllegalActionException
name
- The name of the actor.original
- True if this actor is original?IllegalActionException
- Not thrown in this base clasee.public boolean isOriginal()
public java.lang.String getName()
public Profile getProfile() throws IllegalActionException
IllegalActionException
- If there is a problem
loading the class from the $HOME/cg directory.