public abstract class Profile
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Profile.Connection
A named connection between an actor and a junction.
|
static class |
Profile.FiringFunction
The Firing Function.
|
static class |
Profile.FiringFunctionPort
A firing function port.
|
static class |
Profile.Junction
A profiled Junction.
|
static class |
Profile.Port
The port information to interface with modular code.
|
static class |
Profile.ProfileActor
A class for actors in a graph information.
|
Constructor and Description |
---|
Profile() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<Profile.FiringFunction> |
firings()
Return the list of firings in the graph.
|
abstract java.util.List<Profile.Port> |
ports()
Return the port information.
|
public abstract java.util.List<Profile.Port> ports()
public abstract java.util.List<Profile.FiringFunction> firings() throws IllegalActionException
IllegalActionException
- If there is a problem
accessing components in the model.