|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractDeclarativeScopeProvider
org.eclipse.etrice.core.scoping.RoomScopeProvider
public class RoomScopeProvider
This class contains custom scoping description. see : http://www.eclipse.org/Xtext/documentation/latest/xtext.html#scoping on how and when to use it
Field Summary | |
---|---|
static java.lang.String |
STATE_PATH_DELIMITER
|
Constructor Summary | |
---|---|
RoomScopeProvider()
|
Method Summary | |
---|---|
IScope |
scope_BindingEndPoint_actorRef(BindingEndPoint ep,
EReference ref)
returns a flat list of ActorRef scopes for a BindingEndPoint |
IScope |
scope_BindingEndPoint_port(BindingEndPoint ep,
EReference ref)
returns a flat list of Port scopes for a BindingEndPoint |
IScope |
scope_ChoicepointTerminal_cp(ChoicepointTerminal ct,
EReference ref)
returns a flat list of Choicepoint scopes for a SubStateTrPointTerminal |
IScope |
scope_ExternalPort_ifport(ExternalPort ep,
EReference ref)
returns a flat list of Port scopes for a ExternalPort |
IScope |
scope_MessageFromIf_from(MessageFromIf mfi,
EReference ref)
returns a flat list of InterfaceItem scopes for a MessageFromIf |
IScope |
scope_MessageFromIf_message(MessageFromIf mfi,
EReference ref)
returns a flat list of Message scopes for a MessageFromIf |
IScope |
scope_MessageFromIf_port(MessageFromIf mfi,
EReference ref)
returns a flat list of Port scopes for a MessageFromIf |
IScope |
scope_MessageHandler_msg(MessageHandler handler,
EReference ref)
|
IScope |
scope_PortOperation_sendsMsg(PortOperation op,
EReference ref)
|
IScope |
scope_RefinedState_base(RefinedState rs,
EReference ref)
returns a flat list of BaseState scopes for a RefinedState |
IScope |
scope_RefSAPoint_ref(RefSAPoint pt,
EReference ref)
returns a flat list of ActorRef scopes for a SubActorSAPoint |
IScope |
scope_RelaySAPoint_relay(RelaySAPoint pt,
EReference ref)
returns a flat list of SPPRef scopes for a RelaySAPoint |
IScope |
scope_SemanticsRule_msg(SemanticsRule sr,
EReference ref)
returns a flat list of Message scopes for a SemanticsInRule |
IScope |
scope_SPPoint_actorRef(SPPoint pt,
EReference ref)
returns a flat list of ActorRef scopes for a SPPoint |
IScope |
scope_SPPoint_service(SPPoint pt,
EReference ref)
returns a flat list of SPPRef scopes for a SPPoint |
IScope |
scope_StateTerminal_state(StateTerminal st,
EReference ref)
returns a flat list of State scopes for a StateTerminal |
IScope |
scope_SubStateTrPointTerminal_state(SubStateTrPointTerminal st,
EReference ref)
returns a flat list of State scopes for a SubStateTrPointTerminal |
IScope |
scope_SubStateTrPointTerminal_trPoint(SubStateTrPointTerminal ep,
EReference ref)
returns a flat list of TransitionPoint scopes for a SubStateTrPointTerminal |
IScope |
scope_TrPointTerminal_trPoint(TrPointTerminal ep,
EReference ref)
returns a flat list of TransitionPoint scopes for a TrPointTerminal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String STATE_PATH_DELIMITER
Constructor Detail |
---|
public RoomScopeProvider()
Method Detail |
---|
public IScope scope_StateTerminal_state(StateTerminal st, EReference ref)
StateTerminal
st
- - the transition endpoint or terminalref
- - not used
public IScope scope_TrPointTerminal_trPoint(TrPointTerminal ep, EReference ref)
TrPointTerminal
ep
- - the transition endpoint or terminalref
- - not used
public IScope scope_SubStateTrPointTerminal_trPoint(SubStateTrPointTerminal ep, EReference ref)
SubStateTrPointTerminal
ep
- - the transition endpoint or terminalref
- - not used
public IScope scope_SubStateTrPointTerminal_state(SubStateTrPointTerminal st, EReference ref)
SubStateTrPointTerminal
st
- - the transition endpoint or terminalref
- - not used
public IScope scope_ChoicepointTerminal_cp(ChoicepointTerminal ct, EReference ref)
SubStateTrPointTerminal
ct
- - the transition endpoint or terminalref
- - not used
public IScope scope_MessageFromIf_message(MessageFromIf mfi, EReference ref)
MessageFromIf
mfi
- - the message from interfaceref
- - not used
public IScope scope_MessageFromIf_port(MessageFromIf mfi, EReference ref)
MessageFromIf
mfi
- - the message from interfaceref
- - not used
public IScope scope_MessageFromIf_from(MessageFromIf mfi, EReference ref)
MessageFromIf
mfi
- - the message from interfaceref
- - not used
public IScope scope_BindingEndPoint_actorRef(BindingEndPoint ep, EReference ref)
BindingEndPoint
ep
- - the endpointref
- - not used
public IScope scope_BindingEndPoint_port(BindingEndPoint ep, EReference ref)
BindingEndPoint
ep
- - the endpointref
- - not used
public IScope scope_RefinedState_base(RefinedState rs, EReference ref)
RefinedState
rs
- - the refined stateref
- - not used
public IScope scope_SemanticsRule_msg(SemanticsRule sr, EReference ref)
SemanticsInRule
sr
- - the semantics rule for incoming messagesref
- - not used
public IScope scope_RefSAPoint_ref(RefSAPoint pt, EReference ref)
SubActorSAPoint
pt
- ref
-
public IScope scope_RelaySAPoint_relay(RelaySAPoint pt, EReference ref)
RelaySAPoint
pt
- ref
-
public IScope scope_SPPoint_actorRef(SPPoint pt, EReference ref)
SPPoint
pt
- ref
-
public IScope scope_SPPoint_service(SPPoint pt, EReference ref)
SPPoint
pt
- ref
-
public IScope scope_MessageHandler_msg(MessageHandler handler, EReference ref)
public IScope scope_PortOperation_sendsMsg(PortOperation op, EReference ref)
public IScope scope_ExternalPort_ifport(ExternalPort ep, EReference ref)
ExternalPort
ar
- - the external portref
- - not used
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |