org.mindswap.owls.process
Interface Perform

All Superinterfaces:
ControlConstruct, OWLEntity, OWLIndividual, OWLObject, OWLValue

public interface Perform
extends ControlConstruct

Author:
Evren Sirin

Field Summary
static OWLOntology owls
           
static Perform TheParentPerform
           
static Perform ThisPerform
           
 
Method Summary
 void addBinding(InputBinding binding)
           
 void addBinding(Input input, ParameterValue paramValue)
           
 void addBinding(Input input, Perform perform, Parameter param)
           
 InputBinding getBindingFor(Input input)
           
 InputBindingList getBindings()
           
 Process getProcess()
           
 void setProcess(Process process)
           
 
Methods inherited from interface org.mindswap.owls.process.ControlConstruct
getAllProcesses, getConstructName, getConstructs
 
Methods inherited from interface org.mindswap.owl.OWLIndividual
addProperty, addProperty, addProperty, addProperty, addType, getDifferentIndividuals, getIncomingProperties, getIncomingProperties, getIncomingProperty, getOWLSOntology, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getSameIndividuals, getSourceOntology, getType, getTypes, hasProperty, hasProperty, isDifferentFrom, isSameAs, isType, removeProperties, removeProperty, removeTypes, setProperty, setProperty, setProperty, setProperty, toRDF, toRDF
 
Methods inherited from interface org.mindswap.owl.OWLEntity
addAnnotation, addAnnotation, addAnnotation, getAnnotation, getAnnotation, getAnnotations, getAnonID, getKB, getLabel, getLabel, getLabels, getLocalName, getOntology, getQName, getURI, isAnon, removeAnnotations, setAnnotation, setAnnotation, setAnnotation, setLabel, setLabel
 
Methods inherited from interface org.mindswap.owl.OWLObject
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView
 
Methods inherited from interface org.mindswap.owl.OWLValue
isDataValue, isIndividual
 
Methods inherited from interface org.mindswap.owl.OWLObject
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView
 

Field Detail

owls

static final OWLOntology owls

TheParentPerform

static final Perform TheParentPerform

ThisPerform

static final Perform ThisPerform
Method Detail

addBinding

void addBinding(InputBinding binding)

addBinding

void addBinding(Input input,
                ParameterValue paramValue)

addBinding

void addBinding(Input input,
                Perform perform,
                Parameter param)

getBindings

InputBindingList getBindings()

getBindingFor

InputBinding getBindingFor(Input input)

getProcess

Process getProcess()

setProcess

void setProcess(Process process)


Copyright © 2004 Evren Sirin. All Rights Reserved.