Uses of Class
com.evelopers.unimod.core.stateworks.ClassElement

Packages that use ClassElement
com.evelopers.unimod.core.stateworks   
com.evelopers.unimod.transform.xml   
 

Uses of ClassElement in com.evelopers.unimod.core.stateworks
 

Subclasses of ClassElement in com.evelopers.unimod.core.stateworks
 class ControlledObjectHandler
           Class ControlledObjectHandler is a container for Controlled Object implementation.
 class EventProviderHandler
          EvnetProvider object handler
 class StateMachine
           Class StateMachine represents StateMachine abstraction.
 

Fields in com.evelopers.unimod.core.stateworks declared as ClassElement
protected  ClassElement Action.object
           
 

Methods in com.evelopers.unimod.core.stateworks that return ClassElement
 ClassElement StateMachine.getClassElement(java.lang.String name)
          Returns associated class element with given supplier role name
 ClassElement Association.getSource()
          Returns state machine that is a client in this association.
 ClassElement Association.getTarget()
          Returns controlled object that is a supplier in this association.
 ClassElement Action.getObject()
           
 

Methods in com.evelopers.unimod.core.stateworks with parameters of type ClassElement
 Association StateMachine.createOutgoingAssociation(ClassElement supplier, java.lang.String supplierRole, java.lang.String clientRole)
           
 Association StateMachine.createOutgoingAssociation(ClassElement supplier, java.lang.String supplierRole)
           
 Association StateMachine.createOutgoingAssociation(ClassElement supplier)
           
 Association StateMachine.createIncomingAssociation(ClassElement client, java.lang.String supplierRole, java.lang.String clientRole)
           
 Association StateMachine.createIncomingAssociation(ClassElement client, java.lang.String clientRole)
           
 Association StateMachine.createIncomingAssociation(ClassElement client)
           
 void Association.reconnect(ClassElement newSource, ClassElement newTarget)
          Reconnects transition to new source and target states.
 void Association.setSource(ClassElement newSource)
          Sets new source class.
 void Association.setTarget(ClassElement newTarget)
          Sets new target state.
 void Action.setObject(ClassElement object)
           
 

Constructors in com.evelopers.unimod.core.stateworks with parameters of type ClassElement
Association(ClassElement source, ClassElement target)
           Creates new association using controlled object name as supplier role.
Association(ClassElement source, java.lang.String supplierRole, ClassElement target, java.lang.String clientRole)
           Creates new association.
 

Uses of ClassElement in com.evelopers.unimod.transform.xml
 

Methods in com.evelopers.unimod.transform.xml that return ClassElement
protected  ClassElement XMLToModel.resolveClassElement(java.lang.String name)