public class Macroframe extends Frame
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IRI_MARKER
|
static Macroframe |
TOP_FRAME
The most general frame.
|
PREFIX_FRAMEBASE, SEPARATOR| Constructor and Description |
|---|
Macroframe() |
Macroframe(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
static Macroframe |
create(java.lang.String framenetFrame) |
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.
|
java.lang.String |
getFramenetFrameName() |
static java.lang.String |
getNamespace()
|
getPerspectivizations, getSubframes, getSuperframesgetSubclasses, getSuperclassescustomIriDecode, customIriEncode, equals, getDefaultDescription, getDefaultLabel, getIri, hashCode, setDefaultDescription, setDefaultLabel, setIripublic static final java.lang.String IRI_MARKER
public static final Macroframe TOP_FRAME
public static Macroframe create(java.lang.String framenetFrame)
public static java.lang.String getNamespace()
public boolean extractComponents()
FramebaseResourceextractComponents in class Classpublic java.lang.String getFramenetFrameName()