@PortedFrom(file="Kernel.cpp", name="RIActor") public class RIActor extends Object implements Actor, Serializable
| Constructor and Description |
|---|
RIActor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applicable(TaxonomyVertex v) |
boolean |
apply(TaxonomyVertex v)
taxonomy walking method.
|
void |
clear()
clear collections
|
List<Individual> |
getAcc() |
void |
removePastBoundaries(Collection<TaxonomyVertex> pastBoundary) |
public boolean apply(TaxonomyVertex v)
Actorpublic boolean applicable(TaxonomyVertex v)
applicable in interface Actorv - vertex to checkpublic void clear()
Actorpublic List<Individual> getAcc()
public void removePastBoundaries(Collection<TaxonomyVertex> pastBoundary)
removePastBoundaries in interface ActorpastBoundary - nodes to removeCopyright © 2015 The University of Manchester. All rights reserved.