Uses of Interface
org.ptolemy.moml.Any

Packages that use Any
org.ptolemy.moml   
org.ptolemy.moml.impl   
org.ptolemy.moml.util   
 

Uses of Any in org.ptolemy.moml
 

Subinterfaces of Any in org.ptolemy.moml
 interface GroupType
          A representation of the model object 'Group Type'.
 

Methods in org.ptolemy.moml that return Any
 Any MomlFactory.createAny()
          Returns a new object of class 'Any'.
 

Uses of Any in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement Any
 class AnyImpl
          An implementation of the model object 'Any'.
 class GroupTypeImpl
          An implementation of the model object 'Group Type'.
 

Methods in org.ptolemy.moml.impl that return Any
 Any MomlFactoryImpl.createAny()
           
 

Uses of Any in org.ptolemy.moml.util
 

Methods in org.ptolemy.moml.util with parameters of type Any
 T MomlSwitch.caseAny(Any object)
          Returns the result of interpreting the object as an instance of 'Any'.