Interface AttributeContainerSet
public interface AttributeContainerSet
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontains(AttributeContainer attribute_container)
Supported API: truegetIntersection(AttributeContainerSet attribute_container_set)
Supported API: true
Supported API: truegetUnion(AttributeContainerSet attribute_container_set)
Supported API: true
-
Method Details
-
contains
Supported API: true- Parameters:
attribute_container-- Returns:
- boolean
-
getInverse
AttributeContainerSet getInverse()
Supported API: true- Returns:
- AttributeContainerSet
-
getIntersection
Supported API: true- Parameters:
attribute_container_set-- Returns:
- AttributeContainerSet
-
getUnion
Supported API: true- Parameters:
attribute_container_set-- Returns:
- AttributeContainerSet
-