T - typepublic class NamedEntryCollection<T extends NamedEntry> extends Object implements Serializable
| Constructor and Description |
|---|
NamedEntryCollection(String name,
java.util.function.Function<org.semanticweb.owlapi.model.IRI,T> creator,
JFactReasonerConfiguration options)
c'tor: clear 0-th element
|
| Modifier and Type | Method and Description |
|---|---|
T |
first() |
T |
get(org.semanticweb.owlapi.model.IRI name) |
java.util.stream.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, java.util.function.Function<org.semanticweb.owlapi.model.IRI,T> creator, JFactReasonerConfiguration options)
name - namecreator - creatoroptions - 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)
name - namepublic boolean remove(T p)
p - ppublic java.util.stream.Stream<T> getConcepts()
public int size()
Copyright © 2016 The University of Manchester. All rights reserved.