|
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.MonoRepresentationImpl
public final class MonoRepresentationImpl
Generic implementation of an IURRepresentation that has only one interface implementor
| Constructor Summary | |
|---|---|
MonoRepresentationImpl(IURMeta aMeta,
IURAspect aAspect)
Construct a new MonoRepresentationImpl |
|
| Method Summary | |
|---|---|
IURAspect |
getAspect(java.lang.Class aAspectClass)
Return the aspect |
java.util.Collection |
getAspects()
Return just the single aspect |
IURMeta |
getMeta()
return our meta |
boolean |
hasAspect(java.lang.Class aAspectClass)
Returns true if the aspect implements the given interface |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MonoRepresentationImpl(IURMeta aMeta,
IURAspect aAspect)
aMeta - the meta for our new representationaAspect - the single aspect we should hold| Method Detail |
|---|
public IURMeta getMeta()
getMeta in interface IURRepresentationpublic boolean hasAspect(java.lang.Class aAspectClass)
hasAspect in interface IURRepresentationaAspectClass - a IURAspect class object for an aspect to test for
public IURAspect getAspect(java.lang.Class aAspectClass)
getAspect in interface IURRepresentationpublic 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 | |||||||||