Class ACFIsInstanceOf
java.lang.Object
com.ptc.core.meta.container.common.AbstractAttributeContainerFunction
com.ptc.core.meta.container.common.ACFIsInstanceOf
- All Implemented Interfaces:
AttributeContainerFunction,com.ptc.core.meta.container.common.BooleanAttributeContainerFunction,Externalizable,Serializable
public final class ACFIsInstanceOf
extends AbstractAttributeContainerFunction
implements com.ptc.core.meta.container.common.BooleanAttributeContainerFunction, Serializable
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription
Supported API: trueACFIsInstanceOf(Object the_element, TypeIdentifier type_id)
Supported API: true -
Method Summary
Modifier and TypeMethodDescriptioncalculate(AttributeContainer the_attribute_container, AssociationIdentifier entry_point)
Supported API: truebooleanisValid(AttributeContainer attribute_container)
Supported API: trueMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.ptc.core.meta.container.common.AttributeContainerFunction
getArgumentsRecursive
-
Constructor Details
-
ACFIsInstanceOf
public ACFIsInstanceOf(Object the_element, TypeIdentifier type_id) throws InvalidFunctionArgumentException
Supported API: true- Parameters:
the_element-type_id-- Throws:
InvalidFunctionArgumentException
-
ACFIsInstanceOf
public ACFIsInstanceOf()
Supported API: true
-
-
Method Details
-
isValid
Supported API: true- Specified by:
isValidin interfacecom.ptc.core.meta.container.common.BooleanAttributeContainerFunction- Parameters:
attribute_container-- Returns:
- boolean
-
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
-