Package ptolemy.actor.gt
Class GTIngredientElement
- java.lang.Object
-
- ptolemy.actor.gt.GTIngredientElement
-
- Direct Known Subclasses:
CriterionElement,OperationElement
public class GTIngredientElement extends java.lang.ObjectSuperclass of any element that can be contained in a GTIngredient.- Since:
- Ptolemy II 7.1
- Version:
- $Id$
- Author:
- Thomas Huining Feng
- Pt.AcceptedRating:
- Red (tfeng)
- Pt.ProposedRating:
- Yellow (tfeng)
-
-
Constructor Summary
Constructors Constructor Description GTIngredientElement(java.lang.String name, boolean canDisable)Construct an element that can be added to a GTIngredient.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanDisable()Return whether this element can be disabled.java.lang.StringgetName()Return the name of this element.
-