|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
oracle.clex.tools.addin.activitymodel.generator.jdev.SDFDetector
Constructor Summary | |
SDFDetector()
Instantiates all the significant elements list |
Method Summary | |
oracle.bm.genframework.detector.DetectionResults |
buildCompoundStructures()
Builds the Group Definition and returns it as a list of DetectionResults |
oracle.bm.genframework.detector.DetectionResults |
buildSupplementaryStructures(java.util.List allStructures)
Does nothing |
void |
detectNotes(java.util.List notes)
This method is provided as a work around by the Jdev Group for detecting notes which are not considered 'significant' elements |
void |
elementReached(oracle.bm.data.DataElement element,
java.util.List successors)
This method is invoked by the traverser when it encounters a significant element |
oracle.bm.genframework.detector.DetectionResults |
getPrimaryStructures()
Accumulates and returns all the primary Structures which resulted from the detection |
java.util.List |
getSignificantElements(java.util.Properties options,
oracle.bm.diagrammer.AppContext diagrammerContext,
java.util.List selection)
Returns a list of the significant elements that this application is interested in. |
void |
resetState()
Resets the results of detection |
Constructor Detail |
public SDFDetector()
Method Detail |
public java.util.List getSignificantElements(java.util.Properties options, oracle.bm.diagrammer.AppContext diagrammerContext, java.util.List selection)
public void elementReached(oracle.bm.data.DataElement element, java.util.List successors)
public void detectNotes(java.util.List notes)
A
- list of all the notes on the diagrampublic oracle.bm.genframework.detector.DetectionResults getPrimaryStructures()
public oracle.bm.genframework.detector.DetectionResults buildCompoundStructures()
public oracle.bm.genframework.detector.DetectionResults buildSupplementaryStructures(java.util.List allStructures)
public void resetState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |