Uses of Class
edu.UCL.satin.arch.attribute.GenericAttribute

Packages that use GenericAttribute
edu.UCL.satin.arch.components   
edu.UCL.satin.arch.facets   
edu.UCL.satin.arch.lmu   
edu.UCL.satin.impl.arch.attribute   
edu.UCL.satin.impl.container   
edu.UCL.satin.impl.MiToolkitDeployer   
 

Uses of GenericAttribute in edu.UCL.satin.arch.components
 

Methods in edu.UCL.satin.arch.components that return GenericAttribute
 GenericAttribute Component.getAttribute(java.lang.Object key)
          Returns the attribute matching the given key.
 

Methods in edu.UCL.satin.arch.components with parameters of type GenericAttribute
 boolean Component.addAttribute(GenericAttribute attr)
          Adds a new attribute to this component if it is not immutable
 

Uses of GenericAttribute in edu.UCL.satin.arch.facets
 

Methods in edu.UCL.satin.arch.facets that return GenericAttribute
 GenericAttribute ComponentFacet.getAttribute(java.lang.Object key)
          Gets an attribute from the properties of this component
 

Methods in edu.UCL.satin.arch.facets with parameters of type GenericAttribute
 boolean ComponentFacet.addAttribute(GenericAttribute attr)
          Adds an attribute to the component's propeties
 

Uses of GenericAttribute in edu.UCL.satin.arch.lmu
 

Methods in edu.UCL.satin.arch.lmu that return GenericAttribute
 GenericAttribute LMU.getAttribute(java.lang.Object key)
          Returns an attribute from the lmu
 

Methods in edu.UCL.satin.arch.lmu with parameters of type GenericAttribute
 void LMU.addAttribute(GenericAttribute attr)
          Adds an attribute to the lmu
 

Uses of GenericAttribute in edu.UCL.satin.impl.arch.attribute
 

Subclasses of GenericAttribute in edu.UCL.satin.impl.arch.attribute
 class MatchAttribute
          A filter attribute is an immutable GenericAttribute that allows for complex and expressive comparison with other attributes via the use of a filter.
 

Methods in edu.UCL.satin.impl.arch.attribute with parameters of type GenericAttribute
 boolean StringExactMatchFilter.compare(MatchAttribute filter, GenericAttribute attr)
           
 boolean MatchFilter.compare(MatchAttribute filter, GenericAttribute attr)
          Compares the value of attr with that of filter.
 boolean LesserThanFilter.compare(MatchAttribute filter, GenericAttribute attr)
           
 boolean LesserEqualThanFilter.compare(MatchAttribute filter, GenericAttribute attr)
           
 boolean GreaterThanFilter.compare(MatchAttribute filter, GenericAttribute attr)
           
 boolean GreaterEqualThanFilter.compare(MatchAttribute filter, GenericAttribute attr)
           
 boolean ContainsFilter.compare(MatchAttribute filter, GenericAttribute attr)
           
 boolean AnyFilter.compare(MatchAttribute filter, GenericAttribute attr)
           
 

Uses of GenericAttribute in edu.UCL.satin.impl.container
 

Fields in edu.UCL.satin.impl.container declared as GenericAttribute
private  GenericAttribute ComponentVersions.id
           
 

Uses of GenericAttribute in edu.UCL.satin.impl.MiToolkitDeployer
 

Methods in edu.UCL.satin.impl.MiToolkitDeployer that return GenericAttribute
 GenericAttribute HashLMU.getAttribute(java.lang.Object key)
           
 

Methods in edu.UCL.satin.impl.MiToolkitDeployer with parameters of type GenericAttribute
 void HashLMU.addAttribute(GenericAttribute attr)