net.sf.farrago.fem.fennel
Class FemAggInvocationClass$Hib
java.lang.Object
org.eigenbase.enki.jmi.impl.RefBaseObjectBase
org.eigenbase.enki.jmi.impl.RefFeaturedBase
org.eigenbase.enki.jmi.impl.RefClassBase
net.sf.farrago.fem.fennel.FemAggInvocationClass$Hib
- All Implemented Interfaces:
- RefBaseObject, RefClass, RefFeatured, FemAggInvocationClass
public class FemAggInvocationClass$Hib
- extends RefClassBase
- implements FemAggInvocationClass
Implements MOF's AggInvocation class proxy interface.
- Author:
MofImplementationHandler
Methods inherited from class org.eigenbase.enki.jmi.impl.RefClassBase |
getRepository, refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum, refImmediatePackage, register, unregister |
Methods inherited from class org.eigenbase.enki.jmi.impl.RefBaseObjectBase |
createInstance, equals, getCurrentInitializer, getEnum, getInitializer, getMofId, getTag, hashCode, invokeMethod, invokeMethod, logJmi, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints, setMofId, setRefMetaObject |
FemAggInvocationClass$Hib
FemAggInvocationClass$Hib(RefPackage container)
createFemAggInvocation
public FemAggInvocation createFemAggInvocation()
- Description copied from interface:
FemAggInvocationClass
- The default factory operation used to create an instance object.
- Specified by:
createFemAggInvocation
in interface FemAggInvocationClass
- Returns:
- The created instance object.
createFemAggInvocation
public FemAggInvocation createFemAggInvocation(AggFunction function,
int inputAttributeIndex)
- Description copied from interface:
FemAggInvocationClass
- Creates an instance object having attributes initialized by the passed
values.
- Specified by:
createFemAggInvocation
in interface FemAggInvocationClass
- Returns:
- The created instance object.
checkConstraints
protected void checkConstraints(List<JmiException> errors,
boolean deepVerify)
- Specified by:
checkConstraints
in class RefBaseObjectBase
getInstanceClass
public Class<?> getInstanceClass()
- Specified by:
getInstanceClass
in class RefClassBase