edu.stanford.smi.protegex.owl.swrl.model.factory
Enum SWRLFrameTypeId
java.lang.Object
java.lang.Enum<SWRLFrameTypeId>
edu.stanford.smi.protegex.owl.swrl.model.factory.SWRLFrameTypeId
- All Implemented Interfaces:
- Serializable, Comparable<SWRLFrameTypeId>
public enum SWRLFrameTypeId
- extends Enum<SWRLFrameTypeId>
SWRL_ATOM_LIST
public static final SWRLFrameTypeId SWRL_ATOM_LIST
SWRL_BUILTIN_ATOM
public static final SWRLFrameTypeId SWRL_BUILTIN_ATOM
SWRL_CLASS_ATOM
public static final SWRLFrameTypeId SWRL_CLASS_ATOM
SWRL_DATARANGE_ATOM
public static final SWRLFrameTypeId SWRL_DATARANGE_ATOM
SWRL_DATAVALUED_PROPERTY_ATOM
public static final SWRLFrameTypeId SWRL_DATAVALUED_PROPERTY_ATOM
SWRL_INDIVIDUAL_PROPERTY_ATOM
public static final SWRLFrameTypeId SWRL_INDIVIDUAL_PROPERTY_ATOM
SWRL_DIFFERENT_INDIVIDUALS_ATOM
public static final SWRLFrameTypeId SWRL_DIFFERENT_INDIVIDUALS_ATOM
SWRL_SAME_INDIVIDUAL_ATOM
public static final SWRLFrameTypeId SWRL_SAME_INDIVIDUAL_ATOM
SWRL_BUILTIN
public static final SWRLFrameTypeId SWRL_BUILTIN
SWRL_IMP
public static final SWRLFrameTypeId SWRL_IMP
SWRL_VARIABLE
public static final SWRLFrameTypeId SWRL_VARIABLE
SWRL_FRAME_TYPE_ID_BASE
public static final int SWRL_FRAME_TYPE_ID_BASE
- See Also:
- Constant Field Values
SWRL_FRAME_TYPE_ID_END
public static final int SWRL_FRAME_TYPE_ID_END
values
public static final SWRLFrameTypeId[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(SWRLFrameTypeId c : SWRLFrameTypeId.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static SWRLFrameTypeId valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
getFrameTypeId
public int getFrameTypeId()
getProtegeName
public String getProtegeName()
getJavaClass
public Class<? extends edu.stanford.smi.protege.model.SimpleInstance> getJavaClass()
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.