it.amattioli.workstate.actions
Interface AttributeHandler

Show UML class diagram
All Superinterfaces:
AttributeReader
All Known Implementing Classes:
CompositeState, ConcurrentState, Machine, RealState, ReferenceState, SequentialState, SimpleState

public interface AttributeHandler
extends AttributeReader


Method Summary
 void setAttribute(String tag, Object value)
           
 
Methods inherited from interface it.amattioli.workstate.actions.AttributeReader
getAllAttributes, getAttribute
 

Method Detail

setAttribute

void setAttribute(String tag,
                  Object value)
                  throws WorkflowException
Throws:
WorkflowException


Copyright © 2011. All Rights Reserved.