ptolemy.actor.gt.ingredients.criteria
Class Criterion

java.lang.Object
  extended by ptolemy.actor.gt.GTIngredient
      extended by ptolemy.actor.gt.ingredients.criteria.Criterion
Direct Known Subclasses:
AttributeCriterion, PortCriterion, SubclassCriterion

public abstract class Criterion
extends GTIngredient

Since:
Ptolemy II 6.1
Version:
$Id: Criterion.java,v 1.4 2007/12/06 18:15:43 cxh Exp $
Author:
Thomas Huining Feng
Accepted Rating:
Red (tfeng)
Proposed Rating:
Red (tfeng)

Nested Class Summary
 
Nested classes/interfaces inherited from class ptolemy.actor.gt.GTIngredient
GTIngredient.FieldIterator, GTIngredient.NamedObjMatchResult
 
Field Summary
 
Fields inherited from class ptolemy.actor.gt.GTIngredient
FIELD_SEPARATOR
 
Constructor Summary
Criterion(GTIngredientList owner)
           
Criterion(GTIngredientList owner, int elementCount)
           
 
Method Summary
abstract  GTIngredient.NamedObjMatchResult match(NamedObj object)
           
 
Methods inherited from class ptolemy.actor.gt.GTIngredient
_decodeBooleanField, _decodeStringField, _encodeBooleanField, _encodeStringField, _escapeElementString, _findMatchingParen, _findSeparator, _unescapeElementString, disableAll, enableAll, getElements, getOwner, getValue, getValues, isEnabled, setEnabled, setValue, setValues, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Criterion

public Criterion(GTIngredientList owner)
Parameters:
owner -

Criterion

public Criterion(GTIngredientList owner,
                 int elementCount)
Parameters:
owner -
elementCount -
Method Detail

match

public abstract GTIngredient.NamedObjMatchResult match(NamedObj object)