edu.stanford.smi.protegex.owl.server
Enum OwlState
java.lang.Object
java.lang.Enum<OwlState>
edu.stanford.smi.protegex.owl.server.OwlState
- All Implemented Interfaces:
- edu.stanford.smi.protege.server.framestore.background.ServerCachedState, Serializable, Comparable<OwlState>
public enum OwlState
- extends Enum<OwlState>
- implements edu.stanford.smi.protege.server.framestore.background.ServerCachedState
Method Summary |
boolean |
entryCondition(edu.stanford.smi.protege.model.framestore.FrameStore fs,
edu.stanford.smi.protege.model.Frame f)
|
static OwlState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OwlState[] |
values()
Returns an array containing the constants of this enum type, in
the order they're declared. |
Start
public static final OwlState Start
SubClass
public static final OwlState SubClass
OwlExpr
public static final OwlState OwlExpr
RDFList
public static final OwlState RDFList
End
public static final OwlState End
values
public static final OwlState[] 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(OwlState c : OwlState.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static OwlState 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
entryCondition
public boolean entryCondition(edu.stanford.smi.protege.model.framestore.FrameStore fs,
edu.stanford.smi.protege.model.Frame f)
Submit a bug report or feature request
Copyright (c) 1998-2007 Stanford University.