public interface IsAnonymous
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isAnonymous() |
default boolean |
isNamed() |
default boolean isAnonymous()
true if this object is anonymous, false otherwise. For example, class
expressions are anonymous while class entities are not (they have an IRI).default boolean isNamed()
true if this object is named, false otherwise. For example, class
entities are named (they have an IRI) while class expressions are anonymous.Copyright © 2018 The University of Manchester. All rights reserved.