Uses of Interface
org.ptolemy.moml.InputType

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

Uses of InputType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return InputType
 InputType MomlFactory.createInputType()
          Returns a new object of class 'Input Type'.
 InputType DocumentRoot.getInput()
          Returns the value of the 'Input' containment reference.
 

Methods in org.ptolemy.moml that return types with arguments of type InputType
 EList<InputType> ClassType.getInput()
          Returns the value of the 'Input' containment reference list.
 EList<InputType> EntityType.getInput()
          Returns the value of the 'Input' containment reference list.
 EList<InputType> ModelType.getInput()
          Returns the value of the 'Input' containment reference list.
 

Methods in org.ptolemy.moml with parameters of type InputType
 void DocumentRoot.setInput(InputType value)
          Sets the value of the 'Input' containment reference.
 

Uses of InputType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement InputType
 class InputTypeImpl
          An implementation of the model object 'Input Type'.
 

Methods in org.ptolemy.moml.impl that return InputType
 InputType MomlFactoryImpl.createInputType()
           
 InputType DocumentRootImpl.getInput()
           
 

Methods in org.ptolemy.moml.impl that return types with arguments of type InputType
 EList<InputType> ClassTypeImpl.getInput()
           
 EList<InputType> EntityTypeImpl.getInput()
           
 EList<InputType> ModelTypeImpl.getInput()
           
 

Methods in org.ptolemy.moml.impl with parameters of type InputType
 NotificationChain DocumentRootImpl.basicSetInput(InputType newInput, NotificationChain msgs)
           
 void DocumentRootImpl.setInput(InputType newInput)
           
 

Uses of InputType in org.ptolemy.moml.util
 

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