public abstract class KnownSubsumers extends Object implements Serializable
| Constructor and Description |
|---|
KnownSubsumers() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPossibleSub(ClassifiableEntry ce) |
abstract List<ClassifiableEntry> |
p_begin() |
boolean |
p_empty() |
abstract List<ClassifiableEntry> |
s_begin() |
boolean |
s_empty() |
public abstract List<ClassifiableEntry> s_begin()
public abstract List<ClassifiableEntry> p_begin()
public boolean s_empty()
public boolean p_empty()
public boolean isPossibleSub(ClassifiableEntry ce)
ce - class expressionCopyright © 2015 The University of Manchester. All rights reserved.