|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectimplementations.JavaImplementationGenerator
implementations.ConcernJImplementationGenerator
implementations.ConcernJSingleRelation
Implementation generator plugin class for implementing a SingleRelation composite in ConcernJ.
Constructor Summary | |
ConcernJSingleRelation()
Constructs a ConcernJSingleRelation |
Method Summary | |
void |
apply(ImplementationGenerator implementation,
GenerateImplementationVisitor generateImpl)
Applies the implementation generator. |
protected void |
applyToOwner(Concept owner,
java.util.Collection properties)
Applies the implementation generator to an Owner concept. |
protected void |
applyToRealm(UniqueRealm realm,
java.util.Collection properties,
java.util.Collection owners)
Applies the implementation generator to a UniqueRealm. |
Methods inherited from class implementations.ConcernJImplementationGenerator |
createFiltermodule, getFiltermoduleName, getRealmImplementation, insertFiltermodule, insertMethodOverrideID, insertParameters, insertReturnType, insertSuperimposition, makeFilterDecl |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConcernJSingleRelation()
Method Detail |
protected void applyToOwner(Concept owner, java.util.Collection properties) throws CoComposeException
owner
- The concept to apply the role part for.properties
- The set of property concepts.
CoComposeException
- if generating implementation failed.protected void applyToRealm(UniqueRealm realm, java.util.Collection properties, java.util.Collection owners) throws CoComposeException
realm
- The unique realm.properties
- The set of property concepts.owners
- The set of owner concepts.
CoComposeException
- if generating implementation failed.public void apply(ImplementationGenerator implementation, GenerateImplementationVisitor generateImpl) throws CoComposeException
apply
in interface ImplementationGeneratorI
apply
in class JavaImplementationGenerator
implementation
- The implementation generator to apply.generateImpl
- The language specific code generation operation
visitor.
CoComposeException
- if generating implementation failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |