viper.descriptors.attributes
Class Attribute_bvalue

java.lang.Object
  extended byviper.descriptors.attributes.AbstractAttribute
      extended byviper.descriptors.attributes.Attribute
          extended byviper.descriptors.attributes.Attribute_bvalue
All Implemented Interfaces:
java.lang.Cloneable, Filterable

public class Attribute_bvalue
extends Attribute

This attribute represents a boolean value.


Nested Class Summary
 
Nested classes inherited from class viper.filters.Filterable
Filterable.Rule
 
Field Summary
 
Fields inherited from class viper.descriptors.attributes.Attribute
composition, compositionTolerance, compositionType, errors, value
 
Constructor Summary
Attribute_bvalue()
          Constructs a new static boolean value attribute.
Attribute_bvalue(Attribute old)
          Constructs a new copy of the old boolean attribute.
Attribute_bvalue(boolean dynamic)
          Constructs a new boolean value attribute.
 
Method Summary
 java.lang.Object clone()
          Returns a clone of this Attribute.
 java.lang.String getType()
          Returns the Attribute type, eg lvalue or bbox.
 boolean possibleValueOf(java.lang.String S)
          Determines if this Attribute can take the value specified.
 
Methods inherited from class viper.descriptors.attributes.Attribute
compareTo, compose, convertRule, crop, getCompositionType, getExtraConfig, getStaticValue, getValue, getValues, getValueToString, getXMLFormat, getXMLFormat, isCompositionType, isType, isValidRule, nullXML, nullXML, parseExtraConfig, passes, possibleValueOf, setCompositionType, setDefaultValue, setDefaultValue, setExtraConfig, setFrameSpan, setName, setOutputWidth, setStaticValue, setValue, setValue, setValue, setValue, setValue, toString
 
Methods inherited from class viper.descriptors.attributes.AbstractAttribute
getArchetype, getDefault, getExtraConfigInXML, getExtraConfigString, getName, isDynamic, loadAttributeType, named, named, parseAnInt, resetDefault, setArchetype, setArchetype, setArchetype, setDynamic
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attribute_bvalue

public Attribute_bvalue()
Constructs a new static boolean value attribute.


Attribute_bvalue

public Attribute_bvalue(boolean dynamic)
Constructs a new boolean value attribute.

Parameters:
dynamic - if the attribute is dynamic

Attribute_bvalue

public Attribute_bvalue(Attribute old)
Constructs a new copy of the old boolean attribute.

Parameters:
old - the old attribute
Method Detail

getType

public java.lang.String getType()
Description copied from class: AbstractAttribute
Returns the Attribute type, eg lvalue or bbox.

Overrides:
getType in class Attribute
Returns:
"none"

clone

public java.lang.Object clone()
Description copied from class: Attribute
Returns a clone of this Attribute.

Overrides:
clone in class Attribute
Returns:
a reference to a new Attribute with all the values of the original

possibleValueOf

public boolean possibleValueOf(java.lang.String S)
Description copied from class: Attribute
Determines if this Attribute can take the value specified. Relations are not yet supported.

Overrides:
possibleValueOf in class Attribute
Parameters:
S - the string to be tested
Returns:
whether or not the string is valid