HEADER

Uses of Class
biouml.standard.type.KineticType.Element

Packages that use KineticType.Element
biouml.standard.type 

Uses of KineticType.Element in biouml.standard.type
 

Constructors in biouml.standard.type with parameters of type KineticType.Element
KineticType.KineticType(DataCollection origin, String name, String title, String description, boolean reversible, String function, Element[] elements)
          
 

Methods in biouml.standard.type that return KineticType.Element
Element[]KineticType.getConstants()
          
Element[]KineticType.getElements()
          
Element[]KineticType.getElements(String type)
          Returns elements of the specified type.
Element[]KineticType.getModifers()
          
Element[]KineticType.getProducts()
          
Element[]KineticType.getReactants()
          
 

Methods in biouml.standard.type with parameters of type KineticType.Element
voidKineticType.setElements(Element[] elements)
          
 


FOOTER

BOTTOM