it.amattioli.workstate.actions
Interface AttributeReader

Show UML class diagram
All Known Subinterfaces:
AttributeHandler
All Known Implementing Classes:
CompositeState, ConcurrentState, Event, FinalState, InitialState, JunctionPoint, Machine, PseudoState, RealState, ReferenceState, SequentialState, SimpleState, State

public interface AttributeReader


Method Summary
 Map<String,?> getAllAttributes()
           
 Object getAttribute(String tag)
           
 

Method Detail

getAttribute

Object getAttribute(String tag)

getAllAttributes

Map<String,?> getAllAttributes()


Copyright © 2011. All Rights Reserved.