|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITouchpointData
ITouchpoint data instances contain the additional information needed by a touchpoint to execute each engine phase it participates in. This includes the sequence of instruction statements to be executed during each phase, and any additional supporting data needed to perform the phase.
MetadataFactory.createTouchpointData(Map)
Method Summary | |
---|---|
boolean |
equals(Object obj)
Returns whether this TouchpointData is equal to the given object. |
ITouchpointInstruction |
getInstruction(String instructionKey)
Returns the touchpoint instruction corresponding to the given key. |
Map<String,ITouchpointInstruction> |
getInstructions()
Returns an unmodifiable map of the touchpoint instructions. |
Method Detail |
---|
ITouchpointInstruction getInstruction(String instructionKey)
Map<String,ITouchpointInstruction> getInstructions()
ITouchpointInstruction
.
boolean equals(Object obj)
equals
in class Object
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.