T - typepublic class NamedEntryCollection<T extends NamedEntry> extends Object implements Serializable
| Constructor and Description |
|---|
NamedEntryCollection(String name,
NameCreator<T,org.semanticweb.owlapi.model.IRI> creator,
JFactReasonerConfiguration options)
c'tor: clear 0-th element
|
| Modifier and Type | Method and Description |
|---|---|
T |
get(org.semanticweb.owlapi.model.IRI name) |
Collection<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, NameCreator<T,org.semanticweb.owlapi.model.IRI> 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 Collection<T> getConcepts()
public int size()
Copyright © 2015 The University of Manchester. All rights reserved.