Uses of Interface
net.sf.jmd.metarepresentation.IParameter

Packages that use IParameter
net.sf.jmd.metarepresentation   
net.sf.jmd.metarepresentation.impl   
 

Uses of IParameter in net.sf.jmd.metarepresentation
 

Methods in net.sf.jmd.metarepresentation that return types with arguments of type IParameter
 java.util.List<IParameter> IOperation.getParameters()
           
 java.util.List<IParameter> IMetaRepresentation.getParameters(IOperation operation)
           
 

Methods in net.sf.jmd.metarepresentation with parameters of type IParameter
 void IOperation.addParameter(IParameter parameter)
           
 

Uses of IParameter in net.sf.jmd.metarepresentation.impl
 

Classes in net.sf.jmd.metarepresentation.impl that implement IParameter
 class Parameter
           
 

Methods in net.sf.jmd.metarepresentation.impl that return types with arguments of type IParameter
 java.util.List<IParameter> Operation.getParameters()
           
 java.util.List<IParameter> MetaRepresentation.getParameters(IOperation operation)
          
 

Methods in net.sf.jmd.metarepresentation.impl with parameters of type IParameter
 void Operation.addParameter(IParameter parameter)
           
 



Copyright © 2007-2010. All Rights Reserved.