org.wsmo.service.orchestration
Interface Orchestration

All Superinterfaces:
org.wsmo.common.Entity, org.wsmo.service.Orchestration

public interface Orchestration
extends org.wsmo.service.Orchestration

WSMO4J Orchestration Interface

Version:
$Revision: 1845 $ $Date: 2006-10-24 17:13:25 +0300 (Tue, 24 Oct 2006) $
Author:
James Scicluna Created on 30-May-2006 Committed by $Author: vassil_momtchev $ $Source$,

Method Summary
 OrchestrationRules getRules()
          Returns the transition rules of the orchestration description.
 StateSignature getStateSignature()
          Returns the state signature of the orchestration description.
 void setRules(OrchestrationRules rules)
          Sets the transition rules of the orchestration description.
 void setStateSignature(StateSignature signature)
          Sets the state signature of the orchestration description.
 
Methods inherited from interface org.wsmo.common.Entity
addNFPValue, addNFPValue, getIdentifier, listNFPValues, listNFPValues, removeNFP, removeNFPValue, removeNFPValue
 

Method Detail

getStateSignature

StateSignature getStateSignature()
Returns the state signature of the orchestration description.

Returns:
A StateSignature object or null.

setStateSignature

void setStateSignature(StateSignature signature)
Sets the state signature of the orchestration description.

Parameters:
signature - StateSignature object to be set.

getRules

OrchestrationRules getRules()
Returns the transition rules of the orchestration description.

Returns:
A Rules object containing the transition rules.

setRules

void setRules(OrchestrationRules rules)
Sets the transition rules of the orchestration description.

Parameters:
rules - Rules object to be set.


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