Uses of Class
context.arch.storage.AttributeFunction

Packages that use AttributeFunction
context.arch.storage   
 

Uses of AttributeFunction in context.arch.storage
 

Methods in context.arch.storage that return AttributeFunction
 AttributeFunction AttributeFunctions.getAttributeFunctionAt(int index)
          Returns the AttributeFunction object at the given index
 AttributeFunction AttributeFunctions.getAttributeFunction(java.lang.String name)
          This method returns the AttributeFunction with the given name from this list of AttributeFunctions.
 AttributeFunction AttributeFunctions.getAttributeFunction(java.lang.String name, java.lang.String prefix)
          This method returns the AttributeFunction with the given name from this list of AttributeFunctions.
 

Methods in context.arch.storage with parameters of type AttributeFunction
 void AttributeFunctions.addAttributeFunction(AttributeFunction att)
          Adds the given AttributeFunction object to the container.
 boolean AttributeFunctions.hasAttributeFunction(AttributeFunction att)
          Determines whether the given AttributeFunction object is in the container
 int AttributeFunctions.indexOfAttributeFunction(AttributeFunction att)
          Returns the index at which the AttributeFunction object occurs