Class BaseGroupImpl1
java.lang.Object
info.oais.implementation.infomodel.BaseGroupImpl1
- All Implemented Interfaces:
- BaseGroup
public class BaseGroupImpl1 extends Object implements BaseGroup
Object as a Group, each of which may have a category e.g. Provenance, Reference or Context.
Each element is an Object which may itself be a Group. Groups may be tagged as a AndGroup or a OrGroup by implementing the appropriate interface. If neither is implemented then the default is that it is a AndGroup.
Each element is an Object which may itself be a Group. Groups may be tagged as a AndGroup or a OrGroup by implementing the appropriate interface. If neither is implemented then the default is that it is a AndGroup.
- Author:
- David
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description BaseGroupImpl1()
- 
Method Summary
- 
Field Details- 
groupFor array of objects
 
- 
- 
Constructor Details- 
BaseGroupImpl1public BaseGroupImpl1()
 
- 
- 
Method Details