Uses of Class
org.mcp.variables.dynamics.OperableLabel
Packages that use OperableLabel
Package
Description
Core abstractions for the MCP symbolic engine.
-
Uses of OperableLabel in org.mcp.core
Subclasses of OperableLabel in org.mcp.coreModifier and TypeClassDescriptionclassMCPOperableLabel wraps an MCPBitVector and provides set operations (union, intersection, difference) for use in dynamic symbolic computations.Methods in org.mcp.core that return OperableLabelModifier and TypeMethodDescriptionMCPOperableLabel.inter(OperableLabel other) Returns the intersection of this label and another.MCPOperableLabel.minus(OperableLabel other) Returns the difference of this label and another (this \ other).MCPOperableLabel.union(OperableLabel other) Returns the union of this label and another.Methods in org.mcp.core that return types with arguments of type OperableLabelModifier and TypeMethodDescriptionECEngine.getECAutomata()Returns a mapping from EC indices to their semantic representations.Methods in org.mcp.core with parameters of type OperableLabelModifier and TypeMethodDescriptionMCPOperableLabel.inter(OperableLabel other) Returns the intersection of this label and another.MCPOperableLabel.minus(OperableLabel other) Returns the difference of this label and another (this \ other).MCPOperableLabel.union(OperableLabel other) Returns the union of this label and another. -
Uses of OperableLabel in org.mcp.variables.dynamics
Subclasses of OperableLabel in org.mcp.variables.dynamicsModifier and TypeClassDescriptionclassclassclassMethods in org.mcp.variables.dynamics that return OperableLabelModifier and TypeMethodDescriptionstatic OperableLabelOperableLabelFactory.createVar(OperableLabelType type, Object value) AutomatonOperableLabel.inter(OperableLabel other) BddOperableLabel.inter(OperableLabel other) MutableSetOperableLabel.inter(OperableLabel other) abstract OperableLabelOperableLabel.inter(OperableLabel other) AutomatonOperableLabel.minus(OperableLabel other) BddOperableLabel.minus(OperableLabel other) MutableSetOperableLabel.minus(OperableLabel other) abstract OperableLabelOperableLabel.minus(OperableLabel other) AutomatonOperableLabel.union(OperableLabel other) BddOperableLabel.union(OperableLabel other) MutableSetOperableLabel.union(OperableLabel other) abstract OperableLabelOperableLabel.union(OperableLabel other) Methods in org.mcp.variables.dynamics that return types with arguments of type OperableLabelModifier and TypeMethodDescriptionClass<? extends OperableLabel>OperableLabelType.getOperableLabelClass()Methods in org.mcp.variables.dynamics with parameters of type OperableLabelModifier and TypeMethodDescriptionAutomatonOperableLabel.inter(OperableLabel other) BddOperableLabel.inter(OperableLabel other) MutableSetOperableLabel.inter(OperableLabel other) abstract OperableLabelOperableLabel.inter(OperableLabel other) AutomatonOperableLabel.minus(OperableLabel other) BddOperableLabel.minus(OperableLabel other) MutableSetOperableLabel.minus(OperableLabel other) abstract OperableLabelOperableLabel.minus(OperableLabel other) AutomatonOperableLabel.union(OperableLabel other) BddOperableLabel.union(OperableLabel other) MutableSetOperableLabel.union(OperableLabel other) abstract OperableLabelOperableLabel.union(OperableLabel other) -
Uses of OperableLabel in org.mcp.variables.statics
Methods in org.mcp.variables.statics that return OperableLabel