Uses of Class
com.netgrif.application.engine.petrinet.domain.FunctionScope
-
Packages that use FunctionScope Package Description com.netgrif.application.engine.petrinet.domain -
-
Uses of FunctionScope in com.netgrif.application.engine.petrinet.domain
Fields in com.netgrif.application.engine.petrinet.domain with type parameters of type FunctionScope Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<FunctionScope>QFunction. scopeMethods in com.netgrif.application.engine.petrinet.domain that return FunctionScope Modifier and Type Method Description static FunctionScopeFunctionScope. fromValue(java.lang.String v)static FunctionScopeFunctionScope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FunctionScope[]FunctionScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.netgrif.application.engine.petrinet.domain with parameters of type FunctionScope Modifier and Type Method Description java.util.List<Function>PetriNet. getFunctions(FunctionScope scope)
-