Uses of Interface
org.mindswap.owls.process.Input

Packages that use Input
examples   
org.mindswap.owl   
org.mindswap.owls.grounding   
org.mindswap.owls.process   
org.mindswap.owls.profile   
 

Uses of Input in examples
 

Constructors in examples with parameters of type Input
Matchmaker.Match(int matchType, Output output, Input input)
           
 

Uses of Input in org.mindswap.owl
 

Methods in org.mindswap.owl that return Input
 Input OWLModel.createInput()
           
 Input OWLModel.createInput(java.net.URI uri)
           
 

Uses of Input in org.mindswap.owls.grounding
 

Methods in org.mindswap.owls.grounding with parameters of type Input
 void JavaAtomicGrounding.setInputVar(java.lang.String name, java.lang.String type, int index, Input owlsParameter)
          Sets an Input Parameter of the Java Grounding.
 

Uses of Input in org.mindswap.owls.process
 

Methods in org.mindswap.owls.process that return Input
 Input Process.createInput(java.net.URI uri, OWLType paramType)
           
 Input InputBinding.getInput()
           
 Input Process.getInput()
          Return the first input or null if there is no input.
 Input Process.getInput(int i)
           
 Input Process.getInput(java.lang.String localName)
           
 Input InputList.inputAt(int index)
           
 

Methods in org.mindswap.owls.process with parameters of type Input
 void Perform.addBinding(Input input, ParameterValue paramValue)
           
 void Perform.addBinding(Input input, Perform perform, Parameter param)
           
 void Process.addInput(Input input)
           
 InputBinding Perform.getBindingFor(Input input)
           
 

Uses of Input in org.mindswap.owls.profile
 

Methods in org.mindswap.owls.profile with parameters of type Input
 void Profile.addInput(Input input)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.