public final class JsonOwlObject extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JsonOwlObject.JsonOwlObjectType |
Modifier and Type | Field and Description |
---|---|
JsonAnnotation[] |
annotations |
JsonOwlObject[] |
expressions |
JsonOwlObject |
filler |
String |
id |
String |
label |
JsonOwlObject |
property |
JsonOwlObject.JsonOwlObjectType |
type |
Constructor and Description |
---|
JsonOwlObject() |
Modifier and Type | Method and Description |
---|---|
static JsonOwlObject |
createIntersection(List<JsonOwlObject> expressions) |
static JsonOwlObject |
createSvf(JsonOwlObject prop,
JsonOwlObject filler) |
static JsonOwlObject |
createUnion(List<JsonOwlObject> expressions) |
boolean |
equals(Object obj) |
int |
hashCode() |
public JsonOwlObject.JsonOwlObjectType type
public String id
public String label
public JsonOwlObject[] expressions
public JsonOwlObject property
public JsonOwlObject filler
public JsonAnnotation[] annotations
public static JsonOwlObject createIntersection(List<JsonOwlObject> expressions)
public static JsonOwlObject createUnion(List<JsonOwlObject> expressions)
public static JsonOwlObject createSvf(JsonOwlObject prop, JsonOwlObject filler)
public int hashCode()
public boolean equals(Object obj)
Copyright © 2010–2015. All rights reserved.