org.sbpm.sbpel
Interface SemanticVariable

All Superinterfaces:
Variable

public interface SemanticVariable
extends Variable


Method Summary
 boolean addSemanticType(org.wsmo.common.IRI value)
           
 Set<org.wsmo.common.IRI> listSemanticTypes()
           
 boolean removeSemanticType(org.wsmo.common.IRI value)
           
 
Methods inherited from interface org.sbpm.sbpel.Variable
getDataType, getFromSpecification, getName, setDataType, setFromSpecification, setName
 

Method Detail

addSemanticType

boolean addSemanticType(org.wsmo.common.IRI value)

removeSemanticType

boolean removeSemanticType(org.wsmo.common.IRI value)

listSemanticTypes

Set<org.wsmo.common.IRI> listSemanticTypes()


Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.