Uses of Class
de.xima.fc.bitflag.BitFlagSetPredicate
Packages that use BitFlagSetPredicate
-
Uses of BitFlagSetPredicate in de.xima.fc.bitflag
Methods in de.xima.fc.bitflag that return BitFlagSetPredicateModifier and TypeMethodDescriptionBitFlagSetPredicate.Builder.build()static BitFlagSetPredicateBitFlagSetPredicate.equalTo(long flags) static BitFlagSetPredicateBitFlagSetPredicate.matchAll()static BitFlagSetPredicateBitFlagSetPredicate.matchNone() -
Uses of BitFlagSetPredicate in de.xima.fc.workflow
Methods in de.xima.fc.workflow with parameters of type BitFlagSetPredicateModifier and TypeMethodDescriptionFlowGraphFilters.EdgeTypeMatchesBuilder.anyEdge(BitFlagSetPredicate anyEdge) Sets the filter to apply to edge types of all edges, seeIFlowGraphFilterInstance#allowsEdge.FlowGraphFilters.EdgeTypeMatchesBuilder.finalEdge(BitFlagSetPredicate finalEdge) Sets the filter to apply to edge types of final edges, seeIFlowGraphFilterInstance#allowsFinalEdge.FlowGraphFilters.EdgeTypeMatchesBuilder.initialEdge(BitFlagSetPredicate initialEdge) Sets the filter to apply to edge types of initial edges, seeIFlowGraphFilterInstance#allowsInitialEdge.