|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReasoningServiceImpl.PropertyType | |
---|---|
info.sswap.impl.empire.model |
Uses of ReasoningServiceImpl.PropertyType in info.sswap.impl.empire.model |
---|
Fields in info.sswap.impl.empire.model declared as ReasoningServiceImpl.PropertyType | |
---|---|
private ReasoningServiceImpl.PropertyType |
ReasoningServiceImpl.PropertyInformation.type
A type of the property (object/datatype/unknown) |
Methods in info.sswap.impl.empire.model that return ReasoningServiceImpl.PropertyType | |
---|---|
ReasoningServiceImpl.PropertyType |
ReasoningServiceImpl.PropertyInformation.getType()
Gets the type of the property |
static ReasoningServiceImpl.PropertyType |
ReasoningServiceImpl.PropertyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ReasoningServiceImpl.PropertyType[] |
ReasoningServiceImpl.PropertyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in info.sswap.impl.empire.model with parameters of type ReasoningServiceImpl.PropertyType | |
---|---|
ReasoningServiceImpl.PropertyInformation(ReasoningServiceImpl.PropertyType type,
boolean annotation,
java.lang.String range)
Creates a new property information entry |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |