Uses of Class
hu.soft4d.minerva.uml.UmlParameter

Packages that use UmlParameter
hu.soft4d.minerva.ssm   
hu.soft4d.minerva.uml   
 

Uses of UmlParameter in hu.soft4d.minerva.ssm
 

Methods in hu.soft4d.minerva.ssm with parameters of type UmlParameter
protected  stsimulator.types.Type SSMFactory.getCreateSSMType(UmlParameter parameter, java.util.Map<javax.xml.namespace.QName,stsimulator.types.Type> typeMap)
          Get the SSM type corresponding to the type of the UmlParameter parameter.
 

Uses of UmlParameter in hu.soft4d.minerva.uml
 

Methods in hu.soft4d.minerva.uml that return UmlParameter
 UmlParameter[] UmlStateMachine.getAttributes()
           
 UmlParameter[] UmlClass.getAttributes()
           
 UmlParameter[] UmlOperation.getParameters()
           
 UmlParameter UmlOperation.getReturnParameter()
           
 

Constructors in hu.soft4d.minerva.uml with parameters of type UmlParameter
UmlClass(java.lang.String name, UmlParameter[] members)