Package com.example.metaschema
Class MetapathContext
java.lang.Object
com.example.metaschema.MetapathContext
- All Implemented Interfaces:
 gov.nist.secauto.metaschema.core.model.IBoundObject
@MetaschemaAssembly(name="metapath-context",
                    moduleClass=MetaschemaModelModule.class)
public class MetapathContext
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
- 
Constructor Summary
ConstructorsConstructorDescriptionMetapathContext(gov.nist.secauto.metaschema.core.model.IMetaschemaData data)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanaddContext(MetapathContext item) Add a newMetapathContextitem to the underlying collection.booleanAdd a newMetaschemaMetapathitem to the underlying collection.gov.nist.secauto.metaschema.core.model.IMetaschemaDatabooleanremoveContext(MetapathContext item) Remove the first matchingMetapathContextitem from the underlying collection.booleanRemove the first matchingMetaschemaMetapathitem from the underlying collection.voidvoidsetContexts(List<MetapathContext> value) voidsetMetapaths(List<MetaschemaMetapath> value) voidsetRemarks(Remarks value) toString() 
- 
Constructor Details
- 
MetapathContext
public MetapathContext() - 
MetapathContext
 
 - 
 - 
Method Details
- 
getMetaschemaData
- Specified by:
 getMetaschemaDatain interfacegov.nist.secauto.metaschema.core.model.IBoundObject
 - 
getMetapaths
 - 
setMetapaths
 - 
addMetapath
Add a newMetaschemaMetapathitem to the underlying collection.- Parameters:
 item- the item to add- Returns:
 true
 - 
removeMetapath
Remove the first matchingMetaschemaMetapathitem from the underlying collection.- Parameters:
 item- the item to remove- Returns:
 trueif the item was removed orfalseotherwise
 - 
getConstraints
 - 
setConstraints
 - 
getContexts
 - 
setContexts
 - 
addContext
Add a newMetapathContextitem to the underlying collection.- Parameters:
 item- the item to add- Returns:
 true
 - 
removeContext
Remove the first matchingMetapathContextitem from the underlying collection.- Parameters:
 item- the item to remove- Returns:
 trueif the item was removed orfalseotherwise
 - 
getRemarks
 - 
setRemarks
 - 
toString
 
 -