Package org.openiaml.docs.modeldoc

Examples of org.openiaml.docs.modeldoc.OperationalSemantic


      EMFClass target, Reference reference) {
   
    if (name.equals("@operational")) {
     
      // make an inference semantics link
      OperationalSemantic semantic = factory.createOperationalSemantic();
      semantic.setDescription(description);
      semantic.setReference(reference);
     
      // add it to the EMFclass
      target.getOperationalSemantics().add(semantic);
     
    }
View Full Code Here

TOP

Related Classes of org.openiaml.docs.modeldoc.OperationalSemantic

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.