Uses of Enum
net.aifusion.metamodel.Scope

Packages that use Scope
Package
Description
This package contains the basic implementation classes needed for the CIM metamodel, as well as a MOF parser.
  • Uses of Scope in net.aifusion.metamodel

    Methods in net.aifusion.metamodel that return Scope
    Modifier and Type
    Method
    Description
    static Scope
    Scope.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static Scope[]
    Scope.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in net.aifusion.metamodel that return types with arguments of type Scope
    Modifier and Type
    Method
    Description
    StandardQualifierType.getScopes()
    Get the scopes to which this qualifier type can be applied.
    Methods in net.aifusion.metamodel with parameters of type Scope
    Modifier and Type
    Method
    Description
    boolean
    Qualifier.hasScope(Scope scope)
    Check if this qualifier has a given scope
    boolean
    QualifierType.hasScope(Scope scope)
    Check if this qualifier type applies to a particular element type
    boolean
    StandardQualifierType.hasScope(Scope s)
    Check if this qualifierType has a given scope