public class LuMicroframe extends Microframe
IRI_MARKERPREFIX_FRAMEBASE, SEPARATOR| Constructor and Description |
|---|
LuMicroframe() |
LuMicroframe(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
static LuMicroframe |
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() |
java.lang.String |
getParentMacroframeName() |
POS |
getPos() |
getNamespace, getSimilarFramesgetPerspectivizations, getSubframes, getSuperframesgetSubclasses, getSuperclassescustomIriDecode, customIriEncode, equals, getDefaultDescription, getDefaultLabel, getIri, hashCode, setDefaultDescription, setDefaultLabel, setIripublic LuMicroframe()
public LuMicroframe(java.lang.String id)
public static LuMicroframe create(java.lang.String framenetFrame, java.lang.String lu, POS pos)
framenetFrame - lu - pos - public boolean extractComponents()
FramebaseResourceextractComponents in class Classpublic java.lang.String getLu()
public java.lang.String getParentMacroframeName()
public POS getPos()