Package ptolemy.kernel
Kernel classes that provide Entity, Port and Relations.
- Since:
- Ptolemy II 0.2
-
Class Summary Class Description ComponentEntity<T extends ComponentPort> A ComponentEntity is a component in a CompositeEntity.ComponentPort A port supporting hierarchy.ComponentRelation This class defines a relation supporting hierarchy (clustered graphs).CompositeEntity A CompositeEntity is a cluster in a clustered graph.Entity<T extends Port> An Entity is a vertex in a generalized graph.InstantiableNamedObj An InstantiableNamedObj is a named object that can be either a class definition or an instance.Port A Port is the interface of an Entity to any number of Relations.Relation A Relation links ports, and therefore the entities that contain them.