|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.services.StandardManager
wt.vc.struct.StandardStructService
public class StandardStructService
This implementation of StructService has adds several listeners
in performStartupProcess() that deal primarily with copying links
and validating deletes.
Use the newStandardStructService static factory method(s),
not the StandardStructService constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
WTKeyedMap |
navigateDescribedBys(WTCollection iterations)
Navigates the describedBy roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of other side objects per iteration, i.e. |
WTKeyedMap |
navigateDescribedBys(WTCollection iterations,
boolean onlyOtherSide)
Navigates the describedBy roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e. |
WTKeyedMap |
navigateDescribedBys(WTCollection iterations,
Class iteratedDescribeLinkClass,
boolean onlyOtherSide)
Navigates the describedBy roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e. |
WTKeyedMap |
navigateDescribes(WTCollection iterations)
Navigates the describes roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of other side objects per iteration, i.e. |
WTKeyedMap |
navigateDescribes(WTCollection iterations,
boolean onlyOtherSide)
Navigates the describes roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e. |
WTKeyedMap |
navigateDescribes(WTCollection iterations,
Class iteratedDescribeLinkClass,
boolean onlyOtherSide)
Navigates the describes roles of the IteratedDescribeLinks returning a WTKeyedMap of keys = iterations and values = a WTList of links or other side objects per iteration, i.e. |
QueryResult |
navigateReferencedBy(Mastered master)
Navigates the referencedBy role of the IteratedReferenceLink, returning a QueryResult of latest iterations. |
QueryResult |
navigateReferencedBy(Mastered master,
boolean onlyOtherSide)
Navigates the referencedBy role of the IteratedReferenceLink, returning a QueryResult of IteratedReferenceLinks if the value of onlyOtherSide is "false or iterations if the value is "true". |
QueryResult |
navigateReferencedBy(Mastered master,
Class iteratedReferenceLinkClass,
boolean onlyOtherSide)
Navigates the referencedBy role of the IteratedReferenceLink, returning a QueryResult of IteratedReferenceLinks if the value of onlyOtherSide is "false or iterations if the value is "true". |
WTKeyedMap |
navigateReferencedBy(WTCollection masters)
Navigates the referencedBy role of the IteratedReferenceLinks, returning a WTKeyedMap of masters mapped to WTLists of latest iterations. |
WTKeyedMap |
navigateReferencedBy(WTCollection masters,
boolean onlyOtherSide)
Navigates the referencedBy role of the IteratedReferenceLinks, returning a WTKeyedMap of masters mapped to WTLists of IteratedReferenceLinks if the value of onlyOtherSide is "false" or of latest iterations if the value is "true". |
WTKeyedMap |
navigateReferencedBy(WTCollection masters,
Class iteratedReferenceLinkClass,
boolean onlyOtherSide)
Navigates the referencedBy role of the IteratedReferenceLinks, returning a WTKeyedMap of masters mapped to WTLists of IteratedReferenceLinks if the value of onlyOtherSide is "false" or of latest iterations if the value is "true". |
QueryResult |
navigateReferences(Iterated iteration)
Navigates the references role of the IteratedReferenceLink, returning a QueryResult of masters. |
QueryResult |
navigateReferences(Iterated iteration,
boolean onlyOtherSide)
Navigates the references role of the IteratedReferenceLink, returning a QueryResult of IteratedReferenceLinks if the value of onlyOtherSide is "false" or iterations if the value is "true". |
QueryResult |
navigateReferences(Iterated iteration,
Class iteratedReferenceLinkClass,
boolean onlyOtherSide)
Navigates the references role of the IteratedReferenceLink, returning a QueryResult of IteratedReferenceLinks if the value of onlyOtherSide is "false" or iterations if the value is "true". |
WTKeyedMap |
navigateReferences(WTCollection iterations)
Navigates the references role of the IteratedReferenceLinks, returning a WTKeyedMap of iterations mapped to WTLists of masters. |
WTKeyedMap |
navigateReferences(WTCollection iterations,
boolean onlyOtherSide)
Navigates the references role of the IteratedReferenceLinks, returning a WTKeyedMap of iterations mapped to WTLists of IteratedReferenceLinks if the value of onlyOtherSide is "false" or of masters if the value is "true". |
WTKeyedMap |
navigateReferences(WTCollection iterations,
Class iteratedReferenceLinkClass,
boolean onlyOtherSide)
Navigates the references role of the IteratedReferenceLinks, returning a WTKeyedMap of iterations mapped to WTLists of IteratedReferenceLinks if the value of onlyOtherSide is "false" or of masters if the value is "true". |
QueryResult |
navigateReferencesToIteration(Iterated iteration,
boolean onlyOtherSide,
ConfigSpec configSpec)
Navigate the references role of the IteratedReferenceLink and finds the appropriate iterations for those masters by applying the ConfigSpec. |
QueryResult |
navigateReferencesToIteration(Iterated iteration,
Class iteratedReferenceLinkClass,
boolean onlyOtherSide,
ConfigSpec configSpec)
Navigate the references role of the IteratedReferenceLink and finds the appropriate iterations for those masters by applying the ConfigSpec. |
QueryResult |
navigateReferencesToIteration(Iterated iteration,
ConfigSpec configSpec)
Navigates the references role of the IteratedReferenceLink and finds the appropriate iterations for the masters given the configSpec and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations. |
QueryResult |
navigateUsedBy(Mastered master)
Navigates the usedBy role of the IteratedUsageLink, returning a QueryResult of latest iterations. |
QueryResult |
navigateUsedBy(Mastered master,
boolean onlyOtherSide)
Navigates the usedBy role of the IteratedUsageLink, returning a QueryResult of IteratedUsageLinks if the value of onlyOtherSide is "false or iterations if the value is "true". |
QueryResult |
navigateUsedBy(Mastered master,
Class iteratedUsageLinkClass,
boolean onlyOtherSide)
Navigates the usedBy role of the IteratedUsageLink, returning a QueryResult of IteratedUsageLinks if the value of onlyOtherSide is "false or iterations if the value is "true". |
WTKeyedMap |
navigateUsedBy(WTCollection masters)
Navigates the usedBy role of the IteratedUsageLinks, returning a WTKeyedMap of masters mapped to WTLists of latest iterations. |
WTKeyedMap |
navigateUsedBy(WTCollection masters,
boolean onlyOtherSide)
Navigates the usedBy role of the IteratedUsageLinks, returning a WTKeyedMap of masters mapped to WTLists of IteratedUsageLinks if the value of onlyOtherSide is "false" or of latest iterations if the value is "true". |
WTKeyedMap |
navigateUsedBy(WTCollection masters,
Class iteratedUsageLinkClass,
boolean onlyOtherSide)
Navigates the usedBy role of the IteratedUsageLinks, returning a WTKeyedMap of masters mapped to WTLists of IteratedUsageLinks if the value of onlyOtherSide is "false" or of latest iterations if the value is "true". |
QueryResult |
navigateUsedByToIteration(Iterated iteration,
boolean onlyOtherSide,
ConfigSpec configSpec)
Navigates the used by role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec, then for the masters of those iterations is uses filteredIterationsOf to double check that those iterations where the ones that should have been chosen by the config spec, and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations. |
QueryResult |
navigateUsedByToIteration(Iterated iteration,
Class iteratedUsageLinkClass,
boolean onlyOtherSide,
ConfigSpec configSpec)
Navigates the used by role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec, then for the masters of those iterations is uses filteredIterationsOf to double check that those iterations where the ones that should have been chosen by the config spec, and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations. |
QueryResult |
navigateUsedByToIteration(Iterated iteration,
ConfigSpec configSpec)
Navigates the used by role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec, then for the masters of those iterations is uses filteredIterationsOf to double check that those iterations where the ones that should have been chosen by the config spec, and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations. |
QueryResult |
navigateUses(Iterated iteration)
Navigates the uses role of the IteratedUsageLink, returning a QueryResult of masters. |
QueryResult |
navigateUses(Iterated iteration,
boolean onlyOtherSide)
Navigates the uses role of the IteratedUsageLink, returning a QueryResult of IteratedUsageLinks if the value of onlyOtherSide is "false" or iterations if the value is "true". |
QueryResult |
navigateUses(Iterated iteration,
Class iteratedUsageLinkClass,
boolean onlyOtherSide)
Navigates the uses role of the IteratedUsageLink, returning a QueryResult of IteratedUsageLinks if the value of onlyOtherSide is "false" or iterations if the value is "true". |
WTKeyedMap |
navigateUses(WTCollection iterations)
Navigates the uses role of the IteratedUsageLinks, returning a WTKeyedMap of iterations mapped to WTLists of masters. |
WTKeyedMap |
navigateUses(WTCollection iterations,
boolean onlyOtherSide)
Navigates the uses role of the IteratedUsageLinks, returning a WTKeyedMap of iterations mapped to WTLists of IteratedUsageLinks if the value of onlyOtherSide is "false" or of masters if the value is "true". |
WTKeyedMap |
navigateUses(WTCollection iterations,
Class iteratedUsageLinkClass,
boolean onlyOtherSide)
Navigates the uses role of the IteratedUsageLinks, returning a WTKeyedMap of iterations mapped to WTLists of IteratedUsageLinks if the value of onlyOtherSide is "false" or of masters if the value is "true". |
QueryResult |
navigateUsesToIteration(Iterated iteration,
boolean onlyOtherSide,
ConfigSpec configSpec)
Navigate the uses role of the IteratedUsageLink and finds the appropriate iterations for those masters by applying the ConfigSpec. |
QueryResult |
navigateUsesToIteration(Iterated iteration,
Class iteratedUsageLinkClass,
boolean onlyOtherSide,
ConfigSpec configSpec)
Navigate the uses role of the IteratedUsageLink and finds the appropriate iterations for those masters by applying the ConfigSpec. |
QueryResult |
navigateUsesToIteration(Iterated iteration,
ConfigSpec configSpec)
Navigates the uses role of the IteratedUsageLink and finds the appropriate iterations for the masters given the configSpec and returns a QueryResult of those iterations that match as well as the masters for which there were no matching iterations. |
WTKeyedMap |
navigateUsesToIteration(WTCollection iterations,
boolean onlyOtherSide,
ConfigSpec configSpec)
Navigate the uses role of the IteratedUsageLinks and finds the appropriate iterations for those masters by applying the ConfigSpec. |
WTKeyedMap |
navigateUsesToIteration(WTCollection iterations,
Class iteratedUsageLinkClass,
boolean onlyOtherSide,
ConfigSpec configSpec)
Navigate the uses role of the IteratedUsageLinks and finds the appropriate iterations for those masters by applying the ConfigSpec. |
WTKeyedMap |
navigateUsesToIteration(WTCollection iterations,
ConfigSpec configSpec)
Navigates the uses role of the IteratedUsageLinks and finds the appropriate iterations for the masters given the configSpec and returns a WTKeyedMap the iterations mapped to QueryResults of those iterations that match as well as the masters for which there were no matching iterations. |
| Methods inherited from class wt.services.StandardManager |
|---|
getManagerService, getManagerStatus, getName, getStartupType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public QueryResult navigateUses(Iterated iteration)
throws WTException
navigateUses in interface StructServiceiteration -
WTExceptionIteratedUsageLink,
Mastered
public QueryResult navigateUses(Iterated iteration,
boolean onlyOtherSide)
throws WTException
navigateUses in interface StructServiceiteration - onlyOtherSide -
WTExceptionIteratedUsageLink,
Mastered
public QueryResult navigateUses(Iterated iteration,
Class iteratedUsageLinkClass,
boolean onlyOtherSide)
throws WTException
navigateUses in interface StructServiceiteration - iteratedUsageLinkClass - onlyOtherSide -
WTExceptionIteratedUsageLink,
Mastered
public WTKeyedMap navigateUses(WTCollection iterations)
throws WTException
navigateUses in interface StructServiceiterations -
WTExceptionIteratedUsageLink,
Mastered
public WTKeyedMap navigateUses(WTCollection iterations,
boolean onlyOtherSide)
throws WTException
navigateUses in interface StructServiceiterations - onlyOtherSide -
WTExceptionIteratedUsageLink,
Mastered
public WTKeyedMap navigateUses(WTCollection iterations,
Class iteratedUsageLinkClass,
boolean onlyOtherSide)
throws WTException
navigateUses in interface StructServiceiterations - iteratedUsageLinkClass - onlyOtherSide -
WTExceptionIteratedUsageLink,
Mastered
public QueryResult navigateUsedByToIteration(Iterated iteration,
ConfigSpec configSpec)
throws WTException,
wt.vc.config.ConfigException
navigateUsedByToIteration in interface StructServiceiteration - configSpec -
WTException
wt.vc.config.ConfigExceptionIteratedUsageLink,
Mastered,
Iterated,
ConfigSpec
public QueryResult navigateUsedByToIteration(Iterated iteration,
boolean onlyOtherSide,
ConfigSpec configSpec)
throws WTException,
wt.vc.config.ConfigException
navigateUsedByToIteration in interface StructServiceiteration - onlyOtherSide - configSpec -
WTException
wt.vc.config.ConfigExceptionIteratedUsageLink,
Mastered,
Iterated,
ConfigSpec
public QueryResult navigateUsedByToIteration(Iterated iteration,
Class iteratedUsageLinkClass,
boolean onlyOtherSide,
ConfigSpec configSpec)
throws WTException,
wt.vc.config.ConfigException
navigateUsedByToIteration in interface StructServiceiteration - iteratedUsageLinkClass - onlyOtherSide - configSpec -
WTException
wt.vc.config.ConfigExceptionIteratedUsageLink,
Mastered,
Iterated,
ConfigSpec
public QueryResult navigateUsedBy(Mastered master)
throws WTException
navigateUsedBy in interface StructServicemaster -
WTExceptionIteratedUsageLink,
Iterated
public QueryResult navigateUsedBy(Mastered master,
boolean onlyOtherSide)
throws WTException
navigateUsedBy in interface StructServicemaster - onlyOtherSide -
WTExceptionIteratedUsageLink,
wt.vc.version.Version
public QueryResult navigateUsedBy(Mastered master,
Class iteratedUsageLinkClass,
boolean onlyOtherSide)
throws WTException
navigateUsedBy in interface StructServicemaster - iteratedUsageLinkClass - onlyOtherSide -
WTExceptionIteratedUsageLink,
wt.vc.version.Version
public WTKeyedMap navigateUsedBy(WTCollection masters)
throws WTException
navigateUsedBy in interface StructServicemasters -
WTExceptionIteratedUsageLink,
Iterated
public WTKeyedMap navigateUsedBy(WTCollection masters,
boolean onlyOtherSide)
throws WTException
navigateUsedBy in interface StructServicemasters - onlyOtherSide -
WTExceptionIteratedUsageLink,
Iterated
public WTKeyedMap navigateUsedBy(WTCollection masters,
Class iteratedUsageLinkClass,
boolean onlyOtherSide)
throws WTException
navigateUsedBy in interface StructServicemasters - iteratedUsageLinkClass - onlyOtherSide -
WTExceptionIteratedUsageLink,
Iterated
public QueryResult navigateUsesToIteration(Iterated iteration,
ConfigSpec configSpec)
throws WTException,
wt.vc.config.ConfigException
navigateUsesToIteration in interface StructServiceiteration - configSpec -
WTException
wt.vc.config.ConfigExceptionIteratedUsageLink,
Mastered,
Iterated,
ConfigSpec
public QueryResult navigateUsesToIteration(Iterated iteration,
boolean onlyOtherSide,
ConfigSpec configSpec)
throws WTException,
wt.vc.config.ConfigException
navigateUsesToIteration in interface StructServiceiteration - onlyOtherSide - configSpec -
WTException
wt.vc.config.ConfigExceptionIteratedUsageLink,
Mastered,
Iterated,
ConfigSpec
public QueryResult navigateUsesToIteration(Iterated iteration,
Class iteratedUsageLinkClass,
boolean onlyOtherSide,
ConfigSpec configSpec)
throws WTException,
wt.vc.config.ConfigException
navigateUsesToIteration in interface StructServiceiteration - iteratedUsageLinkClass - onlyOtherSide - configSpec -
WTException
wt.vc.config.ConfigExceptionIteratedUsageLink,
Mastered,
Iterated,
ConfigSpec
public WTKeyedMap navigateUsesToIteration(WTCollection iterations,
ConfigSpec configSpec)
throws WTException,
wt.vc.config.ConfigException
navigateUsesToIteration in interface StructServiceiterations - configSpec -
WTException
wt.vc.config.ConfigExceptionIteratedUsageLink,
Mastered,
Iterated,
ConfigSpec
public WTKeyedMap navigateUsesToIteration(WTCollection iterations,
boolean onlyOtherSide,
ConfigSpec configSpec)
throws WTException,
wt.vc.config.ConfigException
navigateUsesToIteration in interface StructServiceiterations - onlyOtherSide - configSpec -
WTException
wt.vc.config.ConfigExceptionIteratedUsageLink,
Mastered,
Iterated,
ConfigSpec
public WTKeyedMap navigateUsesToIteration(WTCollection iterations,
Class iteratedUsageLinkClass,
boolean onlyOtherSide,
ConfigSpec configSpec)
throws WTException,
wt.vc.config.ConfigException
navigateUsesToIteration in interface StructServiceiterations - iteratedUsageLinkClass - onlyOtherSide - configSpec -
WTException
wt.vc.config.ConfigExceptionIteratedUsageLink,
Mastered,
Iterated,
ConfigSpec
public QueryResult navigateReferences(Iterated iteration)
throws WTException
navigateReferences in interface StructServiceiteration -
WTExceptionIteratedReferenceLink,
Mastered
public QueryResult navigateReferences(Iterated iteration,
boolean onlyOtherSide)
throws WTException
navigateReferences in interface StructServiceiteration - onlyOtherSide -
WTExceptionIteratedReferenceLink,
Mastered
public QueryResult navigateReferences(Iterated iteration,
Class iteratedReferenceLinkClass,
boolean onlyOtherSide)
throws WTException
navigateReferences in interface StructServiceiteration - iteratedReferenceLinkClass - onlyOtherSide -
WTExceptionIteratedReferenceLink,
Mastered
public WTKeyedMap navigateReferences(WTCollection iterations)
throws WTException
navigateReferences in interface StructServiceiterations -
WTExceptionIteratedReferenceLink,
Mastered
public WTKeyedMap navigateReferences(WTCollection iterations,
boolean onlyOtherSide)
throws WTException
navigateReferences in interface StructServiceiterations - onlyOtherSide -
WTExceptionIteratedReferenceLink,
Mastered
public WTKeyedMap navigateReferences(WTCollection iterations,
Class iteratedReferenceLinkClass,
boolean onlyOtherSide)
throws WTException
navigateReferences in interface StructServiceiterations - iteratedReferenceLinkClass - onlyOtherSide -
WTExceptionIteratedReferenceLink,
Mastered
public QueryResult navigateReferencedBy(Mastered master)
throws WTException
navigateReferencedBy in interface StructServicemaster -
WTExceptionIteratedReferenceLink,
Iterated
public QueryResult navigateReferencedBy(Mastered master,
boolean onlyOtherSide)
throws WTException
navigateReferencedBy in interface StructServicemaster - onlyOtherSide -
WTExceptionIteratedReferenceLink,
wt.vc.version.Version
public QueryResult navigateReferencedBy(Mastered master,
Class iteratedReferenceLinkClass,
boolean onlyOtherSide)
throws WTException
navigateReferencedBy in interface StructServicemaster - iteratedReferenceLinkClass - onlyOtherSide -
WTExceptionIteratedReferenceLink,
wt.vc.version.Version
public WTKeyedMap navigateReferencedBy(WTCollection masters)
throws WTException
navigateReferencedBy in interface StructServicemasters -
WTExceptionIteratedReferenceLink,
Iterated
public WTKeyedMap navigateReferencedBy(WTCollection masters,
boolean onlyOtherSide)
throws WTException
navigateReferencedBy in interface StructServicemasters - onlyOtherSide -
WTExceptionIteratedReferenceLink,
Iterated
public WTKeyedMap navigateReferencedBy(WTCollection masters,
Class iteratedReferenceLinkClass,
boolean onlyOtherSide)
throws WTException
navigateReferencedBy in interface StructServicemasters - iteratedReferenceLinkClass - onlyOtherSide -
WTExceptionIteratedReferenceLink,
Iterated
public QueryResult navigateReferencesToIteration(Iterated iteration,
ConfigSpec configSpec)
throws WTException,
wt.vc.config.ConfigException
navigateReferencesToIteration in interface StructServiceiteration - configSpec -
WTException
wt.vc.config.ConfigExceptionIteratedReferenceLink,
Mastered,
Iterated,
ConfigSpec
public QueryResult navigateReferencesToIteration(Iterated iteration,
boolean onlyOtherSide,
ConfigSpec configSpec)
throws WTException,
wt.vc.config.ConfigException
navigateReferencesToIteration in interface StructServiceiteration - onlyOtherSide - configSpec -
WTException
wt.vc.config.ConfigExceptionIteratedReferenceLink,
Mastered,
Iterated,
ConfigSpec
public QueryResult navigateReferencesToIteration(Iterated iteration,
Class iteratedReferenceLinkClass,
boolean onlyOtherSide,
ConfigSpec configSpec)
throws WTException,
wt.vc.config.ConfigException
navigateReferencesToIteration in interface StructServiceiteration - iteratedReferenceLinkClass - onlyOtherSide - configSpec -
WTException
wt.vc.config.ConfigExceptionIteratedReferenceLink,
Mastered,
Iterated,
ConfigSpec
public WTKeyedMap navigateDescribes(WTCollection iterations)
throws WTException
navigateDescribes in interface StructServiceiterations -
WTExceptionIteratedDescribeLink,
wt.vc.version.Iterated
public WTKeyedMap navigateDescribes(WTCollection iterations,
boolean onlyOtherSide)
throws WTException
navigateDescribes in interface StructServiceiterations - onlyOtherSide -
WTExceptionIteratedDescribeLink,
wt.vc.version.Iterated
public WTKeyedMap navigateDescribes(WTCollection iterations,
Class iteratedDescribeLinkClass,
boolean onlyOtherSide)
throws WTException
navigateDescribes in interface StructServiceiterations - iteratedDescribeLinkClass - onlyOtherSide -
WTExceptionIteratedDescribeLink,
wt.vc.version.Iterated
public WTKeyedMap navigateDescribedBys(WTCollection iterations)
throws WTException
navigateDescribedBys in interface StructServiceiterations -
WTExceptionIteratedDescribeLink,
wt.vc.version.Iterated
public WTKeyedMap navigateDescribedBys(WTCollection iterations,
boolean onlyOtherSide)
throws WTException
navigateDescribedBys in interface StructServiceiterations - onlyOtherSide -
WTExceptionIteratedDescribeLink,
wt.vc.version.Iterated
public WTKeyedMap navigateDescribedBys(WTCollection iterations,
Class iteratedDescribeLinkClass,
boolean onlyOtherSide)
throws WTException
navigateDescribedBys in interface StructServiceiterations - iteratedDescribeLinkClass - onlyOtherSide -
WTExceptionIteratedDescribeLink,
wt.vc.version.Iterated
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||