T - typepublic class NamedEntryCollection<T extends NamedEntry> extends Object implements Serializable
| Constructor and Description |
|---|
NamedEntryCollection(String name,
JFactReasonerConfiguration options)
c'tor: clear 0-th element
|
| Modifier and Type | Method and Description |
|---|---|
T |
first() |
T |
get(org.semanticweb.owlapi.model.IRI name,
Function<org.semanticweb.owlapi.model.IRI,T> creator) |
Stream<T> |
getConcepts() |
boolean |
isLocked() |
boolean |
isRegistered(org.semanticweb.owlapi.model.IRI name) |
boolean |
remove(T p)
remove given entry from the collection;
|
boolean |
setLocked(boolean val)
set LOCKED value to a VAL;
|
int |
size() |
public NamedEntryCollection(String name, JFactReasonerConfiguration options)
name - nameoptions - optionspublic boolean isLocked()
public boolean setLocked(boolean val)
val - valpublic boolean isRegistered(org.semanticweb.owlapi.model.IRI name)
name - namepublic T get(org.semanticweb.owlapi.model.IRI name, Function<org.semanticweb.owlapi.model.IRI,T> creator)
name - namecreator - creatorpublic boolean remove(T p)
p - ppublic int size()
Copyright © 2018 The University of Manchester. All rights reserved.