|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectimplementations.JavaImplementationGenerator
implementations.JavaSingleInstance
implementations.JAsCoSingleInstance
Implementation generator plugin class for implementing a SingleInstance composite in the JAsCo language.
Constructor Summary | |
JAsCoSingleInstance()
|
Method Summary | |
protected void |
applyToOwner(Concept owner)
Applies the implementation generator to an Owner concept. |
protected void |
applyToOwnerConnector(Concept owner,
Concept propertyC,
Concept classC)
Applies the implementation generator to an Owner concept with form Connector. |
Methods inherited from class implementations.JavaSingleInstance |
apply, applyPerOwner, applyToOwnerClass, applyToOwnerMethod, checkRoles, getClassRole, getOwnerRole, getPropertyRole |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JAsCoSingleInstance()
Method Detail |
protected void applyToOwner(Concept owner) throws CoComposeException
applyToOwner
in class JavaSingleInstance
owner
- The concept to apply the role part for.
CoComposeException
- if generating implementation failed.protected void applyToOwnerConnector(Concept owner, Concept propertyC, Concept classC) throws CoComposeException
owner
- The concept to apply the role part for.propertyC
- The property concept.classC
- The class concept.
CoComposeException
- if generating implementation failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |