|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sei.aadl.model.util.ForAllAObject
edu.cmu.sei.aadl.model.util.AadlProcessingSwitch
edu.cmu.sei.aadl.model.util.AadlProcessingSwitchWithProgress
edu.cmu.sei.aadl.instance.CachePropertyAssociationsSwitch
public class CachePropertyAssociationsSwitch
Field Summary |
---|
Fields inherited from class edu.cmu.sei.aadl.model.util.AadlProcessingSwitchWithProgress |
---|
monitor |
Fields inherited from class edu.cmu.sei.aadl.model.util.AadlProcessingSwitch |
---|
componentSwitch, connectionSwitch, copyright, coreSwitch, DONE, featureSwitch, flowSwitch, INSTANCE, instanceSwitch, NOT_DONE, propertySwitch, self |
Fields inherited from class edu.cmu.sei.aadl.model.util.ForAllAObject |
---|
DEFAULT_DEFAULT_TRAVERSAL, NO_DEFAULT, PROCESS_BOTTOM_UP_COMPONENT_IMPL, PROCESS_POST_ORDER_ALL, PROCESS_PRE_ORDER_ALL, PROCESS_TOP_DOWN_COMPONENT_CLASSIFIER, PROCESS_TOP_DOWN_COMPONENT_IMPL, resultList |
Constructor Summary | |
---|---|
CachePropertyAssociationsSwitch(org.eclipse.core.runtime.IProgressMonitor pm,
AnalysisErrorReporterManager errManager,
SystemInstance si,
java.util.List filter)
|
Method Summary | |
---|---|
edu.cmu.sei.aadl.instance.SCProperties |
getSemanticConnectionProperties()
|
protected void |
initSwitches()
Subclasses override this method to set the switch fields AadlProcessingSwitch.coreSwitch ,AadlProcessingSwitch.componentSwitch ,
AadlProcessingSwitch.connectionSwitch ,AadlProcessingSwitch.featureSwitch ,AadlProcessingSwitch.flowSwitch ,
AadlProcessingSwitch.instanceSwitch , and AadlProcessingSwitch.propertySwitch to
analysis-specific switch implementations. |
Methods inherited from class edu.cmu.sei.aadl.model.util.AadlProcessingSwitchWithProgress |
---|
checkIfCancelled |
Methods inherited from class edu.cmu.sei.aadl.model.util.AadlProcessingSwitch |
---|
getComponentSwitch, getConnectionSwitch, getCoreSwitch, getFeatureSwitch, getFlowSwitch, getInstanceSwitch, getPropertySwitch, process |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CachePropertyAssociationsSwitch(org.eclipse.core.runtime.IProgressMonitor pm, AnalysisErrorReporterManager errManager, SystemInstance si, java.util.List filter)
Method Detail |
---|
protected final void initSwitches()
AadlProcessingSwitch
AadlProcessingSwitch.coreSwitch
,AadlProcessingSwitch.componentSwitch
,
AadlProcessingSwitch.connectionSwitch
,AadlProcessingSwitch.featureSwitch
,AadlProcessingSwitch.flowSwitch
,
AadlProcessingSwitch.instanceSwitch
, and AadlProcessingSwitch.propertySwitch
to
analysis-specific switch implementations. Implementaions should take
care, however, as this method is invoked by the constructor
AadlProcessingSwitch.AadlProcessingSwitch()
. Only the switches that are actually
needed need to be initialized, as the switch fields are previously
inialized to default do-nothing switch implementations.
initSwitches
in class AadlProcessingSwitch
public edu.cmu.sei.aadl.instance.SCProperties getSemanticConnectionProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |