public class Miniframe extends Frame
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IRI_MARKER
See
FramebaseResource#IRI_MARKER |
PREFIX_FRAMEBASE, SEPARATOR
Constructor and Description |
---|
Miniframe() |
Miniframe(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
static Miniframe |
create(java.lang.String framenetFrame,
java.lang.String lu,
POS pos) |
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 |
getLu() |
static java.lang.String |
getNamespace() |
java.lang.String |
getParentMacroframeName() |
POS |
getPos() |
getPerspectivizations, getSubframes, getSuperframes
getSubclasses, getSuperclasses
customIriDecode, customIriEncode, equals, getDefaultDescription, getDefaultLabel, getIri, hashCode, setDefaultDescription, setDefaultLabel, setIri
public static final java.lang.String IRI_MARKER
FramebaseResource#IRI_MARKER
public static Miniframe create(java.lang.String framenetFrame, java.lang.String lu, POS pos)
framenetFrame
- lu
- pos
- public static java.lang.String getNamespace()
public boolean extractComponents()
FramebaseResource
extractComponents
in class Class
public java.lang.String getLu()
public java.lang.String getParentMacroframeName()
public POS getPos()