copyright The Portico Project 2008.

Uses of Class
org.portico.shared.model.ACInstance

Packages that use ACInstance
org.portico.shared.model   
 

Uses of ACInstance in org.portico.shared.model
 

Fields in org.portico.shared.model with type parameters of type ACInstance
private  Map<Integer,ACInstance> OCInstance.attributes
           
 

Methods in org.portico.shared.model that return ACInstance
 ACInstance OCInstance.getAttribute(int handle)
          Fetch and return the contained attribute of the given handle.
 ACInstance ACMetadata.newInstance()
          Creates and returns an ACInstance of this type
 ACInstance OCInstance.removeAttribute(int handle)
          Remove and return the attribute contained within this instance of the given handle.
 

Methods in org.portico.shared.model that return types with arguments of type ACInstance
 Set<ACInstance> OCInstance.getAllAttributes()
          Returns a set of all the contained attributes for this object instance.
 Set<ACInstance> OCInstance.getAllOwnedAttributes(int fedHandle)
          Returns a set of all the attribute instances contained within this instance that are owned by the federate of the given handle.
 

Methods in org.portico.shared.model with parameters of type ACInstance
 void OCInstance.addAttribute(ACInstance attribute)
          Stores the given attribute in this object instance.
 

Method parameters in org.portico.shared.model with type arguments of type ACInstance
 void OCInstance.addAllAttributes(Set<ACInstance> atts)
          This method will just call addAttribute(ACInstance) for each of the attributes contained in the given set.
 


copyright The Portico Project 2008.