|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ten60.netkernel.layer1.representation.SimpleRepresentationImpl
public abstract class SimpleRepresentationImpl
Implementation of a Representation where the only aspect is the Representation class itself- this has the problem that creating a mirror of this representation will stop this representation from being GCed so only realy useful in limited cases
com.ten60.netkernel.component.ComponentImpl| Field Summary | |
|---|---|
protected IURMeta |
mMeta
storage of our meta |
| Constructor Summary | |
|---|---|
SimpleRepresentationImpl(IURMeta aMeta)
Construct a new SimpleRepresentationImpl with the given meta |
|
| Method Summary | |
|---|---|
IURAspect |
getAspect(java.lang.Class aAspectClass)
Representation only exibits interfaces on the representation itself |
java.util.Collection |
getAspects()
Representation only exibits interfaces on the representation itself |
IURMeta |
getMeta()
return the meta |
boolean |
hasAspect(java.lang.Class aAspectClass)
Representation only exibits interfaces on the representation itself |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected IURMeta mMeta
| Constructor Detail |
|---|
public SimpleRepresentationImpl(IURMeta aMeta)
| Method Detail |
|---|
public IURMeta getMeta()
getMeta in interface IURRepresentationpublic final boolean hasAspect(java.lang.Class aAspectClass)
hasAspect in interface IURRepresentationaAspectClass - a IURAspect class object for an aspect to test for
public final IURAspect getAspect(java.lang.Class aAspectClass)
getAspect in interface IURRepresentationpublic final java.util.Collection getAspects()
getAspects in interface IURRepresentation
|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||