public abstract class Class extends FramebaseResource
IRI_MARKER, PREFIX_FRAMEBASE, SEPARATOR
Modifier and Type | Method and Description |
---|---|
abstract boolean |
extractComponents()
Extracts components from IRIs
(Current implementations use Regex over the IRIs but that may change in the future)
NOTE: It is case sensitive!! If the IRI used in the constructor had case modified (some servers do this), the correct functioning of this method isn not ensured.
|
static java.lang.String |
getNamespace()
|
java.util.List<Class> |
getSubclasses() |
java.util.List<Class> |
getSuperclasses() |
customIriDecode, customIriEncode, equals, getDefaultDescription, getDefaultLabel, getIri, hashCode, setDefaultDescription, setDefaultLabel, setIri
public static java.lang.String getNamespace()
public abstract boolean extractComponents()
FramebaseResource
extractComponents
in class FramebaseResource
public java.util.List<Class> getSubclasses()
public java.util.List<Class> getSuperclasses()