Class ACFDescendantsOf
java.lang.Object
com.ptc.core.meta.container.common.AbstractAttributeContainerFunction
com.ptc.core.meta.container.common.ACFDescendantsOf
- All Implemented Interfaces:
AttributeContainerFunction,Externalizable,Serializable
public final class ACFDescendantsOf
extends AbstractAttributeContainerFunction
implements Serializable
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription
Supported API: trueACFDescendantsOf(AttributeTypeIdentifier the_attribute_type_identifier)
Supported API: true -
Method Summary
Modifier and TypeMethodDescriptioncalculate(AttributeContainer the_attribute_container, AssociationIdentifier entry_point)
Supported API: true
-
Constructor Details
-
ACFDescendantsOf
public ACFDescendantsOf(AttributeTypeIdentifier the_attribute_type_identifier) throws InvalidFunctionArgumentException
Supported API: true- Parameters:
the_attribute_type_identifier-- Throws:
InvalidFunctionArgumentException
-
ACFDescendantsOf
public ACFDescendantsOf()
Supported API: true
-
-
Method Details
-
calculate
public Object calculate(AttributeContainer the_attribute_container, AssociationIdentifier entry_point) throws InvalidFunctionArgumentException
Supported API: true- Specified by:
calculatein interfaceAttributeContainerFunction- Specified by:
calculatein classAbstractAttributeContainerFunction- Parameters:
the_attribute_container-entry_point-- Returns:
- Object
- Throws:
InvalidFunctionArgumentException
-